about summary refs log tree commit diff
path: root/stdlib
Commit message (Expand)AuthorAgeFilesLines
* Make tst-strtod-underflow type-genericJoseph Myers2024-09-201-60/+297
* Add tests of more strtod special casesJoseph Myers2024-09-201-0/+14
* Add more tests of strtod end pointerJoseph Myers2024-09-201-2/+39
* Make tst-strtod2 and tst-strtod5 type-genericJoseph Myers2024-09-202-82/+118
* Do not set errno for overflowing NaN payload in strtod/nan (bug 32045)Joseph Myers2024-09-041-0/+3
* Make __strtod_internal tests type-genericJoseph Myers2024-08-274-180/+313
* Fix strtod subnormal rounding (bug 30220)Joseph Myers2024-08-273-0/+386
* More thoroughly test underflow / errno in tst-strtod-roundJoseph Myers2024-08-273-7761/+7857
* support: Use macros for *stat wrappersFlorian Weimer2024-08-161-1/+1
* Test errno setting on strtod overflow in tst-strtod-roundJoseph Myers2024-08-141-0/+11
* stdlib: Link tst-concurrent-quick_exit with $(shared-thread-library)Adhemerval Zanella2024-08-061-0/+1
* stdlib: Allow concurrent quick_exit (BZ 31997)Adhemerval Zanella2024-08-055-146/+196
* Fix name space violation in fortify wrappers (bug 32052)Andreas Schwab2024-08-051-5/+5
* stdlib: Link tst-concurrent-exit with $(shared-thread-library)Florian Weimer2024-08-021-0/+1
* stdlib: Mark `abort` as `cold`Noah Goldstein2024-07-311-1/+1
* stdlib: Allow concurrent exit (BZ 31997)Adhemerval Zanella2024-07-303-0/+166
* Fix usage of _STACK_GROWS_DOWN and _STACK_GROWS_UP defines [BZ 31989]John David Anglin2024-07-191-2/+2
* stdlib: fix arc4random fallback to /dev/urandom (BZ 31612)Adhemerval Zanella2024-07-081-1/+1
* stdlib: Describe __cxa_finalize usage in function commentFlorian Weimer2024-06-031-1/+16
* stdlib: Fix tst-makecontext2 log when swapcontext failsStafford Horne2024-03-231-1/+1
* stdlib: Improve fortify with clangAdhemerval Zanella2024-02-271-11/+28
* localedata: hr_HR: change currency to EUR/€Dragan Stanojević (Nevidljivi)2024-02-081-4/+4
* Rename c2x / gnu2x tests to c23 / gnu23Joseph Myers2024-02-013-4/+4
* Refer to C23 in place of C2X in glibcJoseph Myers2024-02-0115-37/+38
* Use gcc __builtin_stdc_* builtins in stdbit.h if possibleJakub Jelinek2024-01-313-14/+849
* qsort: Fix a typo causing unnecessary malloc/free (BZ 31276)Xi Ruoyao2024-01-231-1/+1
* stdlib: Remove unused is_aligned function from qsort.cAdhemerval Zanella2024-01-171-13/+0
* stdlib: Verify heapsort for two-element casesKuan-Wei Chiu2024-01-161-3/+1
* stdlib: Fix heapsort for cases with exactly two elementsKuan-Wei Chiu2024-01-161-1/+1
* stdlib: Reinstate stable mergesort implementation on qsortAdhemerval Zanella2024-01-154-441/+226
* stdlib: Fix stdbit.h with -Wconversion for clangAdhemerval Zanella2024-01-051-11/+12
* stdlib: Fix stdbit.h with -Wconversion for older gccAdhemerval Zanella2024-01-051-8/+26
* Implement C23 <stdbit.h>Joseph Myers2024-01-0390-12/+4236
* Add a setjmp/longjmp test between user contextsH.J. Lu2024-01-012-0/+139
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-01230-230/+230
* tst-setcontext10.c: Undef _FORTIFY_SOURCEH.J. Lu2023-12-191-0/+9
* Add a test for setjmp/longjmp within user contextH.J. Lu2023-12-162-0/+179
* Add a test for longjmp from user contextH.J. Lu2023-12-162-0/+88
* stdlib: Fix array bounds protection in insertion sort phase of qsortFlorian Weimer2023-12-043-1/+62
* stdlib: The qsort implementation needs to use heapsort in more casesFlorian Weimer2023-11-213-4/+187
* stdlib: Handle various corner cases in the fallback heapsort for qsortFlorian Weimer2023-11-213-17/+173
* stdlib: Avoid another self-comparison in qsortFlorian Weimer2023-11-211-1/+1
* stdlib: Avoid element self-comparisons in qsortFlorian Weimer2023-11-081-3/+5
* stdlib: Add more qsort{_r} coverageAdhemerval Zanella2023-10-312-0/+367
* stdlib: Remove use of mergesort on qsort (BZ 21719)Adhemerval Zanella2023-10-313-314/+11
* stdlib: Implement introsort for qsort (BZ 19305)Adhemerval Zanella2023-10-311-7/+82
* stdlib: qsort: Move some macros to inline functionAdhemerval Zanella2023-10-311-12/+23
* stdlib: Move insertion sort out qsortAdhemerval Zanella2023-10-311-47/+54
* stdlib: Optimization qsort{_r} swap implementationAdhemerval Zanella2023-10-311-18/+77
* stdlib: fix grouping verification with multi-byte thousands separator (bug 30...Andreas Schwab2023-10-122-24/+13