about summary refs log tree commit diff
path: root/wcsmbs/Makefile
Commit message (Expand)AuthorAgeFilesLines
* wcsmbs: Add test-wcsstrAdhemerval Zanella2024-04-111-0/+1
* Rename c2x / gnu2x tests to c23 / gnu23Joseph Myers2024-02-011-6/+6
* Refer to C23 in place of C2X in glibcJoseph Myers2024-02-011-3/+4
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Add strlcat/wcslcat testcase.Sunil K Pandey2023-10-171-0/+1
* Add strlcpy/wcslcpy testcaseSunil K Pandey2023-10-171-0/+1
* C2x scanf %wN, %wfN supportJoseph Myers2023-09-281-0/+1
* vfscanf-internal: Remove potentially unbounded allocasAdhemerval Zanella2023-07-061-0/+3
* Exclude routines from fortificationFrédéric Bérat2023-07-051-1/+22
* C2x printf %wN, %wfN support (bug 24466)Joseph Myers2023-06-191-0/+1
* Add the wcslcpy, wcslcat functionsFlorian Weimer2023-06-141-0/+4
* wcsmbs: Reformat Makefile.Carlos O'Donell2023-05-181-1/+1
* wcsmbs: Reformat Makefile.Carlos O'Donell2023-05-161-6/+23
* wcsmbs: Add wcsdup() tests. (BZ #30266) azanella/bz30266Joe Simmons-Talbott2023-04-211-0/+1
* wcsmbs: Re-flow and sort routines, tests variables in MakefileFlorian Weimer2023-04-171-40/+138
* C2x scanf binary constant handlingJoseph Myers2023-03-021-1/+15
* C2x strtol binary constant handlingJoseph Myers2023-02-161-1/+13
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella2022-11-011-8/+16
* Apply asm redirections in wchar.h before first useRaphael Moreira Zinsly2022-08-301-2/+3
* wcsmbs: Add missing test-c8rtomb/test-mbrtoc8 dependencyH.J. Lu2022-08-011-0/+2
* stdlib: Tests for mbrtoc8, c8rtomb, and the char8_t typedef.Tom Honermann2022-07-061-1/+2
* stdlib: Implement mbrtoc8, c8rtomb, and the char8_t typedef.Tom Honermann2022-07-061-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Support C2X printf %b, %BJoseph Myers2021-11-101-1/+2
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* mbstowcs: Document, test, and fix null pointer dst semantics (Bug 25219)Carlos O'Donell2020-06-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Stop c32rtomb and mbrtoc32 aliasing wcrtomb and mbrtowc (bug 23793).Joseph Myers2018-10-221-2/+3
* Handle surrogate pairs in c16rtomb (bug 23794, DR#488, C2X).Joseph Myers2018-10-191-1/+3
* Add tests for sign of NaN returned by strtod (bug 23007).Joseph Myers2018-06-151-1/+2
* [BZ 1190] Make EOF sticky in stdio.Zack Weinberg2018-03-131-1/+1
* Define char16_t, char32_t consistently with uint_least16_t, uint_least32_t (b...Joseph Myers2018-02-071-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu2017-12-111-20/+20
* float128: Add strtof128, wcstof128, and related functions.Paul E. Murphy2017-06-121-0/+2
* Remove __need macros from stdio.h and wchar.h.Zack Weinberg2017-06-081-1/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Add tst-wcstod-roundPaul E. Murphy2016-08-191-0/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Refactor strtod parsing of NaN payloads.Joseph Myers2015-11-241-0/+1
* Fix strtod ("NAN(I)") in Turkish locales (bug 19266).Joseph Myers2015-11-241-1/+4
* Fix strtol in Turkish locales (bug 19242).Joseph Myers2015-11-231-2/+4
* Remove -fexceptions configure test.Joseph Myers2015-10-151-4/+4
* Add dependencies on needed locales in each subdir tests (bug 18969)Andreas Schwab2015-10-121-0/+13
* S390: Optimize wmemset.Stefan Liebler2015-08-261-1/+1
* S390: Optimize memchr, rawmemchr and wmemchr.Stefan Liebler2015-08-261-1/+1
* S390: Optimize strcspn and wcscspn.Stefan Liebler2015-08-261-1/+2