aboutsummaryrefslogtreecommitdiff
path: root/wcsmbs
AgeCommit message (Expand)Author
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
2019-11-22Use DEPRECATED_SCANF macro for remaining C99-compliant scanf functionsGabriel F. T. Gomes
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-07-31iconv: Revert steps array reference counting changesFlorian Weimer
2019-05-21wcsmbs: Fix data race in __wcsmbs_clone_conv [BZ #24584]Florian Weimer
2019-05-21libio: Fix gconv-related memory leak [BZ #24583]Florian Weimer
2019-04-04wcsmbs: Use loop_unroll on wcsrchrAdhemerval Zanella
2019-04-04wcsmbs: Use loop_unroll on wcschrAdhemerval Zanella
2019-04-04wcsmbs: Add wcscpy loop unroll optionAdhemerval Zanella
2019-02-27wcsmbs: optimize wcsnlenAdhemerval Zanella
2019-02-27wcsmbs: optimize wcsncpyAdhemerval Zanella
2019-02-27wcsmbs: optimize wcsncatAdhemerval Zanella
2019-02-27wcsmbs: optimize wcscpyAdhemerval Zanella
2019-02-27wcsmbs: optimize wcscatAdhemerval Zanella
2019-02-27wcsmbs: optimize wcpncpyAdhemerval Zanella
2019-02-27wcsmbs: optimize wcpcpyAdhemerval Zanella
2019-02-04Fix handling of collating elements in fnmatch (bug 17396, bug 16976)Andreas Schwab