summaryrefslogtreecommitdiff
path: root/stdlib/Makefile
AgeCommit message (Expand)Author
2026-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2025-12-09Handle clang -Wignored-attributes on weak aliasesAdhemerval Zanella
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-10stdlib: Remove mp_clz_tab.cAdhemerval Zanella
2025-10-28Rename uimaxabs to umaxabs (bug 33325)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-07-02stdlib/Makefile: Remove deleted test's libm dependencyArjun Shankar
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-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-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-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-21stdlib: Make getenv thread-safe in more casesFlorian Weimer
2024-11-12linux: Add support for getrandom vDSOAdhemerval Zanella
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-02stdlib: Link tst-concurrent-exit with $(shared-thread-library)Florian Weimer
2024-07-30stdlib: Allow concurrent exit (BZ 31997)Adhemerval Zanella
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
2024-01-15stdlib: Reinstate stable mergesort implementation on qsortAdhemerval Zanella
2024-01-03Implement C23 <stdbit.h>Joseph Myers
2024-01-01Add a setjmp/longjmp test between user contextsH.J. Lu
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-12-16Add a test for setjmp/longjmp within user contextH.J. Lu
2023-12-16Add a test for longjmp from user contextH.J. Lu
2023-12-04stdlib: Fix array bounds protection in insertion sort phase of qsortFlorian Weimer
2023-11-21stdlib: The qsort implementation needs to use heapsort in more casesFlorian Weimer
2023-11-21stdlib: Handle various corner cases in the fallback heapsort for qsortFlorian Weimer
2023-10-31stdlib: Add more qsort{_r} coverageAdhemerval Zanella
2023-10-31stdlib: Remove use of mergesort on qsort (BZ 21719)Adhemerval Zanella
2023-07-05Exclude routines from fortificationFrédéric Bérat
2023-05-16stdlib: Add testcases for llabs(). (BZ #30263)Joe Simmons-Talbott
2023-05-16stdlib: Add testcases for labs(). (BZ #30263)Joe Simmons-Talbott
2023-05-16stdlib: Add testcases for abs(). (BZ #30263)Joe Simmons-Talbott
2023-05-16stdlib: Reformat Makefile.Carlos O'Donell
2023-03-08hurd: fix build of tst-system.cAdam Yi
2023-02-20stdlib: Undo post review change to 16adc58e73f3 [BZ #27749]Vitaly Buka