Age | Commit message (Expand) | Author |
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)azanella/bz30266 | 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 |
2021-05-16 | Enable support for GCC 11 -Wmismatched-dealloc. | Martin Sebor |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert |
2020-12-31 | nonstring: Enable __FORTIFY_LEVEL=3 | Siddhesh Poyarekar |
2020-12-08 | Make strtoimax, strtoumax, wcstoimax, wcstoumax into aliases | Joseph Myers |
2020-06-01 | mbstowcs: Document, test, and fix null pointer dst semantics (Bug 25219) | Carlos O'Donell |
2020-04-30 | Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI | Paul E. Murphy |
2020-02-17 | Prepare redirections for IEEE long double on powerpc64le | Gabriel F. T. Gomes |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2019-11-22 | Use DEPRECATED_SCANF macro for remaining C99-compliant scanf functions | Gabriel F. T. Gomes |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert |
2019-07-31 | iconv: Revert steps array reference counting changes | Florian Weimer |
2019-05-21 | wcsmbs: Fix data race in __wcsmbs_clone_conv [BZ #24584] | Florian Weimer |
2019-05-21 | libio: Fix gconv-related memory leak [BZ #24583] | Florian Weimer |
2019-04-04 | wcsmbs: Use loop_unroll on wcsrchr | Adhemerval Zanella |
2019-04-04 | wcsmbs: Use loop_unroll on wcschr | Adhemerval Zanella |