index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
stdlib
Age
Commit message (
Expand
)
Author
Files
Lines
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
-437
/
+222
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
2023-12-04
stdlib: Fix array bounds protection in insertion sort phase of qsort
Florian Weimer
3
-1
/
+62
2023-11-21
stdlib: The qsort implementation needs to use heapsort in more cases
Florian Weimer
3
-4
/
+187
2023-11-21
stdlib: Handle various corner cases in the fallback heapsort for qsort
Florian Weimer
3
-17
/
+173
2023-11-21
stdlib: Avoid another self-comparison in qsort
Florian Weimer
1
-1
/
+1
2023-11-08
stdlib: Avoid element self-comparisons in qsort
Florian Weimer
1
-3
/
+5
2023-10-31
stdlib: Add more qsort{_r} coverage
Adhemerval Zanella
2
-0
/
+367
2023-10-31
stdlib: Remove use of mergesort on qsort (BZ 21719)
Adhemerval Zanella
3
-314
/
+11
2023-10-31
stdlib: Implement introsort for qsort (BZ 19305)
Adhemerval Zanella
1
-7
/
+82
2023-10-31
stdlib: qsort: Move some macros to inline function
Adhemerval Zanella
1
-12
/
+23
2023-10-31
stdlib: Move insertion sort out qsort
Adhemerval Zanella
1
-47
/
+54
2023-10-31
stdlib: Optimization qsort{_r} swap implementation
Adhemerval Zanella
1
-18
/
+77
2023-10-12
stdlib: fix grouping verification with multi-byte thousands separator (bug 30964)
Andreas Schwab
2
-24
/
+13
2023-09-04
__call_tls_dtors: Use call_function_static_weak
Samuel Thibault
1
-5
/
+2
2023-08-03
tst-realpath-toolong: return "unsupported" when PATH_MAX is undefined
Samuel Thibault
1
-4
/
+5
2023-08-01
stdlib: Improve tst-realpath compatibility with source fortification
Florian Weimer
1
-1
/
+6
2023-07-05
Exclude routines from fortification
Frédéric Bérat
1
-0
/
+7
2023-06-30
setenv.c: Get rid of alloca.
Joe Simmons-Talbott
1
-34
/
+6
2023-06-19
C2x scanf %b support
Joseph Myers
1
-0
/
+22
2023-06-12
stdlib: Tune down fork arc4random tests
Adhemerval Zanella Netto
1
-7
/
+3
2023-06-06
tests: Replace various function calls with their x variant
Frédéric Bérat
1
-1
/
+3
2023-06-02
Fix a few more typos I missed in previous round -- BZ 25337
Paul Pluzhnikov
1
-1
/
+1
2023-06-02
Fix all the remaining misspellings -- BZ 25337
Paul Pluzhnikov
8
-10
/
+10
2023-06-01
tests: fix warn unused results
Frédéric Bérat
1
-3
/
+13
2023-05-25
Fix special case for C2x strtol binary constant handling (BZ# 30371)
Adhemerval Zanella
6
-39
/
+61
2023-05-17
stdlib: Avoid undefined behavior in stdlib/tst-labs
Florian Weimer
1
-12
/
+13
2023-05-17
stdlib: Use long long int in stdlib/tst-llabs
Florian Weimer
1
-14
/
+14
2023-05-16
stdlib: Add testcases for llabs(). (BZ #30263)
Joe Simmons-Talbott
2
-0
/
+57
2023-05-16
stdlib: Add testcases for labs(). (BZ #30263)
Joe Simmons-Talbott
2
-0
/
+53
[next]