index
:
glibc.git
master
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stdlib
Age
Commit message (
Expand
)
Author
2024-08-02
stdlib: Link tst-concurrent-exit with $(shared-thread-library)
Florian Weimer
2024-07-31
stdlib: Mark `abort` as `cold`
Noah Goldstein
2024-07-30
stdlib: Allow concurrent exit (BZ 31997)
Adhemerval Zanella
2024-07-19
Fix usage of _STACK_GROWS_DOWN and _STACK_GROWS_UP defines [BZ 31989]
John David Anglin
2024-07-08
stdlib: fix arc4random fallback to /dev/urandom (BZ 31612)
Adhemerval Zanella
2024-06-03
stdlib: Describe __cxa_finalize usage in function comment
Florian Weimer
2024-03-23
stdlib: Fix tst-makecontext2 log when swapcontext fails
Stafford Horne
2024-02-27
stdlib: Improve fortify with clang
Adhemerval Zanella
2024-02-08
localedata: hr_HR: change currency to EUR/€
Dragan Stanojević (Nevidljivi)
2024-02-01
Rename c2x / gnu2x tests to c23 / gnu23
Joseph Myers
2024-02-01
Refer to C23 in place of C2X in glibc
Joseph Myers
2024-01-31
Use gcc __builtin_stdc_* builtins in stdbit.h if possible
Jakub Jelinek
2024-01-23
qsort: Fix a typo causing unnecessary malloc/free (BZ 31276)
Xi Ruoyao
2024-01-17
stdlib: Remove unused is_aligned function from qsort.c
Adhemerval Zanella
2024-01-16
stdlib: Verify heapsort for two-element cases
Kuan-Wei Chiu
2024-01-16
stdlib: Fix heapsort for cases with exactly two elements
Kuan-Wei Chiu
2024-01-15
stdlib: Reinstate stable mergesort implementation on qsort
Adhemerval Zanella
2024-01-05
stdlib: Fix stdbit.h with -Wconversion for clang
Adhemerval Zanella
2024-01-05
stdlib: Fix stdbit.h with -Wconversion for older gcc
Adhemerval Zanella
2024-01-03
Implement C23 <stdbit.h>
Joseph Myers
2024-01-01
Add a setjmp/longjmp test between user contexts
H.J. Lu
2024-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
2023-12-19
tst-setcontext10.c: Undef _FORTIFY_SOURCE
H.J. Lu
2023-12-16
Add a test for setjmp/longjmp within user context
H.J. Lu
2023-12-16
Add a test for longjmp from user context
H.J. Lu
2023-12-04
stdlib: Fix array bounds protection in insertion sort phase of qsort
Florian Weimer
2023-11-21
stdlib: The qsort implementation needs to use heapsort in more cases
Florian Weimer
2023-11-21
stdlib: Handle various corner cases in the fallback heapsort for qsort
Florian Weimer
2023-11-21
stdlib: Avoid another self-comparison in qsort
Florian Weimer
2023-11-08
stdlib: Avoid element self-comparisons in qsort
Florian Weimer
2023-10-31
stdlib: Add more qsort{_r} coverage
Adhemerval Zanella
2023-10-31
stdlib: Remove use of mergesort on qsort (BZ 21719)
Adhemerval Zanella
2023-10-31
stdlib: Implement introsort for qsort (BZ 19305)
Adhemerval Zanella
2023-10-31
stdlib: qsort: Move some macros to inline function
Adhemerval Zanella
2023-10-31
stdlib: Move insertion sort out qsort
Adhemerval Zanella
2023-10-31
stdlib: Optimization qsort{_r} swap implementation
Adhemerval Zanella
2023-10-12
stdlib: fix grouping verification with multi-byte thousands separator (bug 30...
Andreas Schwab
2023-09-04
__call_tls_dtors: Use call_function_static_weak
Samuel Thibault
2023-08-03
tst-realpath-toolong: return "unsupported" when PATH_MAX is undefined
Samuel Thibault
2023-08-01
stdlib: Improve tst-realpath compatibility with source fortification
Florian Weimer
2023-07-05
Exclude routines from fortification
Frédéric Bérat
2023-06-30
setenv.c: Get rid of alloca.
Joe Simmons-Talbott
2023-06-19
C2x scanf %b support
Joseph Myers
2023-06-12
stdlib: Tune down fork arc4random tests
Adhemerval Zanella Netto
2023-06-06
tests: Replace various function calls with their x variant
Frédéric Bérat
2023-06-02
Fix a few more typos I missed in previous round -- BZ 25337
Paul Pluzhnikov
2023-06-02
Fix all the remaining misspellings -- BZ 25337
Paul Pluzhnikov
2023-06-01
tests: fix warn unused results
Frédéric Bérat
2023-05-25
Fix special case for C2x strtol binary constant handling (BZ# 30371)
Adhemerval Zanella
2023-05-17
stdlib: Avoid undefined behavior in stdlib/tst-labs
Florian Weimer
[next]