aboutsummaryrefslogtreecommitdiff
path: root/stdlib/Makefile
AgeCommit message (Expand)AuthorFilesLines
25 hoursstdlib: fix lint failureSam James1-1/+1
25 hoursstdlib: random_r: fix unaligned access in initstate and initstate_r [BZ #30584]Sam James1-0/+1
47 hoursUpdate copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2024-12-11powerpc: Use correct procedure call standard for getrandom vDSO call (bug 32440)Florian Weimer1-0/+1
2024-12-07math: Exclude internal math symbols for tests [BZ #32414]H.J. Lu1-0/+2
2024-11-21stdlib: Make getenv thread-safe in more casesFlorian Weimer1-0/+6
2024-11-12linux: Add support for getrandom vDSOAdhemerval Zanella1-0/+2
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 Zanella1-0/+1
2024-08-02stdlib: Link tst-concurrent-exit with $(shared-thread-library)Florian Weimer1-0/+1
2024-07-30stdlib: Allow concurrent exit (BZ 31997)Adhemerval Zanella1-0/+1
2024-02-01Rename c2x / gnu2x tests to c23 / gnu23Joseph Myers1-4/+4
2024-02-01Refer to C23 in place of C2X in glibcJoseph Myers1-3/+4
2024-01-31Use gcc __builtin_stdc_* builtins in stdbit.h if possibleJakub Jelinek1-0/+1
2024-01-15stdlib: Reinstate stable mergesort implementation on qsortAdhemerval Zanella1-1/+0
2024-01-03Implement C23 <stdbit.h>Joseph Myers1-0/+103
2024-01-01Add a setjmp/longjmp test between user contextsH.J. Lu1-0/+1
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-12-16Add a test for setjmp/longjmp within user contextH.J. Lu1-0/+1
2023-12-16Add a test for longjmp from user contextH.J. Lu1-0/+1
2023-12-04stdlib: Fix array bounds protection in insertion sort phase of qsortFlorian Weimer1-0/+1
2023-11-21stdlib: The qsort implementation needs to use heapsort in more casesFlorian Weimer1-0/+3
2023-11-21stdlib: Handle various corner cases in the fallback heapsort for qsortFlorian Weimer1-0/+1
2023-10-31stdlib: Add more qsort{_r} coverageAdhemerval Zanella1-0/+1
2023-10-31stdlib: Remove use of mergesort on qsort (BZ 21719)Adhemerval Zanella1-2/+0
2023-07-05Exclude routines from fortificationFrédéric Bérat1-0/+7
2023-05-16stdlib: Add testcases for llabs(). (BZ #30263)Joe Simmons-Talbott1-0/+2
2023-05-16stdlib: Add testcases for labs(). (BZ #30263)Joe Simmons-Talbott1-0/+2
2023-05-16stdlib: Add testcases for abs(). (BZ #30263)Joe Simmons-Talbott1-0/+3
2023-05-16stdlib: Reformat Makefile.Carlos O'Donell1-3/+3
2023-03-08hurd: fix build of tst-system.cAdam Yi1-0/+1
2023-02-20stdlib: Undo post review change to 16adc58e73f3 [BZ #27749]Vitaly Buka1-0/+1
2023-02-16C2x strtol binary constant handlingJoseph Myers1-0/+12
2023-02-02stdlib: tests: don't double-define _FORTIFY_SOURCESam James1-1/+1
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-11-01configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella1-0/+12
2022-07-27arc4random: simplify design for better safetyJason A. Donenfeld1-2/+0
2022-07-22stdlib: Add arc4random testsAdhemerval Zanella Netto1-0/+7
2022-07-22stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)Adhemerval Zanella Netto1-0/+2
2022-06-22stdlib: Remove attr_write from mbstows if dst is NULL [BZ: 29265]Noah Goldstein1-0/+3
2022-06-22stdlib: Remove trailing whitespace from MakefileNoah Goldstein1-1/+1
2022-04-13stdlib: Reflow and sort most variable assignmentsAdhemerval Zanella1-63/+227
2022-01-21realpath: Set errno to ENAMETOOLONG for result larger than PATH_MAX [BZ #28770]Siddhesh Poyarekar1-0/+1
2022-01-13stdlib: Fix formatting of tests list in MakefileSiddhesh Poyarekar1-75/+77
2022-01-13stdlib: Sort tests in MakefileSiddhesh Poyarekar1-24/+75
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-06-03dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer1-5/+3
2021-05-16Enable support for GCC 11 -Wmismatched-dealloc.Martin Sebor1-1/+2
2021-05-14stdlib: Fix data race in __run_exit_handlers [BZ #27749]Vitaly Buka1-1/+3
2021-01-20stdlib: Add testcase for BZ #26241Adhemerval Zanella1-1/+2