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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix usage of _STACK_GROWS_DOWN and _STACK_GROWS_UP defines [BZ 31989]
John David Anglin
2024-07-19
1
-2
/
+2
*
stdlib: fix arc4random fallback to /dev/urandom (BZ 31612)
Adhemerval Zanella
2024-07-08
1
-1
/
+1
*
stdlib: Describe __cxa_finalize usage in function comment
Florian Weimer
2024-06-03
1
-1
/
+16
*
stdlib: Fix tst-makecontext2 log when swapcontext fails
Stafford Horne
2024-03-23
1
-1
/
+1
*
stdlib: Improve fortify with clang
Adhemerval Zanella
2024-02-27
1
-11
/
+28
*
localedata: hr_HR: change currency to EUR/€
Dragan Stanojević (Nevidljivi)
2024-02-08
1
-4
/
+4
*
Rename c2x / gnu2x tests to c23 / gnu23
Joseph Myers
2024-02-01
3
-4
/
+4
*
Refer to C23 in place of C2X in glibc
Joseph Myers
2024-02-01
15
-37
/
+38
*
Use gcc __builtin_stdc_* builtins in stdbit.h if possible
Jakub Jelinek
2024-01-31
3
-14
/
+849
*
qsort: Fix a typo causing unnecessary malloc/free (BZ 31276)
Xi Ruoyao
2024-01-23
1
-1
/
+1
*
stdlib: Remove unused is_aligned function from qsort.c
Adhemerval Zanella
2024-01-17
1
-13
/
+0
*
stdlib: Verify heapsort for two-element cases
Kuan-Wei Chiu
2024-01-16
1
-3
/
+1
*
stdlib: Fix heapsort for cases with exactly two elements
Kuan-Wei Chiu
2024-01-16
1
-1
/
+1
*
stdlib: Reinstate stable mergesort implementation on qsort
Adhemerval Zanella
2024-01-15
4
-441
/
+226
*
stdlib: Fix stdbit.h with -Wconversion for clang
Adhemerval Zanella
2024-01-05
1
-11
/
+12
*
stdlib: Fix stdbit.h with -Wconversion for older gcc
Adhemerval Zanella
2024-01-05
1
-8
/
+26
*
Implement C23 <stdbit.h>
Joseph Myers
2024-01-03
90
-12
/
+4236
*
Add a setjmp/longjmp test between user contexts
H.J. Lu
2024-01-01
2
-0
/
+139
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2024-01-01
230
-230
/
+230
*
tst-setcontext10.c: Undef _FORTIFY_SOURCE
H.J. Lu
2023-12-19
1
-0
/
+9
*
Add a test for setjmp/longjmp within user context
H.J. Lu
2023-12-16
2
-0
/
+179
*
Add a test for longjmp from user context
H.J. Lu
2023-12-16
2
-0
/
+88
*
stdlib: Fix array bounds protection in insertion sort phase of qsort
Florian Weimer
2023-12-04
3
-1
/
+62
*
stdlib: The qsort implementation needs to use heapsort in more cases
Florian Weimer
2023-11-21
3
-4
/
+187
*
stdlib: Handle various corner cases in the fallback heapsort for qsort
Florian Weimer
2023-11-21
3
-17
/
+173
*
stdlib: Avoid another self-comparison in qsort
Florian Weimer
2023-11-21
1
-1
/
+1
*
stdlib: Avoid element self-comparisons in qsort
Florian Weimer
2023-11-08
1
-3
/
+5
*
stdlib: Add more qsort{_r} coverage
Adhemerval Zanella
2023-10-31
2
-0
/
+367
*
stdlib: Remove use of mergesort on qsort (BZ 21719)
Adhemerval Zanella
2023-10-31
3
-314
/
+11
*
stdlib: Implement introsort for qsort (BZ 19305)
Adhemerval Zanella
2023-10-31
1
-7
/
+82
*
stdlib: qsort: Move some macros to inline function
Adhemerval Zanella
2023-10-31
1
-12
/
+23
*
stdlib: Move insertion sort out qsort
Adhemerval Zanella
2023-10-31
1
-47
/
+54
*
stdlib: Optimization qsort{_r} swap implementation
Adhemerval Zanella
2023-10-31
1
-18
/
+77
*
stdlib: fix grouping verification with multi-byte thousands separator (bug 30964)
Andreas Schwab
2023-10-12
2
-24
/
+13
*
__call_tls_dtors: Use call_function_static_weak
Samuel Thibault
2023-09-04
1
-5
/
+2
*
tst-realpath-toolong: return "unsupported" when PATH_MAX is undefined
Samuel Thibault
2023-08-03
1
-4
/
+5
*
stdlib: Improve tst-realpath compatibility with source fortification
Florian Weimer
2023-08-01
1
-1
/
+6
*
Exclude routines from fortification
Frédéric Bérat
2023-07-05
1
-0
/
+7
*
setenv.c: Get rid of alloca.
Joe Simmons-Talbott
2023-06-30
1
-34
/
+6
*
C2x scanf %b support
Joseph Myers
2023-06-19
1
-0
/
+22
*
stdlib: Tune down fork arc4random tests
Adhemerval Zanella Netto
2023-06-12
1
-8
/
+4
*
tests: Replace various function calls with their x variant
Frédéric Bérat
2023-06-06
1
-1
/
+3
*
Fix a few more typos I missed in previous round -- BZ 25337
Paul Pluzhnikov
2023-06-02
1
-1
/
+1
*
Fix all the remaining misspellings -- BZ 25337
Paul Pluzhnikov
2023-06-02
8
-10
/
+10
*
tests: fix warn unused results
Frédéric Bérat
2023-06-01
1
-3
/
+13
*
Fix special case for C2x strtol binary constant handling (BZ# 30371)
Adhemerval Zanella
2023-05-25
6
-39
/
+61
*
stdlib: Avoid undefined behavior in stdlib/tst-labs
Florian Weimer
2023-05-17
1
-12
/
+13
*
stdlib: Use long long int in stdlib/tst-llabs
Florian Weimer
2023-05-17
1
-15
/
+15
*
stdlib: Add testcases for llabs(). (BZ #30263)
Joe Simmons-Talbott
2023-05-16
2
-0
/
+57
*
stdlib: Add testcases for labs(). (BZ #30263)
Joe Simmons-Talbott
2023-05-16
2
-0
/
+53
[next]