summaryrefslogtreecommitdiff
path: root/stdlib
AgeCommit message (Expand)Author
2025-08-01stdlib: resolve a double lock init issue after fork [BZ #32994]Davide Cavalca
2025-06-20Fix error reporting (false negatives) in SGID testsFlorian Weimer
2025-03-07posix: Move environ helper variables next to environ definition (bug 32541)Florian Weimer
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
2024-10-08stdlib: Make abort/_Exit AS-safe (BZ 26275)Adhemerval Zanella
2024-09-20Make tst-strtod-underflow type-genericJoseph Myers
2024-09-20Add tests of more strtod special casesJoseph Myers
2024-09-20Add more tests of strtod end pointerJoseph Myers
2024-09-20Make tst-strtod2 and tst-strtod5 type-genericJoseph Myers
2024-09-04Do not set errno for overflowing NaN payload in strtod/nan (bug 32045)Joseph Myers
2024-08-27Make __strtod_internal tests type-genericJoseph Myers
2024-08-27Fix strtod subnormal rounding (bug 30220)Joseph Myers
2024-08-27More thoroughly test underflow / errno in tst-strtod-roundJoseph Myers
2024-08-16support: Use macros for *stat wrappersFlorian Weimer
2024-08-14Test errno setting on strtod overflow in tst-strtod-roundJoseph Myers
2024-08-06stdlib: Link tst-concurrent-quick_exit with $(shared-thread-library)Adhemerval Zanella
2024-08-05stdlib: Allow concurrent quick_exit (BZ 31997)Adhemerval Zanella
2024-08-05Fix name space violation in fortify wrappers (bug 32052)Andreas Schwab
2024-08-02stdlib: Link tst-concurrent-exit with $(shared-thread-library)Florian Weimer
2024-07-31stdlib: Mark `abort` as `cold`Noah Goldstein
2024-07-30stdlib: Allow concurrent exit (BZ 31997)Adhemerval Zanella
2024-07-19Fix usage of _STACK_GROWS_DOWN and _STACK_GROWS_UP defines [BZ 31989]John David Anglin
2024-07-08stdlib: fix arc4random fallback to /dev/urandom (BZ 31612)Adhemerval Zanella
2024-06-03stdlib: Describe __cxa_finalize usage in function commentFlorian Weimer
2024-03-23stdlib: Fix tst-makecontext2 log when swapcontext failsStafford Horne
2024-02-27stdlib: Improve fortify with clangAdhemerval Zanella
2024-02-08localedata: hr_HR: change currency to EUR/€Dragan Stanojević (Nevidljivi)
2024-02-01Rename c2x / gnu2x tests to c23 / gnu23Joseph Myers
2024-02-01Refer to C23 in place of C2X in glibcJoseph Myers
2024-01-31Use gcc __builtin_stdc_* builtins in stdbit.h if possibleJakub Jelinek