summaryrefslogtreecommitdiff
path: root/stdio-common
AgeCommit message (Expand)Author
2018-07-18Avoid insecure usage of tmpnam in tests.Joseph Myers
2018-07-05Add renameat2 function [BZ #17662]Florian Weimer
2018-07-03stdio-common/tst-printf.c: Remove part under a non-free license [BZ #23363]Florian Weimer
2018-07-02ldbl-128ibm-compat: Add printf_sizeGabriel F. T. Gomes
2018-06-26Fix hardcoded /tmp paths in testing (bug 13888).Joseph Myers
2018-06-19Fix scanf rounding of negative floating-point numbers (bug 23280).Joseph Myers
2018-02-21Remove miscellaneous debris from libio.Zack Weinberg
2018-02-21Remove _IO_file_flags define.Zack Weinberg
2018-02-21Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg
2018-02-05Remove some unnecessary redefinitions of std symbols.Zack Weinberg
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