about summary refs log tree commit diff
path: root/stdio-common
Commit message (Expand)AuthorAgeFilesLines
* libio: Avoid RMW of flags2 outside lock (BZ #27842)Wilco Dijkstra2022-06-101-1/+0
* stdio-common: Simplify printf_unknown interface in vfprintf-internal.cFlorian Weimer2022-05-241-18/+3
* stdio-common: Move union printf_arg int <printf.h>Florian Weimer2022-05-241-23/+0
* stdio-common: Add printf specifier registry to <printf.h>Florian Weimer2022-05-244-14/+1
* stdio-common: Add tst-memstream-string for open_memstream overflowFlorian Weimer2022-05-232-0/+80
* __printf_fphex always uses LC_NUMERICFlorian Weimer2022-05-231-19/+11
* vfprintf: Consolidate some multibyte/wide character processingFlorian Weimer2022-05-231-87/+43
* vfprintf: Move argument processing into vfprintf-process-arg.cFlorian Weimer2022-05-232-499/+517
* stdio-common: Add tst-vfprintf-width-i18n to cover numeric field widthFlorian Weimer2022-05-232-0/+98
* stdio: Remove the usage of $(fno-unit-at-a-time) for siglist.cAdhemerval Zanella2022-05-133-5/+20
* stdio: Remove the usage of $(fno-unit-at-a-time) for errlist.cAdhemerval Zanella2022-05-137-18/+89
* stdio: Split __get_errname definition from errlist.cAdhemerval Zanella2022-04-153-36/+64
* stdio-common: Add wide stream coverage to tst-vfprintf-user-typeFlorian Weimer2022-03-181-27/+93
* stdio-common: Generate ja_JP.EUC-JP localeFlorian Weimer2022-03-171-0/+1
* stdio-common: Re-flow and sort Makefile variablesFlorian Weimer2022-03-171-66/+217
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-01122-122/+122
* stdio-common: Fix %m sprintf test output for GNU/HurdSamuel Thibault2021-12-271-0/+10
* stdio: Implement %#m for vfprintf and related functionsFlorian Weimer2021-12-233-6/+116
* Support C2X printf %b, %BJoseph Myers2021-11-107-21/+193
* Fix memmove call in vfprintf-internal.c:group_numberJoseph Myers2021-11-081-1/+2
* Fix stdio-common tests for GCC 12 -WaddressJoseph Myers2021-10-043-10/+0
* vfprintf: Unify argument handling in process_argFlorian Weimer2021-09-231-117/+89
* vfprintf: Handle floating-point cases outside of process_arg macroFlorian Weimer2021-09-231-111/+75
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-0319-22/+0
* hurd: Fix errlist error mappingSamuel Thibault2021-08-231-5/+7
* 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