about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* math: Suppress more aliases builtin type conflictsAdhemerval Zanella2024-04-171-3/+36
* stdlib: Only enable strtod_l asserts if SIZE_MAX == UINTMAX_MAXAdhemerval Zanella2024-04-171-0/+15
* support: Use CHAR_MAX as maximum valueAdhemerval Zanella2024-04-171-2/+2
* posix: Use unsigned to check for _POSIX_VDISABLEAdhemerval Zanella2024-04-172-2/+2
* Use -frounding-math iff compiler supports itAdhemerval Zanella2024-04-173-1/+34
* string: Use asm alias instead of symbol redirections for stpcpy and mempcpyAdhemerval Zanella2024-04-173-2/+8
* math: Use -fexcess-precision=standard iff compiler supports itAdhemerval Zanella2024-04-175-7/+71
* configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella2024-04-174-0/+63
* math: Suppress clang -Wincompatible-library-redeclaration on s_llroundAdhemerval Zanella2024-04-171-0/+3
* math: use fabs on __ieee754_lgamma_rAdhemerval Zanella2024-04-171-1/+1
* math: Suppress clang warning on math_check_force_underflowAdhemerval Zanella2024-04-171-1/+8
* catgets: Remove catgets/config.hAdhemerval Zanella2024-04-172-15/+2
* iconvdata: Remove use of GNU old-style field designator extensionAdhemerval Zanella2024-04-1740-374/+374
* iconvdata: Suppress clang warning on locale definitionsAdhemerval Zanella2024-04-173-0/+15
* locale: Fix implicit conversion on collate_finishAdhemerval Zanella2024-04-171-1/+1
* elf: Suppress clang -Wstring-plus-int on rtld.cAdhemerval Zanella2024-04-171-0/+6
* configure: Fix check for -fno-tree-loop-distribute-patternsFangrui Song2024-04-172-2/+2
* elf: Supress clang -Wsometimes-uninitialized on _dl_debug_initializeAdhemerval Zanella2024-04-171-1/+11
* sunrpc: Suppress clang warning on struct cmessageAdhemerval Zanella2024-04-171-0/+7
* sunrpc: Remove extra parenthesis on comparisonAdhemerval Zanella2024-04-171-1/+1
* nss: Suppress nss_module.c warning on clangAdhemerval Zanella2024-04-171-0/+8
* argp: Expand argp_usage, _option_is_short, and _option_is_endAdhemerval Zanella2024-04-172-18/+26
* misc: Suppress clang warnings on syslogAdhemerval Zanella2024-04-171-6/+24
* posix: Suppress clang confstr -Wignored-attributesAdhemerval Zanella2024-04-171-0/+6
* resolv: Suppress clang -Wsometimes-uninitialized on getaddrinfoAdhemerval Zanella2024-04-171-0/+11
* elf: Suppress unused function clang for __ifunc_resolverAdhemerval Zanella2024-04-173-1/+13
* Fix inhibit_stack_protector for clangAdhemerval Zanella2024-04-171-1/+6
* nptl: Fix Wincompatible-pointer-types on clangAdhemerval Zanella2024-04-171-1/+1
* configure: Use -Wno-maybe-uninitialized iff compiler supports itAdhemerval Zanella2024-04-173-1/+33
* Suppress -Wmaybe-uninitialized only for gccAdhemerval Zanella2024-04-1740-54/+56
* Disable __USE_EXTERN_INLINES for clangAdhemerval Zanella2024-04-171-1/+1
* Add clang specific warnings suppress macrosAdhemerval Zanella2024-04-171-0/+22
* stdlib: longlong.h: Do no use asm input cast for clangAdhemerval Zanella2024-04-171-20/+28
* stdlib: Remove -Wmaybe-uninitialized supression on setenv.cAdhemerval Zanella2024-04-171-11/+2
* stdlib: Improve fortify with clangAdhemerval Zanella2024-04-171-0/+1
* Fix 'Reported-By' to use Camel Case for commit 6a98f4640ea453fAdhemerval Zanella2024-04-171-1/+1
* Document CVE-2024-2961Adhemerval Zanella2024-04-171-0/+27
* iconv: ISO-2022-CN-EXT: fix out-of-bound writes when writing escape sequence ...Charles Fol2024-04-173-1/+144
* elf/rtld: Count skipped environment variables for enable_secureJoe Simmons-Talbott2024-04-163-8/+66
* powerpc: Fix ld.so address determination for PCREL mode (bug 31640)Florian Weimer2024-04-141-0/+19
* Revert "x86_64: Suppress false positive valgrind error"Florian Weimer2024-04-134-29/+3
* wcsmbs: Ensure wcstr worst-case linear execution time (BZ 23865)Adhemerval Zanella2024-04-113-72/+507
* wcsmbs: Add test-wcsstrAdhemerval Zanella2024-04-114-54/+117
* posix: Sync tempname with gnulibAdhemerval Zanella2024-04-1012-132/+260
* socket: Add new test for connectSergey Kolosov2024-04-102-0/+114
* libsupport: Add xgetpeernameSergey Kolosov2024-04-103-0/+32
* nptl: Add tst-pthread-key1-static for BZ #21777H.J. Lu2024-04-092-0/+39
* elf: Add ld.so test with non-existing program nameFlorian Weimer2024-04-082-0/+46
* elf: Check objname before calling fatal_errorH.J. Lu2024-04-081-1/+5
* Use crtbeginT.o and crtend.o for non-PIE static executablesH.J. Lu2024-04-081-4/+6