aboutsummaryrefslogtreecommitdiff
path: root/stdlib
AgeCommit message (Expand)AuthorFilesLines
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers216-216/+216
2023-01-06Remove trailing whitespace in gmp.hJoseph Myers1-1/+1
2022-12-19stdio-common: Convert vfprintf and related functions to buffersFlorian Weimer2-151/+83
2022-12-12stdlib: Move _IO_cleanup to call_function_static_weakAdhemerval Zanella1-4/+2
2022-11-07Apply asm redirection in gmp.h before first useAdhemerval Zanella1-33/+39
2022-11-02Fix OOB read in stdlib thousand grouping parsing [BZ #29727]Szabolcs Nagy1-9/+7
2022-11-01configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella1-0/+12
2022-10-28stdlib/strfrom: Add copysign to fix NAN issue on riscv (BZ #29501)Letu Ren1-1/+2
2022-10-28longlong.h: update from GCC for LoongArch clz/ctz supportXi Ruoyao1-0/+12
2022-10-18Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer5-16/+4
2022-10-18Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer5-4/+5
2022-09-30malloc: Do not clobber errno on __getrandom_nocancel (BZ #29624)Adhemerval Zanella1-1/+1
2022-09-30stdlib: Fix __getrandom_nocancel type and arc4random usage (BZ #29638)Adhemerval Zanella1-1/+1
2022-08-30stdlib: Fix macro expansion producing 'defined' has undefined behaviorAdhemerval Zanella1-3/+6
2022-08-10inet: Turn __ivaliduser into a compatibility symbolFlorian Weimer1-0/+2
2022-08-03assert: Do not use stderr in libc-internal assertFlorian Weimer1-1/+1
2022-08-01stdlib: Simplify arc4random_uniformAdhemerval Zanella1-99/+30
2022-07-29stdlib: Tuned down tst-arc4random-thread internal parametersAdhemerval Zanella1-6/+18
2022-07-27arc4random: simplify design for better safetyJason A. Donenfeld5-559/+45
2022-07-22aarch64: Add optimized chacha20Adhemerval Zanella Netto1-2/+6
2022-07-22stdlib: Add arc4random testsAdhemerval Zanella Netto5-0/+860
2022-07-22stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)Adhemerval Zanella Netto7-0/+603
2022-07-05stdlib: Simplify buffer management in canonicalizeFlorian Weimer1-64/+51
2022-06-30Refactor internal-signals.hAdhemerval Zanella1-5/+5
2022-06-23stdlib: Fixup mbstowcs NULL __dst handling. [BZ #29279]Noah Goldstein1-4/+4
2022-06-22stdlib: Remove attr_write from mbstows if dst is NULL [BZ: 29265]Noah Goldstein3-5/+21
2022-06-22stdlib: Remove trailing whitespace from MakefileNoah Goldstein1-1/+1
2022-04-13stdlib: Reflow and sort most variable assignmentsAdhemerval Zanella1-63/+227
2022-03-31realpath: Bring back GNU extension on ENOENT and EACCES [BZ #28996]Siddhesh Poyarekar2-5/+8
2022-03-31stdlib: Fix tst-getrandom memcmp callAdhemerval Zanella1-1/+1
2022-03-31stdlib: Fix tst-rand48.c printf typesAdhemerval Zanella1-3/+3
2022-03-10Add some missing access function attributesSteve Grubb1-2/+4
2022-02-21realpath: Do not copy result on failure (BZ #28815)Siddhesh Poyarekar2-3/+5
2022-01-25stdlib: Avoid -Wuse-after-free in __add_to_environ [BZ #26779]Martin Sebor1-2/+4
2022-01-24realpath: Avoid overwriting preexisting error (CVE-2021-3998)Siddhesh Poyarekar1-1/+1
2022-01-24tst-realpath-toolong: Fix hurd buildSiddhesh Poyarekar1-0/+4
2022-01-21realpath: Set errno to ENAMETOOLONG for result larger than PATH_MAX [BZ #28770]Siddhesh Poyarekar3-2/+60
2022-01-13stdlib: Fix formatting of tests list in MakefileSiddhesh Poyarekar1-75/+77
2022-01-13stdlib: Sort tests in MakefileSiddhesh Poyarekar1-24/+75
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert211-211/+211
2021-12-17fortify: Fix spurious warning with realpathSiddhesh Poyarekar1-1/+1
2021-10-21Add alloc_align attribute to memalign et alJonathan Wakely1-1/+3
2021-10-20stdlib: Fix tst-canon-bz26341 when the glibc build current working directory ...omain GEISSLER1-0/+6
2021-10-20Make sure that the fortified function conditionals are constantSiddhesh Poyarekar1-40/+17
2021-10-20Don't add access size hints to fortifiable functionsSiddhesh Poyarekar1-2/+3
2021-10-05Fix stdlib/tst-setcontext.c for GCC 12 -Warray-compareJoseph Myers1-1/+1
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar51-52/+0
2021-08-04test-dlclose-exit-race: avoid hang on pthread_create errorDJ Delorie1-1/+13
2021-07-28__cxa_thread_atexit_impl: Abort on allocation failure [BZ #18524]Siddhesh Poyarekar1-0/+4
2021-07-09Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)H.J. Lu1-5/+6