aboutsummaryrefslogtreecommitdiff
path: root/stdio-common
AgeCommit message (Expand)Author
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-27stdio-common: Fix %m sprintf test output for GNU/HurdSamuel Thibault
2021-12-23stdio: Implement %#m for vfprintf and related functionsFlorian Weimer
2021-11-10Support C2X printf %b, %BJoseph Myers
2021-11-08Fix memmove call in vfprintf-internal.c:group_numberJoseph Myers
2021-10-04Fix stdio-common tests for GCC 12 -WaddressJoseph Myers
2021-09-23vfprintf: Unify argument handling in process_argFlorian Weimer
2021-09-23vfprintf: Handle floating-point cases outside of process_arg macroFlorian Weimer
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-08-23hurd: Fix errlist error mappingSamuel Thibault
2021-07-22Move malloc hooks into a compat DSOSiddhesh Poyarekar
2021-07-07libio: Replace internal _IO_getdelim symbol with __getdelimFlorian Weimer
2021-06-01stdio-common: Remove _IO_vfwscanfFlorian Weimer
2021-05-10linux: Move funlockfile/_IO_funlockfile into libcAdhemerval Zanella
2021-05-10linux: Move ftrylockfile/_IO_ftrylockfile into libcAdhemerval Zanella
2021-05-10linux: Move flockfile/_IO_flockfile into libcAdhemerval Zanella
2021-05-06Annotate additional APIs with GCC attribute access.Martin Sebor
2021-05-03stdio: fix vfscanf with matches longer than INT_MAX (bug 27650)Alyssa Ross
2021-03-31stdio-common/printf-prs.c: Reword commentAlejandro Colomar \(man-pages\)
2021-02-05printf: Add smoke tests for long doubleSiddhesh Poyarekar
2021-02-03stdio-common: Add a few double formatting tests [BZ #27245]Mike Hommey
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-11-12tests: Remove NULL check for an arraySiddhesh Poyarekar
2020-10-08__vfscanf_internal: fix aliasing violation (bug 26690)Andreas Schwab
2020-10-08Revert "Fix missing redirects in testsuite targets"Andreas Schwab
2020-09-29string: Fix strerrorname_np return value [BZ #26555]Adhemerval Zanella
2020-07-09Fix memory leak in __printf_fp_l (bug 26215).Joseph Myers
2020-07-09Fix double free in __printf_fp_l (bug 26214).Joseph Myers
2020-07-07string: Add strerrorname_np and strerrordesc_npAdhemerval Zanella
2020-07-07string: Add sigabbrev_np and sigdescr_npAdhemerval Zanella
2020-07-07signal: Move sys_errlist to a compat symbolAdhemerval Zanella
2020-07-07signal: Move sys_siglist to a compat symbolAdhemerval Zanella
2020-07-07Remove most vfprintf width/precision-dependent allocations (bug 14231, bug 26...Joseph Myers
2020-04-30Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy
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