aboutsummaryrefslogtreecommitdiff
path: root/stdlib
AgeCommit message (Expand)Author
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
2024-01-23qsort: Fix a typo causing unnecessary malloc/free (BZ 31276)Xi Ruoyao
2024-01-17stdlib: Remove unused is_aligned function from qsort.cAdhemerval Zanella
2024-01-16stdlib: Verify heapsort for two-element casesKuan-Wei Chiu
2024-01-16stdlib: Fix heapsort for cases with exactly two elementsKuan-Wei Chiu
2024-01-15stdlib: Reinstate stable mergesort implementation on qsortAdhemerval Zanella
2024-01-05stdlib: Fix stdbit.h with -Wconversion for clangAdhemerval Zanella
2024-01-05stdlib: Fix stdbit.h with -Wconversion for older gccAdhemerval 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-19tst-setcontext10.c: Undef _FORTIFY_SOURCEH.J. Lu
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-11-21stdlib: Avoid another self-comparison in qsortFlorian Weimer
2023-11-08stdlib: Avoid element self-comparisons in 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-10-31stdlib: Implement introsort for qsort (BZ 19305)Adhemerval Zanella
2023-10-31stdlib: qsort: Move some macros to inline functionAdhemerval Zanella
2023-10-31stdlib: Move insertion sort out qsortAdhemerval Zanella
2023-10-31stdlib: Optimization qsort{_r} swap implementationAdhemerval Zanella
2023-10-12stdlib: fix grouping verification with multi-byte thousands separator (bug 30...Andreas Schwab
2023-09-04__call_tls_dtors: Use call_function_static_weakSamuel Thibault
2023-08-03tst-realpath-toolong: return "unsupported" when PATH_MAX is undefinedSamuel Thibault
2023-08-01stdlib: Improve tst-realpath compatibility with source fortificationFlorian Weimer
2023-07-05Exclude routines from fortificationFrédéric Bérat
2023-06-30setenv.c: Get rid of alloca.Joe Simmons-Talbott
2023-06-19C2x scanf %b supportJoseph Myers
2023-06-12stdlib: Tune down fork arc4random testsAdhemerval Zanella Netto
2023-06-06tests: Replace various function calls with their x variantFrédéric Bérat
2023-06-02Fix a few more typos I missed in previous round -- BZ 25337Paul Pluzhnikov
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov
2023-06-01tests: fix warn unused resultsFrédéric Bérat
2023-05-25Fix special case for C2x strtol binary constant handling (BZ# 30371)Adhemerval Zanella
2023-05-17stdlib: Avoid undefined behavior in stdlib/tst-labsFlorian Weimer
2023-05-17stdlib: Use long long int in stdlib/tst-llabsFlorian Weimer
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-05-08testsuite: stdlib/isomac.c: fix REQUIREMENTSнаб
2023-03-28system: Add "--" after "-c" for sh (BZ #28519)Joe Simmons-Talbott