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