summary refs log tree commit diff
path: root/stdio-common
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak in __printf_fp_l (bug 26215).Joseph Myers2020-07-093-8/+57
* Fix double free in __printf_fp_l (bug 26214).Joseph Myers2020-07-093-3/+48
* string: Add strerrorname_np and strerrordesc_npAdhemerval Zanella2020-07-072-0/+98
* string: Add sigabbrev_np and sigdescr_npAdhemerval Zanella2020-07-071-0/+1
* signal: Move sys_errlist to a compat symbolAdhemerval Zanella2020-07-074-14/+101
* signal: Move sys_siglist to a compat symbolAdhemerval Zanella2020-07-073-5/+7
* Remove most vfprintf width/precision-dependent allocations (bug 14231, bug 26...Joseph Myers2020-07-074-121/+45
* Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy2020-04-302-2/+2
* Fix tests which expose ldbl -> _Float128 redirectsPaul E. Murphy2020-03-251-0/+4
* stdio: Add tests for printf multibyte convertion leak [BZ#25691]Adhemerval Zanella2020-03-202-2/+115
* stdio: Remove memory leak from multibyte convertion [BZ#25691]Florian Weimer2020-03-201-144/+180
* Prepare redirections for IEEE long double on powerpc64leGabriel F. T. Gomes2020-02-171-1/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-01114-114/+114
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-07114-114/+114
* Prepare vfprintf to use __printf_fp/__printf_fphex with float128 argGabriel F. T. Gomes2019-06-272-13/+63
* Break lines before not after operators, batch 4.Joseph Myers2019-03-071-22/+22
* hurd: Add renameat2 support for RENAME_NOREPLACESamuel Thibault2019-02-271-1/+3
* Add some spaces before '('.Joseph Myers2019-02-273-6/+6
* Break some lines before not after operators.Joseph Myers2019-02-223-15/+15
* Add internal implementations for argp.h, err.h, and error.h functionsGabriel F. T. Gomes2019-02-211-7/+9
* Use C99-compliant scanf under _GNU_SOURCE with modern compilers.Zack Weinberg2019-01-0314-72/+447
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-01108-108/+108
* Prepare vfscanf to use __strtof128_internalGabriel F. T. Gomes2018-12-071-0/+14
* Use PRINTF_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg2018-12-051-4/+0
* Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)Zack Weinberg2018-12-055-4/+56
* Add __v*printf_internal with flags argumentsZack Weinberg2018-12-0513-2370/+2410
* Use SCANF_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg2018-12-051-4/+0
* Use SCANF_ISOC99_A instead of _IO_FLAGS2_SCANF_STD.Zack Weinberg2018-12-057-39/+6
* Add __vfscanf_internal and __vfwscanf_internal with flags arguments.Zack Weinberg2018-12-0516-3073/+3178
* Disable -Wformat-overflow= warnings for some printf tests.Joseph Myers2018-11-012-0/+29
* Don't reduce test timeout to less than defaultAndreas Schwab2018-10-172-2/+0
* error, warn, warnx: Use __fxprintf for wide printing [BZ #23519]Florian Weimer2018-08-141-6/+10
* Avoid insecure usage of tmpnam in tests.Joseph Myers2018-07-183-11/+33
* Add renameat2 function [BZ #17662]Florian Weimer2018-07-055-3/+242
* stdio-common/tst-printf.c: Remove part under a non-free license [BZ #23363]Florian Weimer2018-07-032-114/+2
* ldbl-128ibm-compat: Add printf_sizeGabriel F. T. Gomes2018-07-023-2/+97
* Fix hardcoded /tmp paths in testing (bug 13888).Joseph Myers2018-06-267-10/+17
* Fix scanf rounding of negative floating-point numbers (bug 23280).Joseph Myers2018-06-193-17/+71
* Remove miscellaneous debris from libio.Zack Weinberg2018-02-212-2/+2
* Remove _IO_file_flags define.Zack Weinberg2018-02-211-2/+2
* Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg2018-02-2110-50/+25
* Remove some unnecessary redefinitions of std symbols.Zack Weinberg2018-02-052-8/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0196-96/+96
* Deprecate external use of libio.h and _G_config.h.Zack Weinberg2017-12-241-1/+0
* Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu2017-12-111-12/+12
* Prefer https for Sourceware linksSiddhesh Poyarekar2017-11-162-2/+2
* stdio-common: Use array_length and array_end macrosFlorian Weimer2017-11-0214-42/+47
* [BZ #22142] powerpc: Fix the carry bit on mpn_[add|sub]_n on POWER7Tulio Magno Quites Machado Filho2017-10-132-0/+12
* linux: Implement tmpfile with O_TMPFILE (BZ#21530)Adhemerval Zanella2017-09-013-10/+44
* stdio-common: Remove internal_function attributeFlorian Weimer2017-08-312-5/+2