aboutsummaryrefslogtreecommitdiff
path: root/stdio-common
AgeCommit message (Expand)AuthorFilesLines
2022-06-10libio: Avoid RMW of flags2 outside lock (BZ #27842)Wilco Dijkstra1-1/+0
2022-05-24stdio-common: Simplify printf_unknown interface in vfprintf-internal.cFlorian Weimer1-18/+3
2022-05-24stdio-common: Move union printf_arg int <printf.h>Florian Weimer1-23/+0
2022-05-24stdio-common: Add printf specifier registry to <printf.h>Florian Weimer4-14/+1
2022-05-23stdio-common: Add tst-memstream-string for open_memstream overflowFlorian Weimer2-0/+80
2022-05-23__printf_fphex always uses LC_NUMERICFlorian Weimer1-19/+11
2022-05-23vfprintf: Consolidate some multibyte/wide character processingFlorian Weimer1-87/+43
2022-05-23vfprintf: Move argument processing into vfprintf-process-arg.cFlorian Weimer2-499/+517
2022-05-23stdio-common: Add tst-vfprintf-width-i18n to cover numeric field widthFlorian Weimer2-0/+98
2022-05-13stdio: Remove the usage of $(fno-unit-at-a-time) for siglist.cAdhemerval Zanella3-5/+20
2022-05-13stdio: Remove the usage of $(fno-unit-at-a-time) for errlist.cAdhemerval Zanella7-18/+89
2022-04-15stdio: Split __get_errname definition from errlist.cAdhemerval Zanella3-36/+64
2022-03-18stdio-common: Add wide stream coverage to tst-vfprintf-user-typeFlorian Weimer1-27/+93
2022-03-17stdio-common: Generate ja_JP.EUC-JP localeFlorian Weimer1-0/+1
2022-03-17stdio-common: Re-flow and sort Makefile variablesFlorian Weimer1-66/+217
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert122-122/+122
2021-12-27stdio-common: Fix %m sprintf test output for GNU/HurdSamuel Thibault1-0/+10
2021-12-23stdio: Implement %#m for vfprintf and related functionsFlorian Weimer3-6/+116
2021-11-10Support C2X printf %b, %BJoseph Myers7-21/+193
2021-11-08Fix memmove call in vfprintf-internal.c:group_numberJoseph Myers1-1/+2
2021-10-04Fix stdio-common tests for GCC 12 -WaddressJoseph Myers3-10/+0
2021-09-23vfprintf: Unify argument handling in process_argFlorian Weimer1-117/+89
2021-09-23vfprintf: Handle floating-point cases outside of process_arg macroFlorian Weimer1-111/+75
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar19-22/+0
2021-08-23hurd: Fix errlist error mappingSamuel Thibault1-5/+7
2021-07-22Move malloc hooks into a compat DSOSiddhesh Poyarekar1-5/+10
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