]> git.ipfire.org Git - thirdparty/glibc.git/history - stdlib
Use Linux 6.16, GCC 15, binutils 2.45 in build-many-glibcs.py
[thirdparty/glibc.git] / stdlib /
2025-07-02  Arjun Shankarstdlib/Makefile: Remove deleted test's libm dependency
2025-05-22  Florian WeimerFix error reporting (false negatives) in SGID tests
2025-04-08  Lenard Mollenkopfstdlib: Implement C2Y uabs, ulabs, ullabs and uimaxabs
2025-04-02  Adhemerval Zanellastdlib: Fix qsort memory leak if callback throws (BZ...
2025-03-21  Adhemerval ZanellaRemove eloop-threshold.h
2025-03-07  Florian Weimerposix: Move environ helper variables next to environ...
2025-02-24  Wilco Dijkstrastdlib: Add single-threaded fast path to rand()
2025-01-24  H.J. Lustdlib: Test using setenv with updated environ [BZ...
2025-01-24  Florian Weimerstdlib: Re-implement free (environ) compatibility kludg...
2025-01-24  Florian WeimerRevert "stdlib: Support malloc-managed environ arrays...
2025-01-23  Florian Weimerstdlib: Support malloc-managed environ arrays for compa...
2025-01-20  Florian Weimerstdlib: Test for expected sequence of random numbers...
2025-01-20  Florian Weimerstdlib: Fix unintended change to the random_r implement...
2025-01-16  Florian WeimerLinux: Fixes for getrandom fork handling
2025-01-02  Sam Jamesstdlib: fix lint failure
2025-01-02  Sam Jamesstdlib: random_r: fix unaligned access in initstate...
2025-01-01  Paul EggertUpdate copyright dates with scripts/update-copyrights
2024-12-22  Adhemerval Zanellainclude/sys/cdefs.h: Add __attribute_optimization_barrier__
2024-12-20  Aurelien Jarnoposix: fix system when a child cannot be created [BZ...
2024-12-17  H.J. Lutst-atexit-common.c: Mark _exit_with_flush as noreturn
2024-12-15  H.J. LuUse empty initializer to silence GCC 4.9 or older
2024-12-15  H.J. LuRevert "Add braces in initializers for GCC 4.9 or older"
2024-12-14  H.J. LuAdd braces in initializers for GCC 4.9 or older
2024-12-11  Florian Weimerpowerpc: Use correct procedure call standard for getran...
2024-12-07  H.J. Lumath: Exclude internal math symbols for tests [BZ ...
2024-11-28  Adhemerval ZanellaRemove nios2-linux-gnu
2024-11-21  Florian Weimerstdlib: Make getenv thread-safe in more cases
2024-11-12  Adhemerval Zanellalinux: Add support for getrandom vDSO
2024-10-08  Adhemerval Zanellastdlib: Make abort/_Exit AS-safe (BZ 26275)
2024-09-20  Joseph MyersMake tst-strtod-underflow type-generic
2024-09-20  Joseph MyersAdd tests of more strtod special cases
2024-09-20  Joseph MyersAdd more tests of strtod end pointer
2024-09-20  Joseph MyersMake tst-strtod2 and tst-strtod5 type-generic
2024-09-04  Joseph MyersDo not set errno for overflowing NaN payload in strtod...
2024-08-27  Joseph MyersMake __strtod_internal tests type-generic
2024-08-27  Joseph MyersFix strtod subnormal rounding (bug 30220)
2024-08-27  Joseph MyersMore thoroughly test underflow / errno in tst-strtod...
2024-08-16  Florian Weimersupport: Use macros for *stat wrappers
2024-08-14  Joseph MyersTest errno setting on strtod overflow in tst-strtod...
2024-08-06  Adhemerval Zanellastdlib: Link tst-concurrent-quick_exit with $(shared...
2024-08-05  Adhemerval Zanellastdlib: Allow concurrent quick_exit (BZ 31997)
2024-08-05  Andreas SchwabFix name space violation in fortify wrappers (bug 32052)
2024-08-02  Florian Weimerstdlib: Link tst-concurrent-exit with $(shared-thread...
2024-07-31  Noah Goldsteinstdlib: Mark `abort` as `cold`
2024-07-30  Adhemerval Zanellastdlib: Allow concurrent exit (BZ 31997)
2024-07-19  John David AnglinFix usage of _STACK_GROWS_DOWN and _STACK_GROWS_UP...
2024-07-08  Adhemerval Zanellastdlib: fix arc4random fallback to /dev/urandom (BZ...
2024-06-03  Florian Weimerstdlib: Describe __cxa_finalize usage in function comment
2024-03-23  Stafford Hornestdlib: Fix tst-makecontext2 log when swapcontext fails
2024-02-27  Adhemerval Zanellastdlib: Improve fortify with clang
2024-02-08  Dragan Stanojević... localedata: hr_HR: change currency to EUR/€
2024-02-01  Joseph MyersRename c2x / gnu2x tests to c23 / gnu23
2024-02-01  Joseph MyersRefer to C23 in place of C2X in glibc
2024-01-31  Jakub JelinekUse gcc __builtin_stdc_* builtins in stdbit.h if possible
2024-01-23  Xi Ruoyaoqsort: Fix a typo causing unnecessary malloc/free ...
2024-01-17  Adhemerval Zanellastdlib: Remove unused is_aligned function from qsort.c
2024-01-16  Kuan-Wei Chiustdlib: Verify heapsort for two-element cases
2024-01-16  Kuan-Wei Chiustdlib: Fix heapsort for cases with exactly two elements
2024-01-15  Adhemerval Zanellastdlib: Reinstate stable mergesort implementation on...
2024-01-05  Adhemerval Zanellastdlib: Fix stdbit.h with -Wconversion for clang
2024-01-05  Adhemerval Zanellastdlib: Fix stdbit.h with -Wconversion for older gcc
2024-01-03  Joseph MyersImplement C23 <stdbit.h>
2024-01-01  H.J. LuAdd a setjmp/longjmp test between user contexts
2024-01-01  Paul EggertUpdate copyright dates with scripts/update-copyrights
2023-12-19  H.J. Lutst-setcontext10.c: Undef _FORTIFY_SOURCE
2023-12-16  H.J. LuAdd a test for setjmp/longjmp within user context
2023-12-16  H.J. LuAdd a test for longjmp from user context
2023-12-04  Florian Weimerstdlib: Fix array bounds protection in insertion sort...
2023-11-21  Florian Weimerstdlib: The qsort implementation needs to use heapsort...
2023-11-21  Florian Weimerstdlib: Handle various corner cases in the fallback...
2023-11-21  Florian Weimerstdlib: Avoid another self-comparison in qsort
2023-11-08  Florian Weimerstdlib: Avoid element self-comparisons in qsort
2023-10-31  Adhemerval Zanellastdlib: Add more qsort{_r} coverage
2023-10-31  Adhemerval Zanellastdlib: Remove use of mergesort on qsort (BZ 21719)
2023-10-31  Adhemerval Zanellastdlib: Implement introsort for qsort (BZ 19305)
2023-10-31  Adhemerval Zanellastdlib: qsort: Move some macros to inline function
2023-10-31  Adhemerval Zanellastdlib: Move insertion sort out qsort
2023-10-31  Adhemerval Zanellastdlib: Optimization qsort{_r} swap implementation
2023-10-12  Andreas Schwabstdlib: fix grouping verification with multi-byte thous...
2023-09-04  Samuel Thibault__call_tls_dtors: Use call_function_static_weak
2023-08-03  Samuel Thibaulttst-realpath-toolong: return "unsupported" when PATH_MA...
2023-08-01  Florian Weimerstdlib: Improve tst-realpath compatibility with source...
2023-07-05  Frédéric BératExclude routines from fortification
2023-06-30  Joe Simmons-Talbottsetenv.c: Get rid of alloca.
2023-06-19  Joseph MyersC2x scanf %b support
2023-06-12  Adhemerval Zanella... stdlib: Tune down fork arc4random tests
2023-06-06  Frédéric Bérattests: Replace various function calls with their x...
2023-06-02  Paul PluzhnikovFix a few more typos I missed in previous round --...
2023-06-02  Paul PluzhnikovFix all the remaining misspellings -- BZ 25337
2023-06-01  Frédéric Bérattests: fix warn unused results
2023-05-25  Adhemerval ZanellaFix special case for C2x strtol binary constant handlin...
2023-05-17  Florian Weimerstdlib: Avoid undefined behavior in stdlib/tst-labs
2023-05-17  Florian Weimerstdlib: Use long long int in stdlib/tst-llabs
2023-05-16  Joe Simmons-Talbottstdlib: Add testcases for llabs(). (BZ #30263)
2023-05-16  Joe Simmons-Talbottstdlib: Add testcases for labs(). (BZ #30263)
2023-05-16  Joe Simmons-Talbottstdlib: Add testcases for abs(). (BZ #30263)
2023-05-16  Carlos O'Donellstdlib: Reformat Makefile.
2023-05-08  набtestsuite: stdlib/isomac.c: fix REQUIREMENTS
2023-03-28  Joe Simmons-Talbottsystem: Add "--" after "-c" for sh (BZ #28519)
2023-03-27  Adhemerval Zanella... Move libc_freeres_ptrs and libc_subfreeres to hidden...
next