aboutsummaryrefslogtreecommitdiff
path: root/stdio-common
AgeCommit message (Expand)Author
2022-06-10libio: Avoid RMW of flags2 outside lock (BZ #27842)Wilco Dijkstra
2022-05-24stdio-common: Simplify printf_unknown interface in vfprintf-internal.cFlorian Weimer
2022-05-24stdio-common: Move union printf_arg int <printf.h>Florian Weimer
2022-05-24stdio-common: Add printf specifier registry to <printf.h>Florian Weimer
2022-05-23stdio-common: Add tst-memstream-string for open_memstream overflowFlorian Weimer
2022-05-23__printf_fphex always uses LC_NUMERICFlorian Weimer
2022-05-23vfprintf: Consolidate some multibyte/wide character processingFlorian Weimer
2022-05-23vfprintf: Move argument processing into vfprintf-process-arg.cFlorian Weimer
2022-05-23stdio-common: Add tst-vfprintf-width-i18n to cover numeric field widthFlorian Weimer
2022-05-13stdio: Remove the usage of $(fno-unit-at-a-time) for siglist.cAdhemerval Zanella
2022-05-13stdio: Remove the usage of $(fno-unit-at-a-time) for errlist.cAdhemerval Zanella
2022-04-15stdio: Split __get_errname definition from errlist.cAdhemerval Zanella
2022-03-18stdio-common: Add wide stream coverage to tst-vfprintf-user-typeFlorian Weimer
2022-03-17stdio-common: Generate ja_JP.EUC-JP localeFlorian Weimer
2022-03-17stdio-common: Re-flow and sort Makefile variablesFlorian Weimer
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