summary refs log tree commit diff
path: root/wcsmbs/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* S390: Optimize strpbrk and wcspbrk.Stefan Liebler2015-08-261-1/+1
* S390: Optimize strspn and wcsspn.Stefan Liebler2015-08-261-1/+1
* S390: Optimize strchrnul and wcschrnul.Stefan Liebler2015-08-261-1/+1
* S390: Optimize strncat wcsncat.Stefan Liebler2015-08-261-1/+1
* S390: Optimize strcat and wcscat.Stefan Liebler2015-08-261-1/+1
* S390: Optimize stpncpy and wcpncpy.Stefan Liebler2015-08-261-1/+1
* S390: Optimize strncpy and wcsncpy.Stefan Liebler2015-08-261-1/+1
* S390: Optimize stpcpy and wcpcpy.Stefan Liebler2015-08-261-1/+2
* S390: Optimize strnlen and wcsnlen.Stefan Liebler2015-08-261-1/+1
* Use correct signedness in wcsncmpStefan Liebler2015-04-131-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Remove TEST_IFUNC, tests-ifunc and *-ifunc.c tests.Joseph Myers2014-11-261-2/+0
* Include LOCPATH in default test environment.Joseph Myers2014-06-041-7/+0
* Consistently include Makeconfig after defining subdir.Joseph Myers2014-02-261-0/+2
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers2013-01-011-2/+1
* Add wcsmbs IFUNC testsH.J. Lu2012-10-191-0/+2
* Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO.Roland McGrath2012-08-171-3/+2
* tests: move -D_FORTIFY_SOURCE to CPPFLAGSMike Frysinger2012-05-311-1/+1
* [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.Andreas Jaeger2012-05-211-2/+1