aboutsummaryrefslogtreecommitdiff
path: root/wcsmbs/Makefile
AgeCommit message (Expand)AuthorFilesLines
2023-09-28C2x scanf %wN, %wfN supportJoseph Myers1-0/+1
2023-07-06vfscanf-internal: Remove potentially unbounded allocasAdhemerval Zanella1-0/+3
2023-07-05Exclude routines from fortificationFrédéric Bérat1-1/+22
2023-06-19C2x printf %wN, %wfN support (bug 24466)Joseph Myers1-0/+1
2023-06-14Add the wcslcpy, wcslcat functionsFlorian Weimer1-0/+4
2023-05-18wcsmbs: Reformat Makefile.Carlos O'Donell1-1/+1
2023-05-16wcsmbs: Reformat Makefile.Carlos O'Donell1-6/+23
2023-04-21wcsmbs: Add wcsdup() tests. (BZ #30266)Joe Simmons-Talbott1-0/+1
2023-04-17wcsmbs: Re-flow and sort routines, tests variables in MakefileFlorian Weimer1-40/+138
2023-03-02C2x scanf binary constant handlingJoseph Myers1-1/+15
2023-02-16C2x strtol binary constant handlingJoseph Myers1-1/+13
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-11-01configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella1-8/+16
2022-08-30Apply asm redirections in wchar.h before first useRaphael Moreira Zinsly1-2/+3
2022-08-01wcsmbs: Add missing test-c8rtomb/test-mbrtoc8 dependencyH.J. Lu1-0/+2
2022-07-06stdlib: Tests for mbrtoc8, c8rtomb, and the char8_t typedef.Tom Honermann1-1/+2
2022-07-06stdlib: Implement mbrtoc8, c8rtomb, and the char8_t typedef.Tom Honermann1-1/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-11-10Support C2X printf %b, %BJoseph Myers1-1/+2
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-06-01mbstowcs: Document, test, and fix null pointer dst semantics (Bug 25219)Carlos O'Donell1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-10-22Stop c32rtomb and mbrtoc32 aliasing wcrtomb and mbrtowc (bug 23793).Joseph Myers1-2/+3
2018-10-19Handle surrogate pairs in c16rtomb (bug 23794, DR#488, C2X).Joseph Myers1-1/+3
2018-06-15Add tests for sign of NaN returned by strtod (bug 23007).Joseph Myers1-1/+2
2018-03-13[BZ 1190] Make EOF sticky in stdio.Zack Weinberg1-1/+1
2018-02-07Define char16_t, char32_t consistently with uint_least16_t, uint_least32_t (b...Joseph Myers1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu1-20/+20
2017-06-12float128: Add strtof128, wcstof128, and related functions.Paul E. Murphy1-0/+2
2017-06-08Remove __need macros from stdio.h and wchar.h.Zack Weinberg1-1/+2
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-08-19Add tst-wcstod-roundPaul E. Murphy1-0/+3
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-11-24Refactor strtod parsing of NaN payloads.Joseph Myers1-0/+1
2015-11-24Fix strtod ("NAN(I)") in Turkish locales (bug 19266).Joseph Myers1-1/+4
2015-11-23Fix strtol in Turkish locales (bug 19242).Joseph Myers1-2/+4
2015-10-15Remove -fexceptions configure test.Joseph Myers1-4/+4
2015-10-12Add dependencies on needed locales in each subdir tests (bug 18969)Andreas Schwab1-0/+13
2015-08-26S390: Optimize wmemset.Stefan Liebler1-1/+1
2015-08-26S390: Optimize memchr, rawmemchr and wmemchr.Stefan Liebler1-1/+1
2015-08-26S390: Optimize strcspn and wcscspn.Stefan Liebler1-1/+2
2015-08-26S390: Optimize strpbrk and wcspbrk.Stefan Liebler1-1/+1
2015-08-26S390: Optimize strspn and wcsspn.Stefan Liebler1-1/+1
2015-08-26S390: Optimize strchrnul and wcschrnul.Stefan Liebler1-1/+1
2015-08-26S390: Optimize strncat wcsncat.Stefan Liebler1-1/+1
2015-08-26S390: Optimize strcat and wcscat.Stefan Liebler1-1/+1
2015-08-26S390: Optimize stpncpy and wcpncpy.Stefan Liebler1-1/+1