aboutsummaryrefslogtreecommitdiff
path: root/stdlib
AgeCommit message (Expand)AuthorFilesLines
2023-06-12stdlib: Tune down fork arc4random testsAdhemerval Zanella Netto1-8/+4
2023-06-06tests: Replace various function calls with their x variantFrédéric Bérat1-1/+3
2023-06-02Fix a few more typos I missed in previous round -- BZ 25337Paul Pluzhnikov1-1/+1
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov8-10/+10
2023-06-01tests: fix warn unused resultsFrédéric Bérat1-3/+13
2023-05-25Fix special case for C2x strtol binary constant handling (BZ# 30371)Adhemerval Zanella6-39/+61
2023-05-17stdlib: Avoid undefined behavior in stdlib/tst-labsFlorian Weimer1-12/+13
2023-05-17stdlib: Use long long int in stdlib/tst-llabsFlorian Weimer1-15/+15
2023-05-16stdlib: Add testcases for llabs(). (BZ #30263)Joe Simmons-Talbott2-0/+57
2023-05-16stdlib: Add testcases for labs(). (BZ #30263)Joe Simmons-Talbott2-0/+53
2023-05-16stdlib: Add testcases for abs(). (BZ #30263)Joe Simmons-Talbott2-0/+48
2023-05-16stdlib: Reformat Makefile.Carlos O'Donell1-3/+3
2023-05-08testsuite: stdlib/isomac.c: fix REQUIREMENTSнаб1-7/+4
2023-03-28system: Add "--" after "-c" for sh (BZ #28519)Joe Simmons-Talbott1-0/+14
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto3-3/+5
2023-03-14Update printf %b/%B C2x supportJoseph Myers1-0/+39
2023-03-08hurd: fix build of tst-system.cAdam Yi1-0/+1
2023-03-07posix: Fix system blocks SIGCHLD erroneously [BZ #30163]Adam Yi1-0/+26
2023-02-20stdlib: Undo post review change to 16adc58e73f3 [BZ #27749]Vitaly Buka3-2/+81
2023-02-17Use uintptr_t instead of performing pointer subtraction with a null pointerQihao Chencao1-3/+3
2023-02-17stdlib: Simplify getenvAdhemerval Zanella1-59/+5
2023-02-16C2x strtol binary constant handlingJoseph Myers18-10/+523
2023-02-06Replace rawmemchr (s, '\0') with strchrWilco Dijkstra1-2/+1
2023-02-02stdlib: tests: don't double-define _FORTIFY_SOURCESam James1-1/+1
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