| Commit message (Expand) | Author | Age | Files | Lines |
* | C2x scanf %wN, %wfN support | Joseph Myers | 2023-09-28 | 2 | -0/+25 |
* | vfscanf-internal: Remove potentially unbounded allocas | Adhemerval Zanella | 2023-07-06 | 2 | -0/+82 |
* | wchar: Avoid PLT entries with _FORTIFY_SOURCE | Frédéric Bérat | 2023-07-05 | 1 | -2/+2 |
* | Exclude routines from fortification | Frédéric Bérat | 2023-07-05 | 1 | -1/+22 |
* | wcsmbs/bits/wchar2{, -decl}.h: Clearly separate declaration from definitions | Frederic Berat | 2023-06-22 | 2 | -192/+172 |
* | C2x printf %wN, %wfN support (bug 24466) | Joseph Myers | 2023-06-19 | 2 | -0/+27 |
* | Add the wcslcpy, wcslcat functions | Florian Weimer | 2023-06-14 | 8 | -0/+335 |
* | Fix all the remaining misspellings -- BZ 25337 | Paul Pluzhnikov | 2023-06-02 | 2 | -4/+4 |
* | wchar: Define va_list for POSIX (BZ #30035) | Adhemerval Zanella | 2023-05-25 | 1 | -0/+11 |
* | Fix special case for C2x strtol binary constant handling (BZ# 30371) | Adhemerval Zanella | 2023-05-25 | 4 | -0/+4 |
* | wcsmbs: Reformat Makefile. | Carlos O'Donell | 2023-05-18 | 1 | -1/+1 |
* | wcsmbs: Reformat Makefile. | Carlos O'Donell | 2023-05-16 | 1 | -6/+23 |
* | wcsmbs: Add wcsdup() tests. (BZ #30266) azanella/bz30266 | Joe Simmons-Talbott | 2023-04-21 | 2 | -0/+3 |
* | wcsmbs: Re-flow and sort routines, tests variables in Makefile | Florian Weimer | 2023-04-17 | 1 | -40/+138 |
* | Declare wcstofN, wcstofNx for C2x | Joseph Myers | 2023-03-14 | 1 | -14/+16 |
* | C2x scanf binary constant handling | Joseph Myers | 2023-03-02 | 14 | -12/+419 |
* | C2x strtol binary constant handling | Joseph Myers | 2023-02-16 | 13 | -1/+268 |
* | Update copyright dates with scripts/update-copyrights | Joseph Myers | 2023-01-06 | 113 | -113/+113 |
* | configure: Use -Wno-ignored-attributes if compiler warns about multiple aliases | Adhemerval Zanella | 2022-11-01 | 1 | -8/+16 |
* | Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sources | Florian Weimer | 2022-10-18 | 9 | -20/+0 |
* | Introduce <pointer_guard.h>, extracted from <sysdep.h> | Florian Weimer | 2022-10-18 | 10 | -11/+9 |
* | Use '%z' instead of '%Z' on printf functions | Adhemerval Zanella Netto | 2022-09-22 | 1 | -1/+1 |
* | Apply asm redirections in wchar.h before first use | Raphael Moreira Zinsly | 2022-08-30 | 4 | -76/+136 |
* | wcsmbs: Add missing test-c8rtomb/test-mbrtoc8 dependency | H.J. Lu | 2022-08-01 | 1 | -0/+2 |
* | stdlib: Suppress gcc diagnostic that char8_t is a keyword in C++20 in uchar.h. | Tom Honermann | 2022-08-01 | 1 | -0/+8 |
* | stdlib: Tests for mbrtoc8, c8rtomb, and the char8_t typedef. | Tom Honermann | 2022-07-06 | 3 | -1/+1154 |
* | stdlib: Implement mbrtoc8, c8rtomb, and the char8_t typedef. | Tom Honermann | 2022-07-06 | 5 | -1/+283 |
* | locale: Add more cached data to LC_CTYPE | Florian Weimer | 2022-05-23 | 2 | -19/+17 |
* | locale: Remove private union from struct __locale_data | Florian Weimer | 2022-05-23 | 2 | -8/+10 |
* | locale: Remove cleanup function pointer from struct __localedata | Florian Weimer | 2022-05-23 | 1 | -6/+2 |
* | wcrtomb: Make behavior POSIX compliant | Siddhesh Poyarekar | 2022-05-13 | 1 | -8/+23 |
* | debug: Synchronize feature guards in fortified functions [BZ #28746] | Siddhesh Poyarekar | 2022-01-12 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights | Paul Eggert | 2022-01-01 | 108 | -108/+108 |
* | Support C2X printf %b, %B | Joseph Myers | 2021-11-10 | 2 | -1/+27 |
* | Make sure that the fortified function conditionals are constant | Siddhesh Poyarekar | 2021-10-20 | 1 | -158/+61 |
* | Remove "Contributed by" lines | Siddhesh Poyarekar | 2021-09-03 | 66 | -68/+1 |
* | Enable support for GCC 11 -Wmismatched-dealloc. | Martin Sebor | 2021-05-16 | 1 | -2/+17 |
* | Update copyright dates with scripts/update-copyrights | Paul Eggert | 2021-01-02 | 107 | -107/+107 |
* | nonstring: Enable __FORTIFY_LEVEL=3 | Siddhesh Poyarekar | 2020-12-31 | 1 | -64/+82 |
* | Make strtoimax, strtoumax, wcstoimax, wcstoumax into aliases | Joseph Myers | 2020-12-08 | 2 | -0/+2 |
* | mbstowcs: Document, test, and fix null pointer dst semantics (Bug 25219) | Carlos O'Donell | 2020-06-01 | 2 | -1/+51 |
* | Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI | Paul E. Murphy | 2020-04-30 | 2 | -6/+6 |
* | Prepare redirections for IEEE long double on powerpc64le | Gabriel F. T. Gomes | 2020-02-17 | 2 | -11/+39 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2020-01-01 | 106 | -106/+106 |
* | Use DEPRECATED_SCANF macro for remaining C99-compliant scanf functions | Gabriel F. T. Gomes | 2019-11-22 | 1 | -1/+2 |
* | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 2019-09-07 | 106 | -106/+106 |
* | iconv: Revert steps array reference counting changes | Florian Weimer | 2019-07-31 | 2 | -11/+0 |
* | wcsmbs: Fix data race in __wcsmbs_clone_conv [BZ #24584] | Florian Weimer | 2019-05-21 | 1 | -4/+18 |
* | libio: Fix gconv-related memory leak [BZ #24583] | Florian Weimer | 2019-05-21 | 2 | -0/+11 |
* | wcsmbs: Use loop_unroll on wcsrchr | Adhemerval Zanella | 2019-04-04 | 1 | -6/+16 |