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
*
linux: Add support for getrandom vDSO
vdso
Adhemerval Zanella
2024-09-27
2
-0
/
+49
*
Do not set errno for overflowing NaN payload in strtod/nan (bug 32045)
Joseph Myers
2024-09-04
1
-0
/
+3
*
Make __strtod_internal tests type-generic
Joseph Myers
2024-08-27
4
-180
/
+313
*
Fix strtod subnormal rounding (bug 30220)
Joseph Myers
2024-08-27
3
-0
/
+386
*
More thoroughly test underflow / errno in tst-strtod-round
Joseph Myers
2024-08-27
3
-7761
/
+7857
*
support: Use macros for *stat wrappers
Florian Weimer
2024-08-16
1
-1
/
+1
*
Test errno setting on strtod overflow in tst-strtod-round
Joseph Myers
2024-08-14
1
-0
/
+11
*
stdlib: Link tst-concurrent-quick_exit with $(shared-thread-library)
Adhemerval Zanella
2024-08-06
1
-0
/
+1
*
stdlib: Allow concurrent quick_exit (BZ 31997)
Adhemerval Zanella
2024-08-05
5
-146
/
+196
*
Fix name space violation in fortify wrappers (bug 32052)
Andreas Schwab
2024-08-05
1
-5
/
+5
*
stdlib: Link tst-concurrent-exit with $(shared-thread-library)
Florian Weimer
2024-08-02
1
-0
/
+1
*
stdlib: Mark `abort` as `cold`
Noah Goldstein
2024-07-31
1
-1
/
+1
*
stdlib: Allow concurrent exit (BZ 31997)
Adhemerval Zanella
2024-07-30
3
-0
/
+166
*
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
[next]