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-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
2022-07-22
stdlib: Add arc4random tests
Adhemerval Zanella Netto
5
-0
/
+860
2022-07-22
stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)
Adhemerval Zanella Netto
7
-0
/
+603
2022-07-05
stdlib: Simplify buffer management in canonicalize
Florian Weimer
1
-63
/
+50
2022-06-30
Refactor internal-signals.h
Adhemerval Zanella
1
-5
/
+5
2022-06-23
stdlib: Fixup mbstowcs NULL __dst handling. [BZ #29279]
Noah Goldstein
1
-4
/
+4
2022-06-22
stdlib: Remove attr_write from mbstows if dst is NULL [BZ: 29265]
Noah Goldstein
3
-5
/
+21
2022-06-22
stdlib: Remove trailing whitespace from Makefile
Noah Goldstein
1
-1
/
+1
2022-04-13
stdlib: Reflow and sort most variable assignments
Adhemerval Zanella
1
-59
/
+223
2022-03-31
realpath: Bring back GNU extension on ENOENT and EACCES [BZ #28996]
Siddhesh Poyarekar
2
-5
/
+8
2022-03-31
stdlib: Fix tst-getrandom memcmp call
Adhemerval Zanella
1
-1
/
+1
2022-03-31
stdlib: Fix tst-rand48.c printf types
Adhemerval Zanella
1
-3
/
+3
2022-03-10
Add some missing access function attributes
Steve Grubb
1
-2
/
+4
2022-02-21
realpath: Do not copy result on failure (BZ #28815)
Siddhesh Poyarekar
2
-3
/
+5
2022-01-25
stdlib: Avoid -Wuse-after-free in __add_to_environ [BZ #26779]
Martin Sebor
1
-2
/
+4
2022-01-24
realpath: Avoid overwriting preexisting error (CVE-2021-3998)
Siddhesh Poyarekar
1
-1
/
+1
2022-01-24
tst-realpath-toolong: Fix hurd build
Siddhesh Poyarekar
1
-0
/
+4
[prev]
[next]