about summary refs log tree commit diff
path: root/stdio-common
Commit message (Expand)AuthorAgeFilesLines
* Fix stdio-common tests for GCC 12 -WaddressJoseph Myers2023-01-113-10/+0
* Fix memmove call in vfprintf-internal.c:group_numberJoseph Myers2022-11-111-1/+2
* Move malloc hooks into a compat DSOSiddhesh Poyarekar2021-07-221-5/+10
* libio: Replace internal _IO_getdelim symbol with __getdelimFlorian Weimer2021-07-071-1/+1
* stdio-common: Remove _IO_vfwscanfFlorian Weimer2021-06-012-39/+1
* linux: Move funlockfile/_IO_funlockfile into libcAdhemerval Zanella2021-05-101-3/+3
* linux: Move ftrylockfile/_IO_ftrylockfile into libcAdhemerval Zanella2021-05-101-4/+3
* linux: Move flockfile/_IO_flockfile into libcAdhemerval Zanella2021-05-101-3/+3
* Annotate additional APIs with GCC attribute access.Martin Sebor2021-05-062-2/+2
* stdio: fix vfscanf with matches longer than INT_MAX (bug 27650)Alyssa Ross2021-05-031-9/+4
* stdio-common/printf-prs.c: Reword commentAlejandro Colomar \(man-pages\)2021-03-311-2/+2
* printf: Add smoke tests for long doubleSiddhesh Poyarekar2021-02-052-28/+103
* stdio-common: Add a few double formatting tests [BZ #27245]Mike Hommey2021-02-031-1/+29
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-02120-120/+120
* tests: Remove NULL check for an arraySiddhesh Poyarekar2020-11-124-8/+0
* __vfscanf_internal: fix aliasing violation (bug 26690)Andreas Schwab2020-10-081-11/+11
* Revert "Fix missing redirects in testsuite targets"Andreas Schwab2020-10-081-2/+2
* string: Fix strerrorname_np return value [BZ #26555]Adhemerval Zanella2020-09-293-37/+669
* 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