| Age | Commit message (Expand) | Author |
| 2025-11-20 | Implement C23 const-preserving standard library macros | Joseph Myers |
| 2025-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert |
| 2024-10-01 | Do not use -Wp to disable fortify (BZ 31928) | Adhemerval Zanella |
| 2024-08-05 | Fix name space violation in fortify wrappers (bug 32052) | Andreas Schwab |
| 2024-08-01 | Enhanced test coverage for strncmp, wcsncmp | Florian Weimer |
| 2024-08-01 | Enhance test coverage for strnlen, wcsnlen | Florian Weimer |
| 2024-04-11 | wcsmbs: Ensure wcstr worst-case linear execution time (BZ 23865) | Adhemerval Zanella |
| 2024-04-11 | wcsmbs: Add test-wcsstr | Adhemerval Zanella |
| 2024-02-27 | wcsmbs: Improve fortify with clang | Adhemerval Zanella |
| 2024-02-01 | Rename c2x / gnu2x tests to c23 / gnu23 | Joseph Myers |
| 2024-02-01 | Refer to C23 in place of C2X in glibc | Joseph Myers |
| 2024-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert |
| 2023-10-17 | Add strlcat/wcslcat testcase. | Sunil K Pandey |
| 2023-10-17 | Add strlcpy/wcslcpy testcase | Sunil K Pandey |
| 2023-09-28 | C2x scanf %wN, %wfN support | Joseph Myers |
| 2023-07-06 | vfscanf-internal: Remove potentially unbounded allocas | Adhemerval Zanella |
| 2023-07-05 | wchar: Avoid PLT entries with _FORTIFY_SOURCE | Frédéric Bérat |
| 2023-07-05 | Exclude routines from fortification | Frédéric Bérat |
| 2023-06-22 | wcsmbs/bits/wchar2{, -decl}.h: Clearly separate declaration from definitions | Frederic Berat |
| 2023-06-19 | C2x printf %wN, %wfN support (bug 24466) | Joseph Myers |
| 2023-06-14 | Add the wcslcpy, wcslcat functions | Florian Weimer |
| 2023-06-02 | Fix all the remaining misspellings -- BZ 25337 | Paul Pluzhnikov |
| 2023-05-25 | wchar: Define va_list for POSIX (BZ #30035) | Adhemerval Zanella |
| 2023-05-25 | Fix special case for C2x strtol binary constant handling (BZ# 30371) | Adhemerval Zanella |
| 2023-05-18 | wcsmbs: Reformat Makefile. | Carlos O'Donell |
| 2023-05-16 | wcsmbs: Reformat Makefile. | Carlos O'Donell |
| 2023-04-21 | wcsmbs: Add wcsdup() tests. (BZ #30266) | Joe Simmons-Talbott |
| 2023-04-17 | wcsmbs: Re-flow and sort routines, tests variables in Makefile | Florian Weimer |
| 2023-03-14 | Declare wcstofN, wcstofNx for C2x | Joseph Myers |
| 2023-03-02 | C2x scanf binary constant handling | Joseph Myers |
| 2023-02-16 | C2x strtol binary constant handling | Joseph Myers |
| 2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers |
| 2022-11-01 | configure: Use -Wno-ignored-attributes if compiler warns about multiple aliases | Adhemerval Zanella |
| 2022-10-18 | Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sources | Florian Weimer |
| 2022-10-18 | Introduce <pointer_guard.h>, extracted from <sysdep.h> | Florian Weimer |
| 2022-09-22 | Use '%z' instead of '%Z' on printf functions | Adhemerval Zanella Netto |
| 2022-08-30 | Apply asm redirections in wchar.h before first use | Raphael Moreira Zinsly |
| 2022-08-01 | wcsmbs: Add missing test-c8rtomb/test-mbrtoc8 dependency | H.J. Lu |
| 2022-08-01 | stdlib: Suppress gcc diagnostic that char8_t is a keyword in C++20 in uchar.h. | Tom Honermann |
| 2022-07-06 | stdlib: Tests for mbrtoc8, c8rtomb, and the char8_t typedef. | Tom Honermann |
| 2022-07-06 | stdlib: Implement mbrtoc8, c8rtomb, and the char8_t typedef. | Tom Honermann |
| 2022-05-23 | locale: Add more cached data to LC_CTYPE | Florian Weimer |
| 2022-05-23 | locale: Remove private union from struct __locale_data | Florian Weimer |
| 2022-05-23 | locale: Remove cleanup function pointer from struct __localedata | Florian Weimer |
| 2022-05-13 | wcrtomb: Make behavior POSIX compliant | Siddhesh Poyarekar |
| 2022-01-12 | debug: Synchronize feature guards in fortified functions [BZ #28746] | Siddhesh Poyarekar |
| 2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert |
| 2021-11-10 | Support C2X printf %b, %B | Joseph Myers |
| 2021-10-20 | Make sure that the fortified function conditionals are constant | Siddhesh Poyarekar |
| 2021-09-03 | Remove "Contributed by" lines | Siddhesh Poyarekar |