summaryrefslogtreecommitdiff
path: root/stdlib
AgeCommit message (Expand)Author
2026-01-24stdlib: Do not run tst-system subtest with RLIMIT_NPROC as rootFlorian Weimer
2026-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2025-12-17atomic: Reinstate HAVE_64B_ATOMICS configure checkWilco Dijkstra
2025-12-09Handle clang -Wignored-attributes on weak aliasesAdhemerval Zanella
2025-11-27Define C23 header version macrosJoseph Myers
2025-11-26stdlib: Remove longlong.hAdhemerval Zanella
2025-11-25Add gmp-arch and udiv_qrnndAdhemerval Zanella
2025-11-20Implement C23 const-preserving standard library macrosJoseph Myers
2025-11-19malloc: add free_sized and free_aligned_sized from C23Justin King
2025-11-14Revert __HAVE_64B_ATOMICS configure checkAdhemerval Zanella
2025-11-11stdlib: Do not define once_flag, ONCE_FLAG_INIT for C++Florian Weimer
2025-11-10stdlib: Remove mp_clz_tab.cAdhemerval Zanella
2025-10-29Replace count_leading_zeros with stdc_leading_zerosAdhemerval Zanella
2025-10-28Rename uimaxabs to umaxabs (bug 33325)Joseph Myers
2025-10-20Adjust stdint for clang-20Adhemerval Zanella
2025-10-20stdlib: Remove -Wmaybe-uninitialized supression on setenv.cAdhemerval Zanella
2025-10-20Make <inttypes.h> printf macros narrow arguments (bug 31470)Joseph Myers
2025-10-17Implement C23 memalignmentJoseph Myers
2025-10-01Add once_flag, ONCE_FLAG_INIT and call_once to stdlib.h for C23Joseph Myers
2025-09-18stdlib: Use support_accept_oom in test-bz22786Florian Weimer
2025-09-01Tests: Create files with mode 0666, not 0777 (bug 33171)Florian Weimer
2025-07-31stdlib: resolve a double lock init issue after fork [BZ #32994]Davide Cavalca
2025-07-02stdlib/Makefile: Remove deleted test's libm dependencyArjun Shankar
2025-05-22Fix error reporting (false negatives) in SGID testsFlorian Weimer
2025-04-08stdlib: Implement C2Y uabs, ulabs, ullabs and uimaxabsLenard Mollenkopf
2025-04-02stdlib: Fix qsort memory leak if callback throws (BZ 32058)Adhemerval Zanella
2025-03-21Remove eloop-threshold.hAdhemerval Zanella
2025-03-07posix: Move environ helper variables next to environ definition (bug 32541)Florian Weimer
2025-02-24stdlib: Add single-threaded fast path to rand()Wilco Dijkstra
2025-01-25stdlib: Test using setenv with updated environ [BZ #32588]H.J. Lu
2025-01-24stdlib: Re-implement free (environ) compatibility kludge for setenvFlorian Weimer
2025-01-24Revert "stdlib: Support malloc-managed environ arrays for compatibility"Florian Weimer
2025-01-23stdlib: Support malloc-managed environ arrays for compatibilityFlorian Weimer
2025-01-20stdlib: Test for expected sequence of random numbers from randFlorian Weimer
2025-01-20stdlib: Fix unintended change to the random_r implementationFlorian Weimer
2025-01-16Linux: Fixes for getrandom fork handlingFlorian Weimer
2025-01-02stdlib: fix lint failureSam James
2025-01-02stdlib: random_r: fix unaligned access in initstate and initstate_r [BZ #30584]Sam James
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-12-23include/sys/cdefs.h: Add __attribute_optimization_barrier__Adhemerval Zanella
2024-12-20posix: fix system when a child cannot be created [BZ #32450]Aurelien Jarno
2024-12-18tst-atexit-common.c: Mark _exit_with_flush as noreturnH.J. Lu
2024-12-16Use empty initializer to silence GCC 4.9 or olderH.J. Lu
2024-12-15Revert "Add braces in initializers for GCC 4.9 or older"H.J. Lu
2024-12-14Add braces in initializers for GCC 4.9 or olderH.J. Lu
2024-12-11powerpc: Use correct procedure call standard for getrandom vDSO call (bug 32440)Florian Weimer
2024-12-07math: Exclude internal math symbols for tests [BZ #32414]H.J. Lu
2024-11-28Remove nios2-linux-gnuAdhemerval Zanella
2024-11-21stdlib: Make getenv thread-safe in more casesFlorian Weimer
2024-11-12linux: Add support for getrandom vDSOAdhemerval Zanella