aboutsummaryrefslogtreecommitdiff
path: root/stdio-common
AgeCommit message (Expand)Author
2020-03-25Fix tests which expose ldbl -> _Float128 redirectsPaul E. Murphy
2020-03-20stdio: Add tests for printf multibyte convertion leak [BZ#25691]Adhemerval Zanella
2020-03-20stdio: Remove memory leak from multibyte convertion [BZ#25691]Florian Weimer
2020-02-17Prepare redirections for IEEE long double on powerpc64leGabriel F. T. Gomes
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-06-27Prepare vfprintf to use __printf_fp/__printf_fphex with float128 argGabriel F. T. Gomes
2019-03-07Break lines before not after operators, batch 4.Joseph Myers
2019-02-27hurd: Add renameat2 support for RENAME_NOREPLACESamuel Thibault
2019-02-27Add some spaces before '('.Joseph Myers
2019-02-22Break some lines before not after operators.Joseph Myers
2019-02-21Add internal implementations for argp.h, err.h, and error.h functionsGabriel F. T. Gomes
2019-01-03Use C99-compliant scanf under _GNU_SOURCE with modern compilers.Zack Weinberg
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-12-07Prepare vfscanf to use __strtof128_internalGabriel F. T. Gomes
2018-12-05Use PRINTF_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg
2018-12-05Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)Zack Weinberg
2018-12-05Add __v*printf_internal with flags argumentsZack Weinberg
2018-12-05Use SCANF_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg
2018-12-05Use SCANF_ISOC99_A instead of _IO_FLAGS2_SCANF_STD.Zack Weinberg
2018-12-05Add __vfscanf_internal and __vfwscanf_internal with flags arguments.Zack Weinberg
2018-11-01Disable -Wformat-overflow= warnings for some printf tests.Joseph Myers
2018-10-17Don't reduce test timeout to less than defaultAndreas Schwab
2018-08-14error, warn, warnx: Use __fxprintf for wide printing [BZ #23519]Florian Weimer
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