| Commit message (Expand) | Author | Age | Files | Lines |
* | libio: Avoid RMW of flags2 outside lock (BZ #27842) | Wilco Dijkstra | 2022-06-10 | 1 | -1/+0 |
* | stdio-common: Simplify printf_unknown interface in vfprintf-internal.c | Florian Weimer | 2022-05-24 | 1 | -18/+3 |
* | stdio-common: Move union printf_arg int <printf.h> | Florian Weimer | 2022-05-24 | 1 | -23/+0 |
* | stdio-common: Add printf specifier registry to <printf.h> | Florian Weimer | 2022-05-24 | 4 | -14/+1 |
* | stdio-common: Add tst-memstream-string for open_memstream overflow | Florian Weimer | 2022-05-23 | 2 | -0/+80 |
* | __printf_fphex always uses LC_NUMERIC | Florian Weimer | 2022-05-23 | 1 | -19/+11 |
* | vfprintf: Consolidate some multibyte/wide character processing | Florian Weimer | 2022-05-23 | 1 | -87/+43 |
* | vfprintf: Move argument processing into vfprintf-process-arg.c | Florian Weimer | 2022-05-23 | 2 | -499/+517 |
* | stdio-common: Add tst-vfprintf-width-i18n to cover numeric field width | Florian Weimer | 2022-05-23 | 2 | -0/+98 |
* | stdio: Remove the usage of $(fno-unit-at-a-time) for siglist.c | Adhemerval Zanella | 2022-05-13 | 3 | -5/+20 |
* | stdio: Remove the usage of $(fno-unit-at-a-time) for errlist.c | Adhemerval Zanella | 2022-05-13 | 7 | -18/+89 |
* | stdio: Split __get_errname definition from errlist.c | Adhemerval Zanella | 2022-04-15 | 3 | -36/+64 |
* | stdio-common: Add wide stream coverage to tst-vfprintf-user-type | Florian Weimer | 2022-03-18 | 1 | -27/+93 |
* | stdio-common: Generate ja_JP.EUC-JP locale | Florian Weimer | 2022-03-17 | 1 | -0/+1 |
* | stdio-common: Re-flow and sort Makefile variables | Florian Weimer | 2022-03-17 | 1 | -66/+217 |
* | Update copyright dates with scripts/update-copyrights | Paul Eggert | 2022-01-01 | 122 | -122/+122 |
* | stdio-common: Fix %m sprintf test output for GNU/Hurd | Samuel Thibault | 2021-12-27 | 1 | -0/+10 |
* | stdio: Implement %#m for vfprintf and related functions | Florian Weimer | 2021-12-23 | 3 | -6/+116 |
* | Support C2X printf %b, %B | Joseph Myers | 2021-11-10 | 7 | -21/+193 |
* | Fix memmove call in vfprintf-internal.c:group_number | Joseph Myers | 2021-11-08 | 1 | -1/+2 |
* | Fix stdio-common tests for GCC 12 -Waddress | Joseph Myers | 2021-10-04 | 3 | -10/+0 |
* | vfprintf: Unify argument handling in process_arg | Florian Weimer | 2021-09-23 | 1 | -117/+89 |
* | vfprintf: Handle floating-point cases outside of process_arg macro | Florian Weimer | 2021-09-23 | 1 | -111/+75 |
* | Remove "Contributed by" lines | Siddhesh Poyarekar | 2021-09-03 | 19 | -22/+0 |
* | hurd: Fix errlist error mapping | Samuel Thibault | 2021-08-23 | 1 | -5/+7 |
* | Move malloc hooks into a compat DSO | Siddhesh Poyarekar | 2021-07-22 | 1 | -5/+10 |
* | libio: Replace internal _IO_getdelim symbol with __getdelim | Florian Weimer | 2021-07-07 | 1 | -1/+1 |
* | stdio-common: Remove _IO_vfwscanf | Florian Weimer | 2021-06-01 | 2 | -39/+1 |
* | linux: Move funlockfile/_IO_funlockfile into libc | Adhemerval Zanella | 2021-05-10 | 1 | -3/+3 |
* | linux: Move ftrylockfile/_IO_ftrylockfile into libc | Adhemerval Zanella | 2021-05-10 | 1 | -4/+3 |
* | linux: Move flockfile/_IO_flockfile into libc | Adhemerval Zanella | 2021-05-10 | 1 | -3/+3 |
* | Annotate additional APIs with GCC attribute access. | Martin Sebor | 2021-05-06 | 2 | -2/+2 |
* | stdio: fix vfscanf with matches longer than INT_MAX (bug 27650) | Alyssa Ross | 2021-05-03 | 1 | -9/+4 |
* | stdio-common/printf-prs.c: Reword comment | Alejandro Colomar \(man-pages\) | 2021-03-31 | 1 | -2/+2 |
* | printf: Add smoke tests for long double | Siddhesh Poyarekar | 2021-02-05 | 2 | -28/+103 |
* | stdio-common: Add a few double formatting tests [BZ #27245] | Mike Hommey | 2021-02-03 | 1 | -1/+29 |
* | Update copyright dates with scripts/update-copyrights | Paul Eggert | 2021-01-02 | 120 | -120/+120 |
* | tests: Remove NULL check for an array | Siddhesh Poyarekar | 2020-11-12 | 4 | -8/+0 |
* | __vfscanf_internal: fix aliasing violation (bug 26690) | Andreas Schwab | 2020-10-08 | 1 | -11/+11 |
* | Revert "Fix missing redirects in testsuite targets" | Andreas Schwab | 2020-10-08 | 1 | -2/+2 |
* | string: Fix strerrorname_np return value [BZ #26555] | Adhemerval Zanella | 2020-09-29 | 3 | -37/+669 |
* | Fix memory leak in __printf_fp_l (bug 26215). | Joseph Myers | 2020-07-09 | 3 | -8/+57 |
* | Fix double free in __printf_fp_l (bug 26214). | Joseph Myers | 2020-07-09 | 3 | -3/+48 |
* | string: Add strerrorname_np and strerrordesc_np | Adhemerval Zanella | 2020-07-07 | 2 | -0/+98 |
* | string: Add sigabbrev_np and sigdescr_np | Adhemerval Zanella | 2020-07-07 | 1 | -0/+1 |
* | signal: Move sys_errlist to a compat symbol | Adhemerval Zanella | 2020-07-07 | 4 | -14/+101 |
* | signal: Move sys_siglist to a compat symbol | Adhemerval Zanella | 2020-07-07 | 3 | -5/+7 |
* | Remove most vfprintf width/precision-dependent allocations (bug 14231, bug 26... | Joseph Myers | 2020-07-07 | 4 | -121/+45 |
* | Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI | Paul E. Murphy | 2020-04-30 | 2 | -2/+2 |
* | Fix tests which expose ldbl -> _Float128 redirects | Paul E. Murphy | 2020-03-25 | 1 | -0/+4 |