aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-12-18i386: Update libm-test-ulpsAdhemerval Zanella1-0/+168
2024-12-18Update syscall lists for Linux 6.12Joseph Myers1-2/+2
2024-12-18Hide memset/bzero from compilerH.J. Lu1-0/+9
2024-12-18Check if clang and clang++ are used to test glibcH.J. Lu3-0/+149
2024-12-18Replace __strcpy_chk with __builtin___strcpy_chkH.J. Lu2-2/+4
2024-12-17ungetc: Guarantee single char pushbackSiddhesh Poyarekar8-23/+166
2024-12-17libio: Fix last NULL-as-0 issue in libioP.hSiddhesh Poyarekar1-1/+1
2024-12-18sys/platform/x86.h: Do not depend on _Bool definition in C++ modeH.J. Lu3-4/+4
2024-12-18Replace copysign (0,-1) with -0.0 in initializerH.J. Lu2-2/+2
2024-12-18tst-unique3.cc: Add explicit instantiation declaration for S<char>::iH.J. Lu1-0/+3
2024-12-18ldbl-96: Set -1 to "int sign_exponent:16"H.J. Lu1-2/+2
2024-12-18tst-clone3[-internal].c: Add _Atomic to silence ClangH.J. Lu2-4/+4
2024-12-18tst-atexit-common.c: Mark _exit_with_flush as noreturnH.J. Lu1-0/+1
2024-12-17x86: Avoid integer truncation with large cache sizes (bug 32470)Florian Weimer1-2/+2
2024-12-18tst-timespec.c: Explicitly cast TIME_T_MAX to doubleH.J. Lu1-1/+1
2024-12-18tst-resolv-invalid-cname.c: Explicitly cast 192 and 168 to charH.J. Lu1-2/+2
2024-12-18Silence Clang #include_next errorH.J. Lu6-6/+6
2024-12-18cet: Pass -mshstk to compiler for tst-cet-legacy-10a[-static].cH.J. Lu1-2/+2
2024-12-17AArch64: Improve codegen of AdvSIMD expf familyJoana Cruz5-118/+127
2024-12-17AArch64: Improve codegen of AdvSIMD atan(2)(f)Joana Cruz3-68/+160
2024-12-17AArch64: Improve codegen of AdvSIMD logf function familyJoana Cruz3-40/+66
2024-12-17Hide all malloc functions from compiler [BZ #32366]H.J. Lu6-5/+30
2024-12-17libio: Use NULL instead of 0 as a null pointer constantAlejandro Colomar1-4/+7
2024-12-16manual: Document more sigaction flagsDJ Delorie1-0/+39
2024-12-17Remove duplicated BUILD_CC in MakeconfigH.J. Lu1-4/+0
2024-12-16iconv: do not report error exit with transliteration [BZ #32448]Aurelien Jarno2-16/+21
2024-12-16Fix sysdeps/x86/fpu/Makefile: Split and sort testsH.J. Lu1-1/+2
2024-12-16sysdeps/x86/fpu/Makefile: Split and sort testsH.J. Lu1-2/+7
2024-12-16Use empty initializer to silence GCC 4.9 or olderH.J. Lu9-18/+18
2024-12-15Linux: Check for 0 return value from vDSO getrandom probeFlorian Weimer1-1/+1
2024-12-15hppa: Update libm-test-ulpsJohn David Anglin1-0/+112
2024-12-15Revert "Add braces in initializers for GCC 4.9 or older"H.J. Lu9-21/+18
2024-12-15tst-difftime.c: Use "main (void)"H.J. Lu1-1/+1
2024-12-15or1k: Update libm-test-ulpsStafford Horne1-0/+16
2024-12-14htl: move pthread_sigmask into libc.gfleury10-13/+25
2024-12-14htl: move __pthread_sigstate into libc.gfleury4-1/+4
2024-12-14htl: move __pthread_sigstate_destroy into libc.gfleury4-1/+4
2024-12-15Return EXIT_UNSUPPORTED if __builtin_add_overflow unavailableH.J. Lu6-0/+52
2024-12-14ifuncmain9.c: Return EXIT_UNSUPPORTED for GCC 5.4 or olderH.J. Lu1-2/+12
2024-12-14include/bits/sigstksz.h: Avoid #elif IS_IN (libsupport)H.J. Lu1-2/+4
2024-12-14regex.h: Avoid #elif __STDC_VERSION__H.J. Lu1-7/+11
2024-12-14tst-assert-c++.cc: Return EXIT_UNSUPPORTED for GCC 4.9 or olderH.J. Lu1-0/+10
2024-12-14Add braces in initializers for GCC 4.9 or olderH.J. Lu9-18/+21
2024-12-14Return EXIT_UNSUPPORTED if __builtin_mul_overflow unavailableH.J. Lu1-0/+10
2024-12-14tst-minsigstksz-1.c: Return EXIT_UNSUPPORTED for GCC 4.9 or olderH.J. Lu1-1/+1
2024-12-14tester.c: Use -Wmemset-transposed-args for GCC 5 or newerH.J. Lu1-0/+2
2024-12-14Makefile.in: Add test to check xcheck ruleH.J. Lu1-1/+1
2024-12-14Don't use TEST_CXX as CXX for buildH.J. Lu2-4/+14
2024-12-13AArch64: Update libm-test-ulpsWilco Dijkstra1-0/+80
2024-12-13s390: Simplify elf_machine_{load_address, dynamic} [BZ #31799]Stefan Liebler2-48/+20