about summary refs log tree commit diff
path: root/wcsmbs
Commit message (Expand)AuthorAgeFilesLines
* wcsmbs: Ensure wcstr worst-case linear execution time (BZ 23865)Adhemerval Zanella2024-04-112-72/+335
* wcsmbs: Add test-wcsstrAdhemerval Zanella2024-04-113-1/+26
* wcsmbs: Improve fortify with clangAdhemerval Zanella2024-02-271-48/+119
* Rename c2x / gnu2x tests to c23 / gnu23Joseph Myers2024-02-014-6/+6
* Refer to C23 in place of C2X in glibcJoseph Myers2024-02-0116-50/+51
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-01136-136/+136
* Add strlcat/wcslcat testcase.Sunil K Pandey2023-10-172-0/+21
* Add strlcpy/wcslcpy testcaseSunil K Pandey2023-10-172-0/+21
* C2x scanf %wN, %wfN supportJoseph Myers2023-09-282-0/+25
* vfscanf-internal: Remove potentially unbounded allocasAdhemerval Zanella2023-07-062-0/+82
* wchar: Avoid PLT entries with _FORTIFY_SOURCEFrédéric Bérat2023-07-051-2/+2
* Exclude routines from fortificationFrédéric Bérat2023-07-051-1/+22
* wcsmbs/bits/wchar2{, -decl}.h: Clearly separate declaration from definitionsFrederic Berat2023-06-222-192/+172
* C2x printf %wN, %wfN support (bug 24466)Joseph Myers2023-06-192-0/+27
* Add the wcslcpy, wcslcat functionsFlorian Weimer2023-06-148-0/+335
* Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov2023-06-022-4/+4
* wchar: Define va_list for POSIX (BZ #30035)Adhemerval Zanella2023-05-251-0/+11
* Fix special case for C2x strtol binary constant handling (BZ# 30371)Adhemerval Zanella2023-05-254-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-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