summaryrefslogtreecommitdiff
path: root/stdlib
Commit message (Expand)AuthorAgeFilesLines
* stdlib: Avoid undefined behavior in stdlib/tst-labsFlorian Weimer2023-05-171-12/+13
* stdlib: Use long long int in stdlib/tst-llabsFlorian Weimer2023-05-171-15/+15
* stdlib: Add testcases for llabs(). (BZ #30263)Joe Simmons-Talbott2023-05-162-0/+57
* stdlib: Add testcases for labs(). (BZ #30263)Joe Simmons-Talbott2023-05-162-0/+53
* stdlib: Add testcases for abs(). (BZ #30263)Joe Simmons-Talbott2023-05-162-0/+48
* stdlib: Reformat Makefile.Carlos O'Donell2023-05-161-3/+3
* testsuite: stdlib/isomac.c: fix REQUIREMENTSнаб2023-05-081-7/+4
* system: Add "--" after "-c" for sh (BZ #28519)Joe Simmons-Talbott2023-03-281-0/+14
* Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto2023-03-273-3/+5
* Update printf %b/%B C2x supportJoseph Myers2023-03-141-0/+39
* hurd: fix build of tst-system.cAdam Yi2023-03-081-0/+1
* posix: Fix system blocks SIGCHLD erroneously [BZ #30163]Adam Yi2023-03-071-0/+26
* stdlib: Undo post review change to 16adc58e73f3 [BZ #27749]Vitaly Buka2023-02-203-2/+81
* Use uintptr_t instead of performing pointer subtraction with a null pointerQihao Chencao2023-02-171-3/+3
* stdlib: Simplify getenvAdhemerval Zanella2023-02-171-59/+5
* C2x strtol binary constant handlingJoseph Myers2023-02-1618-10/+523
* Replace rawmemchr (s, '\0') with strchrWilco Dijkstra2023-02-061-2/+1
* stdlib: tests: don't double-define _FORTIFY_SOURCESam James2023-02-021-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-06216-216/+216
* Remove trailing whitespace in gmp.hJoseph Myers2023-01-061-1/+1
* stdio-common: Convert vfprintf and related functions to buffersFlorian Weimer2022-12-192-151/+83
* stdlib: Move _IO_cleanup to call_function_static_weakAdhemerval Zanella2022-12-121-4/+2
* Apply asm redirection in gmp.h before first useAdhemerval Zanella2022-11-071-33/+39
* Fix OOB read in stdlib thousand grouping parsing [BZ #29727]Szabolcs Nagy2022-11-021-9/+7
* configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella2022-11-011-0/+12
* stdlib/strfrom: Add copysign to fix NAN issue on riscv (BZ #29501)Letu Ren2022-10-281-1/+2
* longlong.h: update from GCC for LoongArch clz/ctz supportXi Ruoyao2022-10-281-0/+12
* Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer2022-10-185-16/+4
* Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer2022-10-185-4/+5
* malloc: Do not clobber errno on __getrandom_nocancel (BZ #29624)Adhemerval Zanella2022-09-301-1/+1
* stdlib: Fix __getrandom_nocancel type and arc4random usage (BZ #29638)Adhemerval Zanella2022-09-301-1/+1
* stdlib: Fix macro expansion producing 'defined' has undefined behaviorAdhemerval Zanella2022-08-301-3/+6
* inet: Turn __ivaliduser into a compatibility symbolFlorian Weimer2022-08-101-0/+2
* assert: Do not use stderr in libc-internal assertFlorian Weimer2022-08-031-1/+1
* stdlib: Simplify arc4random_uniformAdhemerval Zanella2022-08-011-99/+30
* stdlib: Tuned down tst-arc4random-thread internal parametersAdhemerval Zanella2022-07-291-6/+18
* arc4random: simplify design for better safetyJason A. Donenfeld2022-07-275-559/+45
* aarch64: Add optimized chacha20Adhemerval Zanella Netto2022-07-221-2/+6
* stdlib: Add arc4random testsAdhemerval Zanella Netto2022-07-225-0/+860
* stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)Adhemerval Zanella Netto2022-07-227-0/+603
* stdlib: Simplify buffer management in canonicalizeFlorian Weimer2022-07-051-64/+51
* Refactor internal-signals.hAdhemerval Zanella2022-06-301-5/+5
* stdlib: Fixup mbstowcs NULL __dst handling. [BZ #29279]Noah Goldstein2022-06-231-4/+4
* stdlib: Remove attr_write from mbstows if dst is NULL [BZ: 29265]Noah Goldstein2022-06-223-5/+21
* stdlib: Remove trailing whitespace from MakefileNoah Goldstein2022-06-221-1/+1
* stdlib: Reflow and sort most variable assignmentsAdhemerval Zanella2022-04-131-63/+227
* realpath: Bring back GNU extension on ENOENT and EACCES [BZ #28996]Siddhesh Poyarekar2022-03-312-5/+8
* stdlib: Fix tst-getrandom memcmp callAdhemerval Zanella2022-03-311-1/+1
* stdlib: Fix tst-rand48.c printf typesAdhemerval Zanella2022-03-311-3/+3
* Add some missing access function attributesSteve Grubb2022-03-101-2/+4