aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2024-12-13or1k: Update libm-test-ulpsStafford Horne1-0/+27
2024-12-13nptl: Add <thread_pointer.h> for or1kMichael Jeanson1-0/+30
2024-12-12Implement C23 atan2piJoseph Myers51-2/+14869
2024-12-12Clear CXX and TEST_CXX if C++ link test failsH.J. Lu2-12/+2
2024-12-12math: Remove __XXX math functions from installed math.h [BZ #32418]H.J. Lu5-36/+67
2024-12-11Optimize bsearch() implementation for performanceKuan-Wei Chiu1-11/+9
2024-12-11benchtests: Add benchmark test for bsearchKuan-Wei Chiu2-0/+138
2024-12-11Implement C23 atanpiJoseph Myers51-2/+1832
2024-12-11powerpc64: Fix dl-trampoline.S big-endian / non-ROP build failurePeter Bergner1-1/+5
2024-12-11powerpc: Use correct procedure call standard for getrandom vDSO call (bug 32440)Florian Weimer3-6/+49
2024-12-11Add TEST_CC and TEST_CXX supportH.J. Lu8-136/+682
2024-12-10powerpc64le: ROP changes for the dl-trampoline functionsPeter Bergner1-9/+31
2024-12-11malloc: Add tcache path for callocWangyang Guo2-38/+132
2024-12-10Implement C23 asinpiJoseph Myers51-2/+2921
2024-12-10malloc: add indirection for malloc(-like) functions in tests [BZ #32366]Sam James9-2/+53
2024-12-09Implement C23 acospiJoseph Myers51-2/+3632
2024-12-09powerpc64le: ROP changes for the *context and setjmp functionsSachin Monga5-12/+60
2024-12-09nptl: Add <thread_pointer.h> for m68kMichael Jeanson1-0/+30
2024-12-09nptl: Add <thread_pointer.h> for RISC-VMichael Jeanson1-0/+40
2024-12-09nptl: add RSEQ_SIG for RISC-VMichael Jeanson1-0/+44
2024-12-09AArch64: Improve codegen in users of ADVSIMD expm1 helperPierre Blanchard5-162/+135
2024-12-09AArch64: Improve codegen in users of ADVSIMD log1p helperPierre Blanchard4-127/+93