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