Age | Commit message (Expand) | Author | Files | Lines |
2024-12-23 | include/sys/cdefs.h: Add __attribute_optimization_barrier__ | Adhemerval Zanella | 10 | -28/+28 |
2024-12-20 | posix: fix system when a child cannot be created [BZ #32450] | Aurelien Jarno | 1 | -0/+21 |
2024-12-18 | tst-atexit-common.c: Mark _exit_with_flush as noreturn | H.J. Lu | 1 | -0/+1 |
2024-12-16 | Use empty initializer to silence GCC 4.9 or older | H.J. Lu | 1 | -1/+1 |
2024-12-15 | Revert "Add braces in initializers for GCC 4.9 or older" | H.J. Lu | 1 | -1/+1 |
2024-12-14 | Add braces in initializers for GCC 4.9 or older | H.J. Lu | 1 | -1/+1 |
2024-12-11 | powerpc: Use correct procedure call standard for getrandom vDSO call (bug 32440) | Florian Weimer | 2 | -0/+38 |
2024-12-07 | math: Exclude internal math symbols for tests [BZ #32414] | H.J. Lu | 1 | -0/+2 |
2024-11-28 | Remove nios2-linux-gnu | Adhemerval Zanella | 1 | -8/+0 |
2024-11-21 | stdlib: Make getenv thread-safe in more cases | Florian Weimer | 8 | -79/+609 |
2024-11-12 | linux: Add support for getrandom vDSO | Adhemerval Zanella | 2 | -0/+49 |
2024-10-08 | stdlib: Make abort/_Exit AS-safe (BZ 26275) | Adhemerval Zanella | 1 | -83/+55 |
2024-09-20 | Make tst-strtod-underflow type-generic | Joseph Myers | 1 | -60/+297 |
2024-09-20 | Add tests of more strtod special cases | Joseph Myers | 1 | -0/+14 |
2024-09-20 | Add more tests of strtod end pointer | Joseph Myers | 1 | -2/+39 |
2024-09-20 | Make tst-strtod2 and tst-strtod5 type-generic | Joseph Myers | 2 | -82/+118 |
2024-09-04 | Do not set errno for overflowing NaN payload in strtod/nan (bug 32045) | Joseph Myers | 1 | -0/+3 |
2024-08-27 | Make __strtod_internal tests type-generic | Joseph Myers | 4 | -180/+313 |
2024-08-27 | Fix strtod subnormal rounding (bug 30220) | Joseph Myers | 3 | -0/+386 |
2024-08-27 | More thoroughly test underflow / errno in tst-strtod-round | Joseph Myers | 3 | -7761/+7857 |
2024-08-16 | support: Use macros for *stat wrappers | Florian Weimer | 1 | -1/+1 |
2024-08-14 | Test errno setting on strtod overflow in tst-strtod-round | Joseph Myers | 1 | -0/+11 |
2024-08-06 | stdlib: Link tst-concurrent-quick_exit with $(shared-thread-library) | Adhemerval Zanella | 1 | -0/+1 |
2024-08-05 | stdlib: Allow concurrent quick_exit (BZ 31997) | Adhemerval Zanella | 5 | -146/+196 |
2024-08-05 | Fix name space violation in fortify wrappers (bug 32052) | Andreas Schwab | 1 | -5/+5 |
2024-08-02 | stdlib: Link tst-concurrent-exit with $(shared-thread-library) | Florian Weimer | 1 | -0/+1 |
2024-07-31 | stdlib: Mark `abort` as `cold` | Noah Goldstein | 1 | -1/+1 |
2024-07-30 | stdlib: Allow concurrent exit (BZ 31997) | Adhemerval Zanella | 3 | -0/+166 |
2024-07-19 | Fix usage of _STACK_GROWS_DOWN and _STACK_GROWS_UP defines [BZ 31989] | John David Anglin | 1 | -2/+2 |
2024-07-08 | stdlib: fix arc4random fallback to /dev/urandom (BZ 31612) | Adhemerval Zanella | 1 | -1/+1 |
2024-06-03 | stdlib: Describe __cxa_finalize usage in function comment | Florian Weimer | 1 | -1/+16 |
2024-03-23 | stdlib: Fix tst-makecontext2 log when swapcontext fails | Stafford Horne | 1 | -1/+1 |
2024-02-27 | stdlib: Improve fortify with clang | Adhemerval Zanella | 1 | -11/+28 |
2024-02-08 | localedata: hr_HR: change currency to EUR/€ | Dragan Stanojević (Nevidljivi) | 1 | -4/+4 |
2024-02-01 | Rename c2x / gnu2x tests to c23 / gnu23 | Joseph Myers | 3 | -4/+4 |
2024-02-01 | Refer to C23 in place of C2X in glibc | Joseph Myers | 15 | -37/+38 |
2024-01-31 | Use gcc __builtin_stdc_* builtins in stdbit.h if possible | Jakub Jelinek | 3 | -14/+849 |
2024-01-23 | qsort: Fix a typo causing unnecessary malloc/free (BZ 31276) | Xi Ruoyao | 1 | -1/+1 |
2024-01-17 | stdlib: Remove unused is_aligned function from qsort.c | Adhemerval Zanella | 1 | -13/+0 |
2024-01-16 | stdlib: Verify heapsort for two-element cases | Kuan-Wei Chiu | 1 | -3/+1 |
2024-01-16 | stdlib: Fix heapsort for cases with exactly two elements | Kuan-Wei Chiu | 1 | -1/+1 |
2024-01-15 | stdlib: Reinstate stable mergesort implementation on qsort | Adhemerval Zanella | 4 | -441/+226 |
2024-01-05 | stdlib: Fix stdbit.h with -Wconversion for clang | Adhemerval Zanella | 1 | -11/+12 |
2024-01-05 | stdlib: Fix stdbit.h with -Wconversion for older gcc | Adhemerval Zanella | 1 | -8/+26 |
2024-01-03 | Implement C23 <stdbit.h> | Joseph Myers | 90 | -12/+4236 |
2024-01-01 | Add a setjmp/longjmp test between user contexts | H.J. Lu | 2 | -0/+139 |
2024-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 230 | -230/+230 |
2023-12-19 | tst-setcontext10.c: Undef _FORTIFY_SOURCE | H.J. Lu | 1 | -0/+9 |
2023-12-16 | Add a test for setjmp/longjmp within user context | H.J. Lu | 2 | -0/+179 |
2023-12-16 | Add a test for longjmp from user context | H.J. Lu | 2 | -0/+88 |