aboutsummaryrefslogtreecommitdiff
path: root/wcsmbs
AgeCommit message (Expand)Author
2024-02-27wcsmbs: Improve fortify with clangAdhemerval Zanella
2024-02-01Rename c2x / gnu2x tests to c23 / gnu23Joseph Myers
2024-02-01Refer to C23 in place of C2X in glibcJoseph Myers
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-10-17Add strlcat/wcslcat testcase.Sunil K Pandey
2023-10-17Add strlcpy/wcslcpy testcaseSunil K Pandey
2023-09-28C2x scanf %wN, %wfN supportJoseph Myers
2023-07-06vfscanf-internal: Remove potentially unbounded allocasAdhemerval Zanella
2023-07-05wchar: Avoid PLT entries with _FORTIFY_SOURCEFrédéric Bérat
2023-07-05Exclude routines from fortificationFrédéric Bérat
2023-06-22wcsmbs/bits/wchar2{, -decl}.h: Clearly separate declaration from definitionsFrederic Berat
2023-06-19C2x printf %wN, %wfN support (bug 24466)Joseph Myers
2023-06-14Add the wcslcpy, wcslcat functionsFlorian Weimer
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov
2023-05-25wchar: Define va_list for POSIX (BZ #30035)Adhemerval Zanella
2023-05-25Fix special case for C2x strtol binary constant handling (BZ# 30371)Adhemerval Zanella
2023-05-18wcsmbs: Reformat Makefile.Carlos O'Donell
2023-05-16wcsmbs: Reformat Makefile.Carlos O'Donell
2023-04-21wcsmbs: Add wcsdup() tests. (BZ #30266)azanella/bz30266Joe Simmons-Talbott
2023-04-17wcsmbs: Re-flow and sort routines, tests variables in MakefileFlorian Weimer
2023-03-14Declare wcstofN, wcstofNx for C2xJoseph Myers
2023-03-02C2x scanf binary constant handlingJoseph Myers
2023-02-16C2x strtol binary constant handlingJoseph Myers
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-11-01configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella
2022-10-18Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer
2022-10-18Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer
2022-09-22Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto
2022-08-30Apply asm redirections in wchar.h before first useRaphael Moreira Zinsly
2022-08-01wcsmbs: Add missing test-c8rtomb/test-mbrtoc8 dependencyH.J. Lu
2022-08-01stdlib: Suppress gcc diagnostic that char8_t is a keyword in C++20 in uchar.h.Tom Honermann
2022-07-06stdlib: Tests for mbrtoc8, c8rtomb, and the char8_t typedef.Tom Honermann
2022-07-06stdlib: Implement mbrtoc8, c8rtomb, and the char8_t typedef.Tom Honermann
2022-05-23locale: Add more cached data to LC_CTYPEFlorian Weimer
2022-05-23locale: Remove private union from struct __locale_dataFlorian Weimer
2022-05-23locale: Remove cleanup function pointer from struct __localedataFlorian Weimer
2022-05-13wcrtomb: Make behavior POSIX compliantSiddhesh Poyarekar
2022-01-12debug: Synchronize feature guards in fortified functions [BZ #28746]Siddhesh Poyarekar
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-11-10Support C2X printf %b, %BJoseph Myers
2021-10-20Make sure that the fortified function conditionals are constantSiddhesh Poyarekar
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-05-16Enable support for GCC 11 -Wmismatched-dealloc.Martin Sebor
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-31nonstring: Enable __FORTIFY_LEVEL=3Siddhesh Poyarekar
2020-12-08Make strtoimax, strtoumax, wcstoimax, wcstoumax into aliasesJoseph Myers
2020-06-01mbstowcs: Document, test, and fix null pointer dst semantics (Bug 25219)Carlos O'Donell
2020-04-30Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy
2020-02-17Prepare redirections for IEEE long double on powerpc64leGabriel F. T. Gomes
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers