| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | stdio: Add tests for printf multibyte convertion leak [BZ#25691] | Adhemerval Zanella | 2020-03-20 | 2 | -2/+115 |
* | stdio: Remove memory leak from multibyte convertion [BZ#25691] | Florian Weimer | 2020-03-20 | 1 | -144/+180 |
* | Prepare redirections for IEEE long double on powerpc64le | Gabriel F. T. Gomes | 2020-02-17 | 1 | -1/+2 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2020-01-01 | 114 | -114/+114 |
* | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 2019-09-07 | 114 | -114/+114 |
* | Prepare vfprintf to use __printf_fp/__printf_fphex with float128 arg | Gabriel F. T. Gomes | 2019-06-27 | 2 | -13/+63 |
* | Break lines before not after operators, batch 4. | Joseph Myers | 2019-03-07 | 1 | -22/+22 |
* | hurd: Add renameat2 support for RENAME_NOREPLACE | Samuel Thibault | 2019-02-27 | 1 | -1/+3 |
* | Add some spaces before '('. | Joseph Myers | 2019-02-27 | 3 | -6/+6 |
* | Break some lines before not after operators. | Joseph Myers | 2019-02-22 | 3 | -15/+15 |
* | Add internal implementations for argp.h, err.h, and error.h functions | Gabriel F. T. Gomes | 2019-02-21 | 1 | -7/+9 |
* | Use C99-compliant scanf under _GNU_SOURCE with modern compilers. | Zack Weinberg | 2019-01-03 | 14 | -72/+447 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2019-01-01 | 108 | -108/+108 |
* | Prepare vfscanf to use __strtof128_internal | Gabriel F. T. Gomes | 2018-12-07 | 1 | -0/+14 |
* | Use PRINTF_LDBL_IS_DBL instead of __ldbl_is_dbl. | Zack Weinberg | 2018-12-05 | 1 | -4/+0 |
* | Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319) | Zack Weinberg | 2018-12-05 | 5 | -4/+56 |
* | Add __v*printf_internal with flags arguments | Zack Weinberg | 2018-12-05 | 13 | -2370/+2410 |
* | Use SCANF_LDBL_IS_DBL instead of __ldbl_is_dbl. | Zack Weinberg | 2018-12-05 | 1 | -4/+0 |
* | Use SCANF_ISOC99_A instead of _IO_FLAGS2_SCANF_STD. | Zack Weinberg | 2018-12-05 | 7 | -39/+6 |
* | Add __vfscanf_internal and __vfwscanf_internal with flags arguments. | Zack Weinberg | 2018-12-05 | 16 | -3073/+3178 |
* | Disable -Wformat-overflow= warnings for some printf tests. | Joseph Myers | 2018-11-01 | 2 | -0/+29 |
* | Don't reduce test timeout to less than default | Andreas Schwab | 2018-10-17 | 2 | -2/+0 |
* | error, warn, warnx: Use __fxprintf for wide printing [BZ #23519] | Florian Weimer | 2018-08-14 | 1 | -6/+10 |
* | Avoid insecure usage of tmpnam in tests. | Joseph Myers | 2018-07-18 | 3 | -11/+33 |
* | Add renameat2 function [BZ #17662] | Florian Weimer | 2018-07-05 | 5 | -3/+242 |