aboutsummaryrefslogtreecommitdiff
path: root/stdlib
AgeCommit message (Expand)AuthorFilesLines
10 daysstdlib: Test using setenv with updated environ [BZ #32588]H.J. Lu2-0/+37
10 daysstdlib: Re-implement free (environ) compatibility kludge for setenvFlorian Weimer8-17/+158
10 daysRevert "stdlib: Support malloc-managed environ arrays for compatibility"Florian Weimer3-98/+33
11 daysstdlib: Support malloc-managed environ arrays for compatibilityFlorian Weimer3-33/+98
14 daysstdlib: Test for expected sequence of random numbers from randFlorian Weimer2-0/+58
14 daysstdlib: Fix unintended change to the random_r implementationFlorian Weimer1-3/+4
2025-01-16Linux: Fixes for getrandom fork handlingFlorian Weimer1-1/+15
2025-01-02stdlib: fix lint failureSam James1-1/+1
2025-01-02stdlib: random_r: fix unaligned access in initstate and initstate_r [BZ #30584]Sam James3-11/+70
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert327-327/+327
2024-12-23include/sys/cdefs.h: Add __attribute_optimization_barrier__Adhemerval Zanella10-28/+28
2024-12-20posix: fix system when a child cannot be created [BZ #32450]Aurelien Jarno1-0/+21
2024-12-18tst-atexit-common.c: Mark _exit_with_flush as noreturnH.J. Lu1-0/+1
2024-12-16Use empty initializer to silence GCC 4.9 or olderH.J. Lu1-1/+1
2024-12-15Revert "Add braces in initializers for GCC 4.9 or older"H.J. Lu1-1/+1
2024-12-14Add braces in initializers for GCC 4.9 or olderH.J. Lu1-1/+1
2024-12-11powerpc: Use correct procedure call standard for getrandom vDSO call (bug 32440)Florian Weimer2-0/+38
2024-12-07math: Exclude internal math symbols for tests [BZ #32414]H.J. Lu1-0/+2
2024-11-28Remove nios2-linux-gnuAdhemerval Zanella1-8/+0
2024-11-21stdlib: Make getenv thread-safe in more casesFlorian Weimer8-79/+609
2024-11-12linux: Add support for getrandom vDSOAdhemerval Zanella2-0/+49
2024-10-08stdlib: Make abort/_Exit AS-safe (BZ 26275)Adhemerval Zanella1-83/+55
2024-09-20Make tst-strtod-underflow type-genericJoseph Myers1-60/+297
2024-09-20Add tests of more strtod special casesJoseph Myers1-0/+14
2024-09-20Add more tests of strtod end pointerJoseph Myers1-2/+39
2024-09-20Make tst-strtod2 and tst-strtod5 type-genericJoseph Myers2-82/+118
2024-09-04Do not set errno for overflowing NaN payload in strtod/nan (bug 32045)Joseph Myers1-0/+3
2024-08-27Make __strtod_internal tests type-genericJoseph Myers4-180/+313
2024-08-27Fix strtod subnormal rounding (bug 30220)Joseph Myers3-0/+386
2024-08-27More thoroughly test underflow / errno in tst-strtod-roundJoseph Myers3-7761/+7857
2024-08-16support: Use macros for *stat wrappersFlorian Weimer1-1/+1
2024-08-14Test errno setting on strtod overflow in tst-strtod-roundJoseph Myers1-0/+11
2024-08-06stdlib: Link tst-concurrent-quick_exit with $(shared-thread-library)Adhemerval Zanella1-0/+1
2024-08-05stdlib: Allow concurrent quick_exit (BZ 31997)Adhemerval Zanella5-146/+196
2024-08-05Fix name space violation in fortify wrappers (bug 32052)Andreas Schwab1-5/+5
2024-08-02stdlib: Link tst-concurrent-exit with $(shared-thread-library)Florian Weimer1-0/+1
2024-07-31stdlib: Mark `abort` as `cold`Noah Goldstein1-1/+1
2024-07-30stdlib: Allow concurrent exit (BZ 31997)Adhemerval Zanella3-0/+166
2024-07-19Fix usage of _STACK_GROWS_DOWN and _STACK_GROWS_UP defines [BZ 31989]John David Anglin1-2/+2
2024-07-08stdlib: fix arc4random fallback to /dev/urandom (BZ 31612)Adhemerval Zanella1-1/+1
2024-06-03stdlib: Describe __cxa_finalize usage in function commentFlorian Weimer1-1/+16
2024-03-23stdlib: Fix tst-makecontext2 log when swapcontext failsStafford Horne1-1/+1
2024-02-27stdlib: Improve fortify with clangAdhemerval Zanella1-11/+28
2024-02-08localedata: hr_HR: change currency to EUR/€Dragan Stanojević (Nevidljivi)1-4/+4
2024-02-01Rename c2x / gnu2x tests to c23 / gnu23Joseph Myers3-4/+4
2024-02-01Refer to C23 in place of C2X in glibcJoseph Myers15-37/+38
2024-01-31Use gcc __builtin_stdc_* builtins in stdbit.h if possibleJakub Jelinek3-14/+849
2024-01-23qsort: Fix a typo causing unnecessary malloc/free (BZ 31276)Xi Ruoyao1-1/+1
2024-01-17stdlib: Remove unused is_aligned function from qsort.cAdhemerval Zanella1-13/+0
2024-01-16stdlib: Verify heapsort for two-element casesKuan-Wei Chiu1-3/+1