435 Commits (fa3eb7d5e7d32ca1ad48b48a7eb6d15b8382c3a7)

Author SHA1 Message Date
Joseph Myers 83d8d289b2 Rename c2x / gnu2x tests to c23 / gnu23 2 years ago
Joseph Myers 42cc619dfb Refer to C23 in place of C2X in glibc 2 years ago
Paul Eggert dff8da6b3e Update copyright dates with scripts/update-copyrights 2 years ago
Sunil K Pandey b316c9a769 Add strlcat/wcslcat testcase. 3 years ago
Sunil K Pandey 23871292fb Add strlcpy/wcslcpy testcase 3 years ago
Joseph Myers cdbf8229bb C2x scanf %wN, %wfN support 3 years ago
Adhemerval Zanella 320ac7eeb4 vfscanf-internal: Remove potentially unbounded allocas 3 years ago
Frédéric Bérat 64f9857507 wchar: Avoid PLT entries with _FORTIFY_SOURCE 3 years ago
Frédéric Bérat 20c894d21e Exclude routines from fortification 3 years ago
Frederic Berat 04d85febb9 wcsmbs/bits/wchar2{, -decl}.h: Clearly separate declaration from definitions 3 years ago
Joseph Myers 5f83b2674e C2x printf %wN, %wfN support (bug 24466) 3 years ago
Florian Weimer b54e5d1c92 Add the wcslcpy, wcslcat functions 3 years ago
Paul Pluzhnikov 7f0d9e61f4 Fix all the remaining misspellings -- BZ 25337 3 years ago
Adhemerval Zanella a363f70751 wchar: Define va_list for POSIX (BZ #30035) 3 years ago
Adhemerval Zanella 95c9a6e806 Fix special case for C2x strtol binary constant handling (BZ# 30371) 3 years ago
Carlos O'Donell 3643fb0a94 wcsmbs: Reformat Makefile. 3 years ago
Carlos O'Donell 40b68e8cc0 wcsmbs: Reformat Makefile. 3 years ago
Joe Simmons-Talbott 0aa5b28a50 wcsmbs: Add wcsdup() tests. (BZ #30266) 3 years ago
Florian Weimer 060cadaab6 wcsmbs: Re-flow and sort routines, tests variables in Makefile 3 years ago
Joseph Myers 9e2ff880f3 Declare wcstofN, wcstofNx for C2x 3 years ago
Joseph Myers dee2bea048 C2x scanf binary constant handling 3 years ago
Joseph Myers 64924422a9 C2x strtol binary constant handling 3 years ago
Joseph Myers 6d7e8eda9b Update copyright dates with scripts/update-copyrights 3 years ago
Adhemerval Zanella 8d98c7c00f configure: Use -Wno-ignored-attributes if compiler warns about multiple aliases 4 years ago
Florian Weimer 58548b9d68 Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sources 3 years ago
Florian Weimer 88f4b6929c Introduce <pointer_guard.h>, extracted from <sysdep.h> 3 years ago
Adhemerval Zanella Netto de477abcaa Use '%z' instead of '%Z' on printf functions 4 years ago
Raphael Moreira Zinsly c7509d49c4 Apply asm redirections in wchar.h before first use 4 years ago
H.J. Lu e03f5ccd6c wcsmbs: Add missing test-c8rtomb/test-mbrtoc8 dependency 4 years ago
Tom Honermann 825f84f133 stdlib: Suppress gcc diagnostic that char8_t is a keyword in C++20 in uchar.h. 4 years ago
Tom Honermann f4fe72a4f7 stdlib: Tests for mbrtoc8, c8rtomb, and the char8_t typedef. 4 years ago
Tom Honermann 8bcca1db3d stdlib: Implement mbrtoc8, c8rtomb, and the char8_t typedef. 4 years ago
Florian Weimer 93ec1cf0fe locale: Add more cached data to LC_CTYPE 4 years ago
Florian Weimer 7ee41feba6 locale: Remove private union from struct __locale_data 4 years ago
Florian Weimer bbebe83a28 locale: Remove cleanup function pointer from struct __localedata 4 years ago
Siddhesh Poyarekar 9bcd12d223 wcrtomb: Make behavior POSIX compliant 4 years ago
Siddhesh Poyarekar fcfc908681 debug: Synchronize feature guards in fortified functions [BZ #28746] 4 years ago
Paul Eggert 581c785bf3 Update copyright dates with scripts/update-copyrights 4 years ago
Joseph Myers 309548bec3 Support C2X printf %b, %B 4 years ago
Siddhesh Poyarekar a643f60c53 Make sure that the fortified function conditionals are constant 5 years ago
Siddhesh Poyarekar 30891f35fa Remove "Contributed by" lines 5 years ago
Martin Sebor c1760eaf3b Enable support for GCC 11 -Wmismatched-dealloc. 5 years ago
Paul Eggert 2b778ceb40 Update copyright dates with scripts/update-copyrights 5 years ago
Siddhesh Poyarekar f9de8bfe1a nonstring: Enable __FORTIFY_LEVEL=3 5 years ago
Joseph Myers 224b419d1e Make strtoimax, strtoumax, wcstoimax, wcstoumax into aliases 5 years ago
Carlos O'Donell 61af4bbb2a mbstowcs: Document, test, and fix null pointer dst semantics (Bug 25219) 6 years ago
Paul E. Murphy e2239af353 Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI 6 years ago
Gabriel F. T. Gomes e4a3999213 Prepare redirections for IEEE long double on powerpc64le 6 years ago
Joseph Myers d614a75396 Update copyright dates with scripts/update-copyrights. 6 years ago
Gabriel F. T. Gomes 93486ba583 Use DEPRECATED_SCANF macro for remaining C99-compliant scanf functions 6 years ago