about summary refs log tree commit diff
path: root/stdlib/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Rename c2x / gnu2x tests to c23 / gnu23Joseph Myers2024-02-011-4/+4
* Refer to C23 in place of C2X in glibcJoseph Myers2024-02-011-3/+4
* Use gcc __builtin_stdc_* builtins in stdbit.h if possibleJakub Jelinek2024-01-311-0/+1
* stdlib: Reinstate stable mergesort implementation on qsortAdhemerval Zanella2024-01-151-1/+0
* Implement C23 <stdbit.h>Joseph Myers2024-01-031-0/+103
* Add a setjmp/longjmp test between user contextsH.J. Lu2024-01-011-0/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Add a test for setjmp/longjmp within user contextH.J. Lu2023-12-161-0/+1
* Add a test for longjmp from user contextH.J. Lu2023-12-161-0/+1
* stdlib: Fix array bounds protection in insertion sort phase of qsortFlorian Weimer2023-12-041-0/+1
* stdlib: The qsort implementation needs to use heapsort in more casesFlorian Weimer2023-11-211-0/+3
* stdlib: Handle various corner cases in the fallback heapsort for qsortFlorian Weimer2023-11-211-0/+1
* stdlib: Add more qsort{_r} coverageAdhemerval Zanella2023-10-311-0/+1
* stdlib: Remove use of mergesort on qsort (BZ 21719)Adhemerval Zanella2023-10-311-2/+0
* Exclude routines from fortificationFrédéric Bérat2023-07-051-0/+7
* stdlib: Add testcases for llabs(). (BZ #30263)Joe Simmons-Talbott2023-05-161-0/+2
* stdlib: Add testcases for labs(). (BZ #30263)Joe Simmons-Talbott2023-05-161-0/+2
* stdlib: Add testcases for abs(). (BZ #30263)Joe Simmons-Talbott2023-05-161-0/+3
* stdlib: Reformat Makefile.Carlos O'Donell2023-05-161-3/+3
* hurd: fix build of tst-system.cAdam Yi2023-03-081-0/+1
* stdlib: Undo post review change to 16adc58e73f3 [BZ #27749]Vitaly Buka2023-02-201-0/+1
* C2x strtol binary constant handlingJoseph Myers2023-02-161-0/+12
* stdlib: tests: don't double-define _FORTIFY_SOURCESam James2023-02-021-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella2022-11-011-0/+12
* arc4random: simplify design for better safetyJason A. Donenfeld2022-07-271-2/+0
* stdlib: Add arc4random testsAdhemerval Zanella Netto2022-07-221-0/+7
* stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)Adhemerval Zanella Netto2022-07-221-0/+2
* stdlib: Remove attr_write from mbstows if dst is NULL [BZ: 29265]Noah Goldstein2022-06-221-0/+3
* stdlib: Remove trailing whitespace from MakefileNoah Goldstein2022-06-221-1/+1
* stdlib: Reflow and sort most variable assignmentsAdhemerval Zanella2022-04-131-63/+227
* realpath: Set errno to ENAMETOOLONG for result larger than PATH_MAX [BZ #28770]Siddhesh Poyarekar2022-01-211-0/+1
* stdlib: Fix formatting of tests list in MakefileSiddhesh Poyarekar2022-01-131-75/+77
* stdlib: Sort tests in MakefileSiddhesh Poyarekar2022-01-131-24/+75
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer2021-06-031-5/+3
* Enable support for GCC 11 -Wmismatched-dealloc.Martin Sebor2021-05-161-1/+2
* stdlib: Fix data race in __run_exit_handlers [BZ #27749]Vitaly Buka2021-05-141-1/+3
* stdlib: Add testcase for BZ #26241Adhemerval Zanella2021-01-201-1/+2
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Make strtoimax, strtoumax, wcstoimax, wcstoumax into aliasesJoseph Myers2020-12-081-1/+0
* Revert "Fix missing redirects in testsuite targets"Andreas Schwab2020-10-081-2/+2
* stdlib: Move tst-system to tests-containerAdhemerval Zanella2020-03-251-1/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Expand $(as-needed) and $(no-as-needed) throughout the build systemFlorian Weimer2019-12-031-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* stdlib: assert on NULL function pointer in atexit etc. [BZ #20544]Paul Pluzhnikov2018-11-301-1/+1
* Y2038: Add 64-bit time for all architecturesAlbert ARIBAUD (3ADEV)2018-10-241-1/+1
* Y2038: provide size of default time_t for target architectureAlbert ARIBAUD (3ADEV)2018-10-241-1/+1