summaryrefslogtreecommitdiff
path: root/stdio-common
AgeCommit message (Expand)Author
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-24Deprecate external use of libio.h and _G_config.h.Zack Weinberg
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu
2017-11-16Prefer https for Sourceware linksSiddhesh Poyarekar
2017-11-02stdio-common: Use array_length and array_end macrosFlorian Weimer
2017-10-13[BZ #22142] powerpc: Fix the carry bit on mpn_[add|sub]_n on POWER7Tulio Magno Quites Machado Filho
2017-09-01linux: Implement tmpfile with O_TMPFILE (BZ#21530)Adhemerval Zanella
2017-08-31stdio-common: Remove internal_function attributeFlorian Weimer
2017-08-22Hide internal printf functions [BZ #18822/21986]H.J. Lu
2017-08-18Consolidate non cancellable write callAdhemerval Zanella
2017-08-07Remove __long_double_t.Joseph Myers
2017-08-07Fix missing redirects in testsuite targetsAndreas Schwab
2017-06-29vfprintf: Fix tst-vfprintf-mbs-prec and tst-vfprintf-user-typeFlorian Weimer
2017-06-29vfprintf: Reuse work_buffer in group_numberFlorian Weimer
2017-06-29vfprintf: Use struct scratch_buffer for positional arguments allocationFlorian Weimer
2017-06-29_i18n_number_rewrite: Use struct scratch_bufferFlorian Weimer
2017-06-29vfprintf: Reduce WORK_BUFFER_SIZE for wchar_t buildsFlorian Weimer
2017-06-29vfprintf: Add test case for multi-byte/wide strings and precisionFlorian Weimer
2017-06-29vfprintf: Add test case for user-defined types and format specifiersFlorian Weimer
2017-06-20Use locale_t, not __locale_t, throughout glibcZack Weinberg
2017-06-14Remove __need_IOV_MAX and __need_FOPEN_MAX.Zack Weinberg
2017-06-08Remove __need macros from stdio.h and wchar.h.Zack Weinberg
2017-06-07float128: Add strfromf128Gabriel F. T. Gomes
2017-06-07Remove duplicated code from __printf_fp_l, __printf_fphex, and __printf_sizeGabriel F. T. Gomes
2017-05-08vfprintf.c: Refactor magic number 32 into EXTSIZ.Carlos O'Donell
2017-04-07getopt: clean up error reportingZack Weinberg
2017-03-23Change the order of function attributes in printf.hTulio Magno Quites Machado Filho
2017-03-22Another round of inclusion fixes for _ISOMAC testsuite.Zack Weinberg
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg
2017-02-25Split DIAG_* macros to new header libc-diag.h.Zack Weinberg
2017-02-25Clean up conditionals for declaration of gets.Zack Weinberg
2017-02-16Add missing header files throughout the testsuite.Zack Weinberg
2017-01-11Fix testsuite build for GCC 7 -Wformat-truncation.Joseph Myers
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-11-16Fix crypt snprintf namespace (bug 20829).Joseph Myers
2016-11-01Fix warning from latest GCC in tst-printf.cSteve Ellcey
2016-10-26Use read_int in vfscanfGabriel F. T. Gomes
2016-09-02vfscanf: Avoid multiple reads of multi-byte character widthFlorian Weimer
2016-09-02vfprintf: Avoid creating a VLA which complicates stack managementFlorian Weimer
2016-06-23libio: Implement vtable verification [BZ #20191]Florian Weimer
2016-04-29libio: Fix fmemopen append mode failure (BZ# 20012)Adhemerval Zanella
2016-04-26libio: Update internal fmemopen position after write (BZ #20005)Adhemerval Zanella
2016-04-25vfprintf: Fix memory with large width and precision [BZ #19931]Florian Weimer
2016-04-14Fix strfmon_l: Use specified locale for number formatting [BZ #19633]Stefan Liebler
2016-04-04strfmon_l: Use specified locale for number formatting [BZ #19633]Florian Weimer
2016-03-31Increase internal precision of ldbl-128ibm decimal printf [BZ #19853]Paul E. Murphy
2016-01-21Silence some false positive warnings for gcc 4.7Chris Metcalf
2016-01-07Make shebang interpreter directives consistentMarko Myllynen
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-12-11 Fix indentation.Steve Ellcey