summaryrefslogtreecommitdiff
path: root/wcsmbs
Commit message (Expand)AuthorAgeFilesLines
* wcsmbs: Reformat Makefile.Carlos O'Donell2023-05-161-6/+23
* wcsmbs: Add wcsdup() tests. (BZ #30266)azanella/bz30266Joe Simmons-Talbott2023-04-212-0/+3
* wcsmbs: Re-flow and sort routines, tests variables in MakefileFlorian Weimer2023-04-171-40/+138
* Declare wcstofN, wcstofNx for C2xJoseph Myers2023-03-141-14/+16
* C2x scanf binary constant handlingJoseph Myers2023-03-0214-12/+419
* C2x strtol binary constant handlingJoseph Myers2023-02-1613-1/+268
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-06113-113/+113
* configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella2022-11-011-8/+16
* Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer2022-10-189-20/+0
* Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer2022-10-1810-11/+9
* Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto2022-09-221-1/+1
* Apply asm redirections in wchar.h before first useRaphael Moreira Zinsly2022-08-304-76/+136
* wcsmbs: Add missing test-c8rtomb/test-mbrtoc8 dependencyH.J. Lu2022-08-011-0/+2
* stdlib: Suppress gcc diagnostic that char8_t is a keyword in C++20 in uchar.h.Tom Honermann2022-08-011-0/+8
* stdlib: Tests for mbrtoc8, c8rtomb, and the char8_t typedef.Tom Honermann2022-07-063-1/+1154
* stdlib: Implement mbrtoc8, c8rtomb, and the char8_t typedef.Tom Honermann2022-07-065-1/+283
* locale: Add more cached data to LC_CTYPEFlorian Weimer2022-05-232-19/+17
* locale: Remove private union from struct __locale_dataFlorian Weimer2022-05-232-8/+10
* locale: Remove cleanup function pointer from struct __localedataFlorian Weimer2022-05-231-6/+2
* wcrtomb: Make behavior POSIX compliantSiddhesh Poyarekar2022-05-131-8/+23
* debug: Synchronize feature guards in fortified functions [BZ #28746]Siddhesh Poyarekar2022-01-121-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-01108-108/+108
* Support C2X printf %b, %BJoseph Myers2021-11-102-1/+27
* Make sure that the fortified function conditionals are constantSiddhesh Poyarekar2021-10-201-158/+61
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-0366-68/+1
* Enable support for GCC 11 -Wmismatched-dealloc.Martin Sebor2021-05-161-2/+17
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-02107-107/+107
* nonstring: Enable __FORTIFY_LEVEL=3Siddhesh Poyarekar2020-12-311-64/+82
* Make strtoimax, strtoumax, wcstoimax, wcstoumax into aliasesJoseph Myers2020-12-082-0/+2
* mbstowcs: Document, test, and fix null pointer dst semantics (Bug 25219)Carlos O'Donell2020-06-012-1/+51
* Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy2020-04-302-6/+6
* Prepare redirections for IEEE long double on powerpc64leGabriel F. T. Gomes2020-02-172-11/+39
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-01106-106/+106
* Use DEPRECATED_SCANF macro for remaining C99-compliant scanf functionsGabriel F. T. Gomes2019-11-221-1/+2
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-07106-106/+106
* iconv: Revert steps array reference counting changesFlorian Weimer2019-07-312-11/+0
* wcsmbs: Fix data race in __wcsmbs_clone_conv [BZ #24584]Florian Weimer2019-05-211-4/+18
* libio: Fix gconv-related memory leak [BZ #24583]Florian Weimer2019-05-212-0/+11
* wcsmbs: Use loop_unroll on wcsrchrAdhemerval Zanella2019-04-041-6/+16
* wcsmbs: Use loop_unroll on wcschrAdhemerval Zanella2019-04-041-5/+17
* wcsmbs: Add wcscpy loop unroll optionAdhemerval Zanella2019-04-041-0/+19
* wcsmbs: optimize wcsnlenAdhemerval Zanella2019-02-271-18/+4
* wcsmbs: optimize wcsncpyAdhemerval Zanella2019-02-271-56/+4
* wcsmbs: optimize wcsncatAdhemerval Zanella2019-02-271-46/+7
* wcsmbs: optimize wcscpyAdhemerval Zanella2019-02-271-30/+1
* wcsmbs: optimize wcscatAdhemerval Zanella2019-02-272-23/+8
* wcsmbs: optimize wcpncpyAdhemerval Zanella2019-02-271-52/+5
* wcsmbs: optimize wcpcpyAdhemerval Zanella2019-02-271-16/+3
* Fix handling of collating elements in fnmatch (bug 17396, bug 16976)Andreas Schwab2019-02-041-3/+6
* Use C99-compliant scanf under _GNU_SOURCE with modern compilers.Zack Weinberg2019-01-032-11/+6