aboutsummaryrefslogtreecommitdiff
path: root/stdio-common
AgeCommit message (Expand)AuthorFilesLines
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu1-12/+12
2017-11-16Prefer https for Sourceware linksSiddhesh Poyarekar2-2/+2
2017-11-02stdio-common: Use array_length and array_end macrosFlorian Weimer14-42/+47
2017-10-13[BZ #22142] powerpc: Fix the carry bit on mpn_[add|sub]_n on POWER7Tulio Magno Quites Machado Filho2-0/+12
2017-09-01linux: Implement tmpfile with O_TMPFILE (BZ#21530)Adhemerval Zanella3-10/+44
2017-08-31stdio-common: Remove internal_function attributeFlorian Weimer2-5/+2
2017-08-22Hide internal printf functions [BZ #18822/21986]H.J. Lu2-2/+2
2017-08-18Consolidate non cancellable write callAdhemerval Zanella1-1/+1
2017-08-07Remove __long_double_t.Joseph Myers1-1/+1
2017-08-07Fix missing redirects in testsuite targetsAndreas Schwab1-2/+2
2017-06-29vfprintf: Fix tst-vfprintf-mbs-prec and tst-vfprintf-user-typeFlorian Weimer2-4/+8
2017-06-29vfprintf: Reuse work_buffer in group_numberFlorian Weimer1-29/+38
2017-06-29vfprintf: Use struct scratch_buffer for positional arguments allocationFlorian Weimer1-40/+28
2017-06-29_i18n_number_rewrite: Use struct scratch_bufferFlorian Weimer1-14/+9
2017-06-29vfprintf: Reduce WORK_BUFFER_SIZE for wchar_t buildsFlorian Weimer1-1/+1
2017-06-29vfprintf: Add test case for multi-byte/wide strings and precisionFlorian Weimer2-0/+544
2017-06-29vfprintf: Add test case for user-defined types and format specifiersFlorian Weimer2-1/+219
2017-06-20Use locale_t, not __locale_t, throughout glibcZack Weinberg1-1/+1
2017-06-14Remove __need_IOV_MAX and __need_FOPEN_MAX.Zack Weinberg1-17/+14
2017-06-08Remove __need macros from stdio.h and wchar.h.Zack Weinberg1-2/+3
2017-06-07float128: Add strfromf128Gabriel F. T. Gomes6-7/+99
2017-06-07Remove duplicated code from __printf_fp_l, __printf_fphex, and __printf_sizeGabriel F. T. Gomes3-199/+116
2017-05-08vfprintf.c: Refactor magic number 32 into EXTSIZ.Carlos O'Donell1-25/+27
2017-04-07getopt: clean up error reportingZack Weinberg1-17/+61
2017-03-23Change the order of function attributes in printf.hTulio Magno Quites Machado Filho1-2/+2
2017-03-22Another round of inclusion fixes for _ISOMAC testsuite.Zack Weinberg1-0/+1
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg1-1/+1
2017-02-25Split DIAG_* macros to new header libc-diag.h.Zack Weinberg10-10/+10
2017-02-25Clean up conditionals for declaration of gets.Zack Weinberg2-0/+8
2017-02-16Add missing header files throughout the testsuite.Zack Weinberg2-0/+2
2017-01-11Fix testsuite build for GCC 7 -Wformat-truncation.Joseph Myers2-2/+13
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers93-93/+93
2016-11-16Fix crypt snprintf namespace (bug 20829).Joseph Myers2-0/+3
2016-11-01Fix warning from latest GCC in tst-printf.cSteve Ellcey1-0/+5
2016-10-26Use read_int in vfscanfGabriel F. T. Gomes1-8/+5
2016-09-02vfscanf: Avoid multiple reads of multi-byte character widthFlorian Weimer1-12/+12
2016-09-02vfprintf: Avoid creating a VLA which complicates stack managementFlorian Weimer1-1/+1
2016-06-23libio: Implement vtable verification [BZ #20191]Florian Weimer1-2/+2
2016-04-29libio: Fix fmemopen append mode failure (BZ# 20012)Adhemerval Zanella1-1/+117
2016-04-26libio: Update internal fmemopen position after write (BZ #20005)Adhemerval Zanella2-1/+72
2016-04-25vfprintf: Fix memory with large width and precision [BZ #19931]Florian Weimer3-5/+121
2016-04-14Fix strfmon_l: Use specified locale for number formatting [BZ #19633]Stefan Liebler1-6/+5
2016-04-04strfmon_l: Use specified locale for number formatting [BZ #19633]Florian Weimer1-19/+33
2016-03-31Increase internal precision of ldbl-128ibm decimal printf [BZ #19853]Paul E. Murphy1-4/+10
2016-01-21Silence some false positive warnings for gcc 4.7Chris Metcalf1-0/+10
2016-01-07Make shebang interpreter directives consistentMarko Myllynen2-2/+2
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers91-91/+91
2015-12-11 Fix indentation.Steve Ellcey1-1/+1
2015-10-19Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers4-24/+10
2015-10-17vfprintf: Rewrite printf_positional to use struct scratch_bufferFlorian Weimer1-40/+10