about summary refs log tree commit diff
path: root/stdio-common
Commit message (Expand)AuthorAgeFilesLines
* Hide internal printf functions [BZ #18822/21986]H.J. Lu2017-08-222-2/+2
* Consolidate non cancellable write callAdhemerval Zanella2017-08-181-1/+1
* Remove __long_double_t.Joseph Myers2017-08-071-1/+1
* Fix missing redirects in testsuite targetsAndreas Schwab2017-08-071-2/+2
* vfprintf: Fix tst-vfprintf-mbs-prec and tst-vfprintf-user-typeFlorian Weimer2017-06-292-4/+8
* vfprintf: Reuse work_buffer in group_numberFlorian Weimer2017-06-291-29/+38
* vfprintf: Use struct scratch_buffer for positional arguments allocationFlorian Weimer2017-06-291-40/+28
* _i18n_number_rewrite: Use struct scratch_bufferFlorian Weimer2017-06-291-14/+9
* vfprintf: Reduce WORK_BUFFER_SIZE for wchar_t buildsFlorian Weimer2017-06-291-1/+1
* vfprintf: Add test case for multi-byte/wide strings and precisionFlorian Weimer2017-06-292-0/+544
* vfprintf: Add test case for user-defined types and format specifiersFlorian Weimer2017-06-292-1/+219
* Use locale_t, not __locale_t, throughout glibcZack Weinberg2017-06-201-1/+1
* Remove __need_IOV_MAX and __need_FOPEN_MAX.Zack Weinberg2017-06-141-17/+14
* Remove __need macros from stdio.h and wchar.h.Zack Weinberg2017-06-081-2/+3
* float128: Add strfromf128Gabriel F. T. Gomes2017-06-076-7/+99
* Remove duplicated code from __printf_fp_l, __printf_fphex, and __printf_sizeGabriel F. T. Gomes2017-06-073-199/+116
* vfprintf.c: Refactor magic number 32 into EXTSIZ.Carlos O'Donell2017-05-081-25/+27
* getopt: clean up error reportingZack Weinberg2017-04-071-17/+61
* Change the order of function attributes in printf.hTulio Magno Quites Machado Filho2017-03-231-2/+2
* Another round of inclusion fixes for _ISOMAC testsuite.Zack Weinberg2017-03-221-0/+1
* Narrowing the visibility of libc-internal.h even further.Zack Weinberg2017-03-011-1/+1
* Split DIAG_* macros to new header libc-diag.h.Zack Weinberg2017-02-2510-10/+10
* Clean up conditionals for declaration of gets.Zack Weinberg2017-02-252-0/+8
* Add missing header files throughout the testsuite.Zack Weinberg2017-02-162-0/+2
* Fix testsuite build for GCC 7 -Wformat-truncation.Joseph Myers2017-01-112-2/+13
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0193-93/+93
* Fix crypt snprintf namespace (bug 20829).Joseph Myers2016-11-162-0/+3
* Fix warning from latest GCC in tst-printf.cSteve Ellcey2016-11-011-0/+5
* Use read_int in vfscanfGabriel F. T. Gomes2016-10-261-8/+5
* vfscanf: Avoid multiple reads of multi-byte character widthFlorian Weimer2016-09-021-12/+12
* vfprintf: Avoid creating a VLA which complicates stack managementFlorian Weimer2016-09-021-1/+1
* libio: Implement vtable verification [BZ #20191]Florian Weimer2016-06-231-2/+2
* libio: Fix fmemopen append mode failure (BZ# 20012)Adhemerval Zanella2016-04-291-1/+117
* libio: Update internal fmemopen position after write (BZ #20005)Adhemerval Zanella2016-04-262-1/+72
* vfprintf: Fix memory with large width and precision [BZ #19931]Florian Weimer2016-04-253-5/+121
* Fix strfmon_l: Use specified locale for number formatting [BZ #19633]Stefan Liebler2016-04-141-6/+5
* strfmon_l: Use specified locale for number formatting [BZ #19633]Florian Weimer2016-04-041-19/+33
* Increase internal precision of ldbl-128ibm decimal printf [BZ #19853]Paul E. Murphy2016-03-311-4/+10
* Silence some false positive warnings for gcc 4.7Chris Metcalf2016-01-211-0/+10
* Make shebang interpreter directives consistentMarko Myllynen2016-01-072-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0491-91/+91
* Fix indentation.Steve Ellcey2015-12-111-1/+1
* Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers2015-10-194-24/+10
* vfprintf: Rewrite printf_positional to use struct scratch_bufferFlorian Weimer2015-10-171-40/+10
* Convert 703 function definitions to prototype style.Joseph Myers2015-10-168-32/+13
* Remove -fexceptions configure test.Joseph Myers2015-10-151-12/+12
* vfscanf: Use struct scratch_buffer instead of extend_allocaFlorian Weimer2015-10-151-125/+231
* Add dependencies on needed locales in each subdir tests (bug 18969)Andreas Schwab2015-10-121-0/+13
* BZ#18872: Don't conditionalize build rules for test program.Roland McGrath2015-10-081-2/+0
* stdio-common/tst-printf-bz18872.sh: Use attribute optimize instead ofPaul Pluzhnikov2015-10-071-3/+1