]> git.ipfire.org Git - thirdparty/glibc.git/history - stdlib
benchtests: Add random() benchmark
[thirdparty/glibc.git] / stdlib /
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...
2023-03-14  Joseph MyersUpdate printf %b/%B C2x support
2023-03-08  Adam Yihurd: fix build of tst-system.c
2023-03-07  Adam Yiposix: Fix system blocks SIGCHLD erroneously [BZ #30163]
2023-02-20  Vitaly Bukastdlib: Undo post review change to 16adc58e73f3 [BZ...
2023-02-17  Qihao ChencaoUse uintptr_t instead of performing pointer subtraction...
2023-02-17  Adhemerval Zanellastdlib: Simplify getenv
2023-02-16  Joseph MyersC2x strtol binary constant handling
2023-02-06  Wilco DijkstraReplace rawmemchr (s, '\0') with strchr
2023-02-03  Sam Jamesstdlib: tests: don't double-define _FORTIFY_SOURCE
2023-01-06  Joseph MyersUpdate copyright dates with scripts/update-copyrights
2023-01-06  Joseph MyersRemove trailing whitespace in gmp.h
2022-12-19  Florian Weimerstdio-common: Convert vfprintf and related functions...
2022-12-12  Adhemerval Zanellastdlib: Move _IO_cleanup to call_function_static_weak
2022-11-07  Adhemerval ZanellaApply asm redirection in gmp.h before first use
2022-11-02  Szabolcs NagyFix OOB read in stdlib thousand grouping parsing [BZ...
2022-11-01  Adhemerval Zanellaconfigure: Use -Wno-ignored-attributes if compiler...
2022-10-28  Letu Renstdlib/strfrom: Add copysign to fix NAN issue on riscv...
2022-10-28  Xi Ruoyaolonglong.h: update from GCC for LoongArch clz/ctz support
2022-10-18  Florian WeimerUse PTR_MANGLE and PTR_DEMANGLE unconditionally in...
2022-10-18  Florian WeimerIntroduce <pointer_guard.h>, extracted from <sysdep.h>
2022-09-30  Adhemerval Zanellamalloc: Do not clobber errno on __getrandom_nocancel...
2022-09-30  Adhemerval Zanellastdlib: Fix __getrandom_nocancel type and arc4random...
2022-08-30  Adhemerval Zanellastdlib: Fix macro expansion producing 'defined' has...
2022-08-10  Florian Weimerinet: Turn __ivaliduser into a compatibility symbol
2022-08-03  Florian Weimerassert: Do not use stderr in libc-internal assert
2022-08-01  Adhemerval Zanellastdlib: Simplify arc4random_uniform
2022-07-29  Adhemerval Zanellastdlib: Tuned down tst-arc4random-thread internal param...
2022-07-27  Jason A. Donenfeldarc4random: simplify design for better safety
2022-07-22  Adhemerval Zanella... aarch64: Add optimized chacha20
2022-07-22  Adhemerval Zanella... stdlib: Add arc4random tests
2022-07-22  Adhemerval Zanella... stdlib: Add arc4random, arc4random_buf, and arc4random_...
2022-07-05  Florian Weimerstdlib: Simplify buffer management in canonicalize
2022-06-30  Adhemerval ZanellaRefactor internal-signals.h
2022-06-23  Noah Goldsteinstdlib: Fixup mbstowcs NULL __dst handling. [BZ #29279]
2022-06-22  Noah Goldsteinstdlib: Remove attr_write from mbstows if dst is NULL...
2022-06-22  Noah Goldsteinstdlib: Remove trailing whitespace from Makefile
2022-04-13  Adhemerval Zanellastdlib: Reflow and sort most variable assignments
2022-03-31  Siddhesh Poyarekarrealpath: Bring back GNU extension on ENOENT and EACCES...
2022-03-31  Adhemerval Zanellastdlib: Fix tst-getrandom memcmp call
2022-03-31  Adhemerval Zanellastdlib: Fix tst-rand48.c printf types
2022-03-10  Steve GrubbAdd some missing access function attributes
2022-02-21  Siddhesh Poyarekarrealpath: Do not copy result on failure (BZ #28815)
2022-01-26  Martin Seborstdlib: Avoid -Wuse-after-free in __add_to_environ...
2022-01-24  Siddhesh Poyarekarrealpath: Avoid overwriting preexisting error (CVE...
2022-01-24  Siddhesh Poyarekartst-realpath-toolong: Fix hurd build
2022-01-21  Siddhesh Poyarekarrealpath: Set errno to ENAMETOOLONG for result larger...
2022-01-13  Siddhesh Poyarekarstdlib: Fix formatting of tests list in Makefile
2022-01-13  Siddhesh Poyarekarstdlib: Sort tests in Makefile
next