index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
stdio-common
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-07
Remove __long_double_t.
Joseph Myers
1
-1
/
+1
2017-08-07
Fix missing redirects in testsuite targets
Andreas Schwab
1
-2
/
+2
2017-06-29
vfprintf: Fix tst-vfprintf-mbs-prec and tst-vfprintf-user-type
Florian Weimer
2
-4
/
+8
2017-06-29
vfprintf: Reuse work_buffer in group_number
Florian Weimer
1
-29
/
+38
2017-06-29
vfprintf: Use struct scratch_buffer for positional arguments allocation
Florian Weimer
1
-40
/
+28
2017-06-29
_i18n_number_rewrite: Use struct scratch_buffer
Florian Weimer
1
-14
/
+9
2017-06-29
vfprintf: Reduce WORK_BUFFER_SIZE for wchar_t builds
Florian Weimer
1
-1
/
+1
2017-06-29
vfprintf: Add test case for multi-byte/wide strings and precision
Florian Weimer
2
-0
/
+544
2017-06-29
vfprintf: Add test case for user-defined types and format specifiers
Florian Weimer
2
-1
/
+219
2017-06-20
Use locale_t, not __locale_t, throughout glibc
Zack Weinberg
1
-1
/
+1
2017-06-14
Remove __need_IOV_MAX and __need_FOPEN_MAX.
Zack Weinberg
1
-17
/
+14
2017-06-08
Remove __need macros from stdio.h and wchar.h.
Zack Weinberg
1
-2
/
+3
2017-06-07
float128: Add strfromf128
Gabriel F. T. Gomes
6
-7
/
+99
2017-06-07
Remove duplicated code from __printf_fp_l, __printf_fphex, and __printf_size
Gabriel F. T. Gomes
3
-199
/
+116
2017-05-08
vfprintf.c: Refactor magic number 32 into EXTSIZ.
Carlos O'Donell
1
-25
/
+27
2017-04-07
getopt: clean up error reporting
Zack Weinberg
1
-17
/
+61
2017-03-23
Change the order of function attributes in printf.h
Tulio Magno Quites Machado Filho
1
-2
/
+2
2017-03-22
Another round of inclusion fixes for _ISOMAC testsuite.
Zack Weinberg
1
-0
/
+1
2017-03-01
Narrowing the visibility of libc-internal.h even further.
Zack Weinberg
1
-1
/
+1
2017-02-25
Split DIAG_* macros to new header libc-diag.h.
Zack Weinberg
10
-10
/
+10
2017-02-25
Clean up conditionals for declaration of gets.
Zack Weinberg
2
-0
/
+8
2017-02-16
Add missing header files throughout the testsuite.
Zack Weinberg
2
-0
/
+2
2017-01-11
Fix testsuite build for GCC 7 -Wformat-truncation.
Joseph Myers
2
-2
/
+13
2017-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
93
-93
/
+93
2016-11-16
Fix crypt snprintf namespace (bug 20829).
Joseph Myers
2
-0
/
+3
2016-11-01
Fix warning from latest GCC in tst-printf.c
Steve Ellcey
1
-0
/
+5
2016-10-26
Use read_int in vfscanf
Gabriel F. T. Gomes
1
-8
/
+5
2016-09-02
vfscanf: Avoid multiple reads of multi-byte character width
Florian Weimer
1
-12
/
+12
2016-09-02
vfprintf: Avoid creating a VLA which complicates stack management
Florian Weimer
1
-1
/
+1
2016-06-23
libio: Implement vtable verification [BZ #20191]
Florian Weimer
1
-2
/
+2
2016-04-29
libio: Fix fmemopen append mode failure (BZ# 20012)
Adhemerval Zanella
1
-1
/
+117
2016-04-26
libio: Update internal fmemopen position after write (BZ #20005)
Adhemerval Zanella
2
-1
/
+72
2016-04-25
vfprintf: Fix memory with large width and precision [BZ #19931]
Florian Weimer
3
-5
/
+121
2016-04-14
Fix strfmon_l: Use specified locale for number formatting [BZ #19633]
Stefan Liebler
1
-6
/
+5
2016-04-04
strfmon_l: Use specified locale for number formatting [BZ #19633]
Florian Weimer
1
-19
/
+33
2016-03-31
Increase internal precision of ldbl-128ibm decimal printf [BZ #19853]
Paul E. Murphy
1
-4
/
+10
2016-01-21
Silence some false positive warnings for gcc 4.7
Chris Metcalf
1
-0
/
+10
2016-01-07
Make shebang interpreter directives consistent
Marko Myllynen
2
-2
/
+2
2016-01-04
Update copyright dates with scripts/update-copyrights.
Joseph Myers
91
-91
/
+91
2015-12-11
Fix indentation.
Steve Ellcey
1
-1
/
+1
2015-10-19
Convert 69 more function definitions to prototype style (line wrap cases).
Joseph Myers
4
-24
/
+10
2015-10-17
vfprintf: Rewrite printf_positional to use struct scratch_buffer
Florian Weimer
1
-40
/
+10
2015-10-16
Convert 703 function definitions to prototype style.
Joseph Myers
8
-32
/
+13
2015-10-15
Remove -fexceptions configure test.
Joseph Myers
1
-12
/
+12
2015-10-15
vfscanf: Use struct scratch_buffer instead of extend_alloca
Florian Weimer
1
-125
/
+231
2015-10-12
Add dependencies on needed locales in each subdir tests (bug 18969)
Andreas Schwab
1
-0
/
+13
2015-10-08
BZ#18872: Don't conditionalize build rules for test program.
Roland McGrath
1
-2
/
+0
2015-10-07
stdio-common/tst-printf-bz18872.sh: Use attribute optimize instead of
Paul Pluzhnikov
1
-3
/
+1
2015-09-18
Cleanup a few cases where isinf is used to get the signbit to improve the readability and maintainability and allow inlining.
Wilco Dijkstra
3
-25
/
+17
2015-09-16
Fix BZ #18872 -- memory leak in printf_positional.
Paul Pluzhnikov
3
-1
/
+90
[prev]
[next]