| Commit message (Expand) | Author | Age | Files | Lines |
* | C2x printf %wN, %wfN support (bug 24466) | Joseph Myers | 2023-06-19 | 1 | -0/+1 |
* | Add the wcslcpy, wcslcat functions | Florian Weimer | 2023-06-14 | 1 | -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 | 1 | -0/+1 |
* | wcsmbs: Re-flow and sort routines, tests variables in Makefile | Florian Weimer | 2023-04-17 | 1 | -40/+138 |
* | C2x scanf binary constant handling | Joseph Myers | 2023-03-02 | 1 | -1/+15 |
* | C2x strtol binary constant handling | Joseph Myers | 2023-02-16 | 1 | -1/+13 |
* | Update copyright dates with scripts/update-copyrights | Joseph Myers | 2023-01-06 | 1 | -1/+1 |
* | configure: Use -Wno-ignored-attributes if compiler warns about multiple aliases | Adhemerval Zanella | 2022-11-01 | 1 | -8/+16 |
* | Apply asm redirections in wchar.h before first use | Raphael Moreira Zinsly | 2022-08-30 | 1 | -2/+3 |
* | wcsmbs: Add missing test-c8rtomb/test-mbrtoc8 dependency | H.J. Lu | 2022-08-01 | 1 | -0/+2 |
* | stdlib: Tests for mbrtoc8, c8rtomb, and the char8_t typedef. | Tom Honermann | 2022-07-06 | 1 | -1/+2 |
* | stdlib: Implement mbrtoc8, c8rtomb, and the char8_t typedef. | Tom Honermann | 2022-07-06 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights | Paul Eggert | 2022-01-01 | 1 | -1/+1 |
* | Support C2X printf %b, %B | Joseph Myers | 2021-11-10 | 1 | -1/+2 |
* | Update copyright dates with scripts/update-copyrights | Paul Eggert | 2021-01-02 | 1 | -1/+1 |
* | mbstowcs: Document, test, and fix null pointer dst semantics (Bug 25219) | Carlos O'Donell | 2020-06-01 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2020-01-01 | 1 | -1/+1 |
* | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 2019-09-07 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2019-01-01 | 1 | -1/+1 |
* | Stop c32rtomb and mbrtoc32 aliasing wcrtomb and mbrtowc (bug 23793). | Joseph Myers | 2018-10-22 | 1 | -2/+3 |
* | Handle surrogate pairs in c16rtomb (bug 23794, DR#488, C2X). | Joseph Myers | 2018-10-19 | 1 | -1/+3 |
* | Add tests for sign of NaN returned by strtod (bug 23007). | Joseph Myers | 2018-06-15 | 1 | -1/+2 |
* | [BZ 1190] Make EOF sticky in stdio. | Zack Weinberg | 2018-03-13 | 1 | -1/+1 |
* | Define char16_t, char32_t consistently with uint_least16_t, uint_least32_t (b... | Joseph Myers | 2018-02-07 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2018-01-01 | 1 | -1/+1 |
* | Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c | H.J. Lu | 2017-12-11 | 1 | -20/+20 |
* | float128: Add strtof128, wcstof128, and related functions. | Paul E. Murphy | 2017-06-12 | 1 | -0/+2 |
* | Remove __need macros from stdio.h and wchar.h. | Zack Weinberg | 2017-06-08 | 1 | -1/+2 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 1 | -1/+1 |
* | Add tst-wcstod-round | Paul E. Murphy | 2016-08-19 | 1 | -0/+3 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 1 | -1/+1 |
* | Refactor strtod parsing of NaN payloads. | Joseph Myers | 2015-11-24 | 1 | -0/+1 |
* | Fix strtod ("NAN(I)") in Turkish locales (bug 19266). | Joseph Myers | 2015-11-24 | 1 | -1/+4 |
* | Fix strtol in Turkish locales (bug 19242). | Joseph Myers | 2015-11-23 | 1 | -2/+4 |
* | Remove -fexceptions configure test. | Joseph Myers | 2015-10-15 | 1 | -4/+4 |
* | Add dependencies on needed locales in each subdir tests (bug 18969) | Andreas Schwab | 2015-10-12 | 1 | -0/+13 |
* | S390: Optimize wmemset. | Stefan Liebler | 2015-08-26 | 1 | -1/+1 |
* | S390: Optimize memchr, rawmemchr and wmemchr. | Stefan Liebler | 2015-08-26 | 1 | -1/+1 |
* | S390: Optimize strcspn and wcscspn. | Stefan Liebler | 2015-08-26 | 1 | -1/+2 |
* | S390: Optimize strpbrk and wcspbrk. | Stefan Liebler | 2015-08-26 | 1 | -1/+1 |
* | S390: Optimize strspn and wcsspn. | Stefan Liebler | 2015-08-26 | 1 | -1/+1 |
* | S390: Optimize strchrnul and wcschrnul. | Stefan Liebler | 2015-08-26 | 1 | -1/+1 |
* | S390: Optimize strncat wcsncat. | Stefan Liebler | 2015-08-26 | 1 | -1/+1 |
* | S390: Optimize strcat and wcscat. | Stefan Liebler | 2015-08-26 | 1 | -1/+1 |
* | S390: Optimize stpncpy and wcpncpy. | Stefan Liebler | 2015-08-26 | 1 | -1/+1 |
* | S390: Optimize strncpy and wcsncpy. | Stefan Liebler | 2015-08-26 | 1 | -1/+1 |
* | S390: Optimize stpcpy and wcpcpy. | Stefan Liebler | 2015-08-26 | 1 | -1/+2 |
* | S390: Optimize strnlen and wcsnlen. | Stefan Liebler | 2015-08-26 | 1 | -1/+1 |