aboutsummaryrefslogtreecommitdiff
path: root/stdio-common
AgeCommit message (Expand)AuthorFilesLines
2021-07-07libio: Replace internal _IO_getdelim symbol with __getdelimFlorian Weimer1-1/+1
2021-06-01stdio-common: Remove _IO_vfwscanfFlorian Weimer2-39/+1
2021-05-10linux: Move funlockfile/_IO_funlockfile into libcAdhemerval Zanella1-3/+3
2021-05-10linux: Move ftrylockfile/_IO_ftrylockfile into libcAdhemerval Zanella1-4/+3
2021-05-10linux: Move flockfile/_IO_flockfile into libcAdhemerval Zanella1-3/+3
2021-05-06Annotate additional APIs with GCC attribute access.Martin Sebor2-2/+2
2021-05-03stdio: fix vfscanf with matches longer than INT_MAX (bug 27650)Alyssa Ross1-9/+4
2021-03-31stdio-common/printf-prs.c: Reword commentAlejandro Colomar \(man-pages\)1-2/+2
2021-02-05printf: Add smoke tests for long doubleSiddhesh Poyarekar2-28/+103
2021-02-03stdio-common: Add a few double formatting tests [BZ #27245]Mike Hommey1-1/+29
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert120-120/+120
2020-11-12tests: Remove NULL check for an arraySiddhesh Poyarekar4-8/+0
2020-10-08__vfscanf_internal: fix aliasing violation (bug 26690)Andreas Schwab1-11/+11
2020-10-08Revert "Fix missing redirects in testsuite targets"Andreas Schwab1-2/+2
2020-09-29string: Fix strerrorname_np return value [BZ #26555]Adhemerval Zanella3-37/+669
2020-07-09Fix memory leak in __printf_fp_l (bug 26215).Joseph Myers3-8/+57
2020-07-09Fix double free in __printf_fp_l (bug 26214).Joseph Myers3-3/+48
2020-07-07string: Add strerrorname_np and strerrordesc_npAdhemerval Zanella2-0/+98
2020-07-07string: Add sigabbrev_np and sigdescr_npAdhemerval Zanella1-0/+1
2020-07-07signal: Move sys_errlist to a compat symbolAdhemerval Zanella4-14/+101
2020-07-07signal: Move sys_siglist to a compat symbolAdhemerval Zanella3-5/+7
2020-07-07Remove most vfprintf width/precision-dependent allocations (bug 14231, bug 26...Joseph Myers4-121/+45
2020-04-30Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy2-2/+2
2020-03-25Fix tests which expose ldbl -> _Float128 redirectsPaul E. Murphy1-0/+4
2020-03-20stdio: Add tests for printf multibyte convertion leak [BZ#25691]Adhemerval Zanella2-2/+115
2020-03-20stdio: Remove memory leak from multibyte convertion [BZ#25691]Florian Weimer1-144/+180
2020-02-17Prepare redirections for IEEE long double on powerpc64leGabriel F. T. Gomes1-1/+2
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers114-114/+114
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert114-114/+114
2019-06-27Prepare vfprintf to use __printf_fp/__printf_fphex with float128 argGabriel F. T. Gomes2-13/+63
2019-03-07Break lines before not after operators, batch 4.Joseph Myers1-22/+22
2019-02-27hurd: Add renameat2 support for RENAME_NOREPLACESamuel Thibault1-1/+3
2019-02-27Add some spaces before '('.Joseph Myers3-6/+6
2019-02-22Break some lines before not after operators.Joseph Myers3-15/+15
2019-02-21Add internal implementations for argp.h, err.h, and error.h functionsGabriel F. T. Gomes1-7/+9
2019-01-03Use C99-compliant scanf under _GNU_SOURCE with modern compilers.Zack Weinberg14-72/+447
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers108-108/+108
2018-12-07Prepare vfscanf to use __strtof128_internalGabriel F. T. Gomes1-0/+14
2018-12-05Use PRINTF_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg1-4/+0
2018-12-05Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)Zack Weinberg5-4/+56
2018-12-05Add __v*printf_internal with flags argumentsZack Weinberg13-2370/+2410
2018-12-05Use SCANF_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg1-4/+0
2018-12-05Use SCANF_ISOC99_A instead of _IO_FLAGS2_SCANF_STD.Zack Weinberg7-39/+6
2018-12-05Add __vfscanf_internal and __vfwscanf_internal with flags arguments.Zack Weinberg16-3073/+3178
2018-11-01Disable -Wformat-overflow= warnings for some printf tests.Joseph Myers2-0/+29
2018-10-17Don't reduce test timeout to less than defaultAndreas Schwab2-2/+0
2018-08-14error, warn, warnx: Use __fxprintf for wide printing [BZ #23519]Florian Weimer1-6/+10
2018-07-18Avoid insecure usage of tmpnam in tests.Joseph Myers3-11/+33
2018-07-05Add renameat2 function [BZ #17662]Florian Weimer5-3/+242
2018-07-03stdio-common/tst-printf.c: Remove part under a non-free license [BZ #23363]Florian Weimer2-114/+2