Age | Commit message (Expand) | Author | Files | Lines |
2024-04-11 | wcsmbs: Ensure wcstr worst-case linear execution time (BZ 23865) | Adhemerval Zanella | 2 | -72/+335 |
2024-04-11 | wcsmbs: Add test-wcsstr | Adhemerval Zanella | 3 | -1/+26 |
2024-02-27 | wcsmbs: Improve fortify with clang | Adhemerval Zanella | 1 | -48/+119 |
2024-02-01 | Rename c2x / gnu2x tests to c23 / gnu23 | Joseph Myers | 4 | -6/+6 |
2024-02-01 | Refer to C23 in place of C2X in glibc | Joseph Myers | 16 | -50/+51 |
2024-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 136 | -136/+136 |
2023-10-17 | Add strlcat/wcslcat testcase. | Sunil K Pandey | 2 | -0/+21 |
2023-10-17 | Add strlcpy/wcslcpy testcase | Sunil K Pandey | 2 | -0/+21 |
2023-09-28 | C2x scanf %wN, %wfN support | Joseph Myers | 2 | -0/+25 |
2023-07-06 | vfscanf-internal: Remove potentially unbounded allocas | Adhemerval Zanella | 2 | -0/+82 |
2023-07-05 | wchar: Avoid PLT entries with _FORTIFY_SOURCE | Frédéric Bérat | 1 | -2/+2 |
2023-07-05 | Exclude routines from fortification | Frédéric Bérat | 1 | -1/+22 |
2023-06-22 | wcsmbs/bits/wchar2{, -decl}.h: Clearly separate declaration from definitions | Frederic Berat | 2 | -192/+172 |
2023-06-19 | C2x printf %wN, %wfN support (bug 24466) | Joseph Myers | 2 | -0/+27 |
2023-06-14 | Add the wcslcpy, wcslcat functions | Florian Weimer | 8 | -0/+335 |
2023-06-02 | Fix all the remaining misspellings -- BZ 25337 | Paul Pluzhnikov | 2 | -4/+4 |
2023-05-25 | wchar: Define va_list for POSIX (BZ #30035) | Adhemerval Zanella | 1 | -0/+11 |
2023-05-25 | Fix special case for C2x strtol binary constant handling (BZ# 30371) | Adhemerval Zanella | 4 | -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 | 2 | -0/+3 |
2023-04-17 | wcsmbs: Re-flow and sort routines, tests variables in Makefile | Florian Weimer | 1 | -40/+138 |
2023-03-14 | Declare wcstofN, wcstofNx for C2x | Joseph Myers | 1 | -14/+16 |
2023-03-02 | C2x scanf binary constant handling | Joseph Myers | 14 | -12/+419 |
2023-02-16 | C2x strtol binary constant handling | Joseph Myers | 13 | -1/+268 |
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | 113 | -113/+113 |
2022-11-01 | configure: Use -Wno-ignored-attributes if compiler warns about multiple aliases | Adhemerval Zanella | 1 | -8/+16 |
2022-10-18 | Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sources | Florian Weimer | 9 | -20/+0 |
2022-10-18 | Introduce <pointer_guard.h>, extracted from <sysdep.h> | Florian Weimer | 10 | -11/+9 |
2022-09-22 | Use '%z' instead of '%Z' on printf functions | Adhemerval Zanella Netto | 1 | -1/+1 |
2022-08-30 | Apply asm redirections in wchar.h before first use | Raphael Moreira Zinsly | 4 | -76/+136 |
2022-08-01 | wcsmbs: Add missing test-c8rtomb/test-mbrtoc8 dependency | H.J. Lu | 1 | -0/+2 |
2022-08-01 | stdlib: Suppress gcc diagnostic that char8_t is a keyword in C++20 in uchar.h. | Tom Honermann | 1 | -0/+8 |
2022-07-06 | stdlib: Tests for mbrtoc8, c8rtomb, and the char8_t typedef. | Tom Honermann | 3 | -1/+1154 |
2022-07-06 | stdlib: Implement mbrtoc8, c8rtomb, and the char8_t typedef. | Tom Honermann | 5 | -1/+283 |
2022-05-23 | locale: Add more cached data to LC_CTYPE | Florian Weimer | 2 | -19/+17 |
2022-05-23 | locale: Remove private union from struct __locale_data | Florian Weimer | 2 | -8/+10 |
2022-05-23 | locale: Remove cleanup function pointer from struct __localedata | Florian Weimer | 1 | -6/+2 |
2022-05-13 | wcrtomb: Make behavior POSIX compliant | Siddhesh Poyarekar | 1 | -8/+23 |
2022-01-12 | debug: Synchronize feature guards in fortified functions [BZ #28746] | Siddhesh Poyarekar | 1 | -1/+1 |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 108 | -108/+108 |
2021-11-10 | Support C2X printf %b, %B | Joseph Myers | 2 | -1/+27 |
2021-10-20 | Make sure that the fortified function conditionals are constant | Siddhesh Poyarekar | 1 | -158/+61 |
2021-09-03 | Remove "Contributed by" lines | Siddhesh Poyarekar | 66 | -68/+1 |
2021-05-16 | Enable support for GCC 11 -Wmismatched-dealloc. | Martin Sebor | 1 | -2/+17 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 107 | -107/+107 |
2020-12-31 | nonstring: Enable __FORTIFY_LEVEL=3 | Siddhesh Poyarekar | 1 | -64/+82 |
2020-12-08 | Make strtoimax, strtoumax, wcstoimax, wcstoumax into aliases | Joseph Myers | 2 | -0/+2 |
2020-06-01 | mbstowcs: Document, test, and fix null pointer dst semantics (Bug 25219) | Carlos O'Donell | 2 | -1/+51 |
2020-04-30 | Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI | Paul E. Murphy | 2 | -6/+6 |