| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-04-11 | wcsmbs: Add test-wcsstr |  Adhemerval Zanella | 1 | -0/+1 |
| 2024-02-01 | Rename c2x / gnu2x tests to c23 / gnu23 |  Joseph Myers | 1 | -6/+6 |
| 2024-02-01 | Refer to C23 in place of C2X in glibc |  Joseph Myers | 1 | -3/+4 |
| 2024-01-01 | Update copyright dates with scripts/update-copyrights |  Paul Eggert | 1 | -1/+1 |
| 2023-10-17 | Add strlcat/wcslcat testcase. |  Sunil K Pandey | 1 | -0/+1 |
| 2023-10-17 | Add strlcpy/wcslcpy testcase |  Sunil K Pandey | 1 | -0/+1 |
| 2023-09-28 | C2x scanf %wN, %wfN support |  Joseph Myers | 1 | -0/+1 |
| 2023-07-06 | vfscanf-internal: Remove potentially unbounded allocas |  Adhemerval Zanella | 1 | -0/+3 |
| 2023-07-05 | Exclude routines from fortification |  Frédéric Bérat | 1 | -1/+22 |
| 2023-06-19 | C2x printf %wN, %wfN support (bug 24466) |  Joseph Myers | 1 | -0/+1 |
| 2023-06-14 | Add the wcslcpy, wcslcat functions |  Florian Weimer | 1 | -0/+4 |
| 2023-05-18 | wcsmbs: Reformat Makefile. |  Carlos O'Donell | 1 | -1/+1 |
| 2023-05-16 | wcsmbs: Reformat Makefile. |  Carlos O'Donell | 1 | -6/+23 |
| 2023-04-21 | wcsmbs: Add wcsdup() tests. (BZ #30266) |  Joe Simmons-Talbott | 1 | -0/+1 |
| 2023-04-17 | wcsmbs: Re-flow and sort routines, tests variables in Makefile |  Florian Weimer | 1 | -39/+137 |
| 2023-03-02 | C2x scanf binary constant handling |  Joseph Myers | 1 | -1/+15 |
| 2023-02-16 | C2x strtol binary constant handling |  Joseph Myers | 1 | -1/+13 |
| 2023-01-06 | Update copyright dates with scripts/update-copyrights |  Joseph Myers | 1 | -1/+1 |
| 2022-11-01 | configure: Use -Wno-ignored-attributes if compiler warns about multiple aliases |  Adhemerval Zanella | 1 | -8/+16 |
| 2022-08-30 | Apply asm redirections in wchar.h before first use |  Raphael Moreira Zinsly | 1 | -2/+3 |
| 2022-08-01 | wcsmbs: Add missing test-c8rtomb/test-mbrtoc8 dependency |  H.J. Lu | 1 | -0/+2 |
| 2022-07-06 | stdlib: Tests for mbrtoc8, c8rtomb, and the char8_t typedef. |  Tom Honermann | 1 | -1/+2 |
| 2022-07-06 | stdlib: Implement mbrtoc8, c8rtomb, and the char8_t typedef. |  Tom Honermann | 1 | -1/+1 |
| 2022-01-01 | Update copyright dates with scripts/update-copyrights |  Paul Eggert | 1 | -1/+1 |
| 2021-11-10 | Support C2X printf %b, %B |  Joseph Myers | 1 | -1/+2 |
| 2021-01-02 | Update copyright dates with scripts/update-copyrights |  Paul Eggert | 1 | -1/+1 |
| 2020-06-01 | mbstowcs: Document, test, and fix null pointer dst semantics (Bug 25219) |  Carlos O'Donell | 1 | -1/+1 |
| 2020-01-01 | Update copyright dates with scripts/update-copyrights. |  Joseph Myers | 1 | -1/+1 |
| 2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs |  Paul Eggert | 1 | -1/+1 |
| 2019-01-01 | Update copyright dates with scripts/update-copyrights. |  Joseph Myers | 1 | -1/+1 |
| 2018-10-22 | Stop c32rtomb and mbrtoc32 aliasing wcrtomb and mbrtowc (bug 23793). |  Joseph Myers | 1 | -2/+3 |
| 2018-10-19 | Handle surrogate pairs in c16rtomb (bug 23794, DR#488, C2X). |  Joseph Myers | 1 | -1/+3 |
| 2018-06-15 | Add tests for sign of NaN returned by strtod (bug 23007). |  Joseph Myers | 1 | -1/+2 |
| 2018-03-13 | [BZ 1190] Make EOF sticky in stdio. |  Zack Weinberg | 1 | -1/+1 |
| 2018-02-07 | Define char16_t, char32_t consistently with uint_least16_t, uint_least32_t (bug 17979). |  Joseph Myers | 1 | -1/+1 |
| 2018-01-01 | Update copyright dates with scripts/update-copyrights. |  Joseph Myers | 1 | -1/+1 |
| 2017-12-11 | Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c |  H.J. Lu | 1 | -20/+20 |
| 2017-06-12 | float128: Add strtof128, wcstof128, and related functions. |  Paul E. Murphy | 1 | -0/+2 |
| 2017-06-08 | Remove __need macros from stdio.h and wchar.h. |  Zack Weinberg | 1 | -1/+2 |
| 2017-01-01 | Update copyright dates with scripts/update-copyrights. |  Joseph Myers | 1 | -1/+1 |
| 2016-08-19 | Add tst-wcstod-round |  Paul E. Murphy | 1 | -0/+3 |
| 2016-01-04 | Update copyright dates with scripts/update-copyrights. |  Joseph Myers | 1 | -1/+1 |
| 2015-11-24 | Refactor strtod parsing of NaN payloads. |  Joseph Myers | 1 | -0/+1 |
| 2015-11-24 | Fix strtod ("NAN(I)") in Turkish locales (bug 19266). |  Joseph Myers | 1 | -1/+4 |
| 2015-11-23 | Fix strtol in Turkish locales (bug 19242). |  Joseph Myers | 1 | -2/+4 |
| 2015-10-15 | Remove -fexceptions configure test. |  Joseph Myers | 1 | -4/+4 |
| 2015-10-12 | Add dependencies on needed locales in each subdir tests (bug 18969) |  Andreas Schwab | 1 | -0/+13 |
| 2015-08-26 | S390: Optimize wmemset. |  Stefan Liebler | 1 | -1/+1 |
| 2015-08-26 | S390: Optimize memchr, rawmemchr and wmemchr. |  Stefan Liebler | 1 | -1/+1 |
| 2015-08-26 | S390: Optimize strcspn and wcscspn. |  Stefan Liebler | 1 | -1/+2 |