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
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
2023-05-16
stdlib: Add testcases for abs(). (BZ #30263)
Joe Simmons-Talbott
2
-0
/
+48
2023-05-16
stdlib: Reformat Makefile.
Carlos O'Donell
1
-3
/
+3
2023-05-08
testsuite: stdlib/isomac.c: fix REQUIREMENTS
наб
1
-7
/
+4
2023-03-28
system: Add "--" after "-c" for sh (BZ #28519)
Joe Simmons-Talbott
1
-0
/
+14
2023-03-27
Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functions
Adhemerval Zanella Netto
3
-3
/
+5
2023-03-14
Update printf %b/%B C2x support
Joseph Myers
1
-0
/
+39
2023-03-08
hurd: fix build of tst-system.c
Adam Yi
1
-0
/
+1
2023-03-07
posix: Fix system blocks SIGCHLD erroneously [BZ #30163]
Adam Yi
1
-0
/
+26
2023-02-20
stdlib: Undo post review change to 16adc58e73f3 [BZ #27749]
Vitaly Buka
3
-2
/
+81
2023-02-17
Use uintptr_t instead of performing pointer subtraction with a null pointer
Qihao Chencao
1
-3
/
+3
2023-02-17
stdlib: Simplify getenv
Adhemerval Zanella
1
-59
/
+5
2023-02-16
C2x strtol binary constant handling
Joseph Myers
18
-10
/
+523
2023-02-06
Replace rawmemchr (s, '\0') with strchr
Wilco Dijkstra
1
-2
/
+1
2023-02-02
stdlib: tests: don't double-define _FORTIFY_SOURCE
Sam James
1
-1
/
+1
2023-01-06
Update copyright dates with scripts/update-copyrights
Joseph Myers
216
-216
/
+216
2023-01-06
Remove trailing whitespace in gmp.h
Joseph Myers
1
-1
/
+1
2022-12-19
stdio-common: Convert vfprintf and related functions to buffers
Florian Weimer
2
-151
/
+83
2022-12-12
stdlib: Move _IO_cleanup to call_function_static_weak
Adhemerval Zanella
1
-4
/
+2
2022-11-07
Apply asm redirection in gmp.h before first use
Adhemerval Zanella
1
-33
/
+39
2022-11-02
Fix OOB read in stdlib thousand grouping parsing [BZ #29727]
Szabolcs Nagy
1
-9
/
+7
2022-11-01
configure: Use -Wno-ignored-attributes if compiler warns about multiple aliases
Adhemerval Zanella
1
-0
/
+12
2022-10-28
stdlib/strfrom: Add copysign to fix NAN issue on riscv (BZ #29501)
Letu Ren
1
-1
/
+2
2022-10-28
longlong.h: update from GCC for LoongArch clz/ctz support
Xi Ruoyao
1
-0
/
+12
2022-10-18
Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sources
Florian Weimer
5
-16
/
+4
2022-10-18
Introduce <pointer_guard.h>, extracted from <sysdep.h>
Florian Weimer
5
-4
/
+5
2022-09-30
malloc: Do not clobber errno on __getrandom_nocancel (BZ #29624)
Adhemerval Zanella
1
-1
/
+1
2022-09-30
stdlib: Fix __getrandom_nocancel type and arc4random usage (BZ #29638)
Adhemerval Zanella
1
-1
/
+1
2022-08-30
stdlib: Fix macro expansion producing 'defined' has undefined behavior
Adhemerval Zanella
1
-3
/
+6
2022-08-10
inet: Turn __ivaliduser into a compatibility symbol
Florian Weimer
1
-0
/
+2
2022-08-03
assert: Do not use stderr in libc-internal assert
Florian Weimer
1
-1
/
+1
2022-08-01
stdlib: Simplify arc4random_uniform
Adhemerval Zanella
1
-97
/
+28
2022-07-29
stdlib: Tuned down tst-arc4random-thread internal parameters
Adhemerval Zanella
1
-6
/
+18
2022-07-27
arc4random: simplify design for better safety
Jason A. Donenfeld
5
-559
/
+45
2022-07-22
aarch64: Add optimized chacha20
Adhemerval Zanella Netto
1
-2
/
+6
[next]