aboutsummaryrefslogtreecommitdiff
path: root/wcsmbs/Makefile
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-26S390: Optimize strncpy and wcsncpy.Stefan Liebler1-1/+1
2015-08-26S390: Optimize stpcpy and wcpcpy.Stefan Liebler1-1/+2
2015-08-26S390: Optimize strnlen and wcsnlen.Stefan Liebler1-1/+1
2015-04-13Use correct signedness in wcsncmpStefan Liebler1-1/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-11-26Remove TEST_IFUNC, tests-ifunc and *-ifunc.c tests.Joseph Myers1-2/+0
2014-06-04Include LOCPATH in default test environment.Joseph Myers1-7/+0
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers1-0/+2
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers1-2/+1
2012-10-19Add wcsmbs IFUNC testsH.J. Lu1-0/+2