aboutsummaryrefslogtreecommitdiff
path: root/stdlib
AgeCommit message (Expand)AuthorFilesLines
2021-07-09Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)H.J. Lu1-5/+6
2021-07-09Force building with -fno-commonFlorian Weimer1-1/+1
2021-07-08Move mcheck symbol from stdlib to mallocSiddhesh Poyarekar1-1/+1
2021-06-03dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer1-5/+3
2021-05-16Enable support for GCC 11 -Wmismatched-dealloc.Martin Sebor3-6/+95
2021-05-14stdlib: Fix data race in __run_exit_handlers [BZ #27749]Vitaly Buka3-17/+133
2021-05-06Annotate additional APIs with GCC attribute access.Martin Sebor1-2/+4
2021-04-21nptl: Move pthread_setcancelstate into libcFlorian Weimer1-7/+2
2021-04-12support: Add capability to fork an sgid childSiddhesh Poyarekar1-181/+18
2021-03-29fork.h: replace with register-atfork.hSamuel Thibault1-3/+1
2021-03-24stdlib: Fix BZ #26241 testcase on GNU/HurdSamuel Thibault1-3/+4
2021-01-20stdlib: Add testcase for BZ #26241Adhemerval Zanella2-1/+103
2021-01-11posix: Fix return value of system if shell can not be executed [BZ #27053]Adhemerval Zanella1-0/+17
2021-01-05stdlib: Sync canonicalize with gnulib [BZ #10635] [BZ #26592] [BZ #26341] [BZ...Adhemerval Zanella2-170/+387
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert208-208/+208
2020-12-31nonstring: Enable __FORTIFY_LEVEL=3Siddhesh Poyarekar1-18/+24
2020-12-18getenv: Move call to strlen to the branch it's used in.Lode Willems1-1/+1
2020-12-14Remove strtoimax, strtoumax, wcstoimax, wcstoumax inlinesJoseph Myers1-118/+0
2020-12-12Fix spelling and grammar in several commentsJonny Grant1-1/+1
2020-12-08Make strtoimax, strtoumax, wcstoimax, wcstoumax into aliasesJoseph Myers7-5/+2
2020-10-08Revert "Fix missing redirects in testsuite targets"Andreas Schwab1-2/+2
2020-09-11Remove internal usage of extensible stat functionsAdhemerval Zanella1-1/+1
2020-07-01Fix typo in comment in bug 26137 fix.Joseph Myers1-1/+1
2020-06-30Fix strtod multiple-precision division bug (bug 26137).Joseph Myers3-2/+3577
2020-06-30random: range is not portably RAND_MAX [BZ #7003]John Marshall1-1/+1
2020-06-01mbstowcs: Document, test, and fix null pointer dst semantics (Bug 25219)Carlos O'Donell1-1/+1
2020-05-04improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]Martin Sebor2-10/+16
2020-04-30Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy3-3/+3
2020-04-28Remove unused floating-point configuration from gmp-impl.h.Joseph Myers1-50/+0
2020-04-09Add GRND_INSECURE from Linux 5.6 to sys/random.hJoseph Myers1-0/+1
2020-03-25stdlib: Move tst-system to tests-containerAdhemerval Zanella2-5/+8
2020-03-23posix: Fix system error return value [BZ #25715]Adhemerval Zanella1-4/+118
2020-03-10gcc PR 89877: miscompilation due to missing cc clobber in longlong.h macrosVineet Gupta1-2/+4
2020-02-17Prepare redirections for IEEE long double on powerpc64leGabriel F. T. Gomes3-2/+27
2020-02-17stdlib: Reduce namespace pollution in <inttypes.h>Florian Weimer1-24/+24
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers208-208/+208
2019-12-13hurd: Fix local PLTSamuel Thibault1-2/+4
2019-12-03Expand $(as-needed) and $(no-as-needed) throughout the build systemFlorian Weimer1-1/+1
2019-12-03ldbl-128ibm-compat: Add strfmon_l with IEEE long double formatRajalakshmi Srinivasaraghavan1-4/+27
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert208-208/+208
2019-08-23Fix spellings of contributor names in comments and docPaul Eggert1-1/+1
2019-08-13Declare most TS 18661-1 interfaces for C2X.Joseph Myers3-3/+3
2019-04-18malloc: make malloc fail with requests larger than PTRDIFF_MAX (BZ#23741)Adhemerval Zanella1-5/+8
2019-04-17stdlib/tst-secure-getenv: handle >64 groupsMike Gerow1-4/+15
2019-03-13Move inttypes.h and stdint.h to stdlib.Zack Weinberg2-0/+753
2019-02-27Add some spaces before '('.Joseph Myers4-6/+6
2019-02-22Break some lines before not after operators.Joseph Myers3-24/+25
2019-02-03testsuite: stdlib/isomac.c: add missing includeAurelien Jarno1-0/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers206-206/+206
2018-12-21Update longlong.h.Joseph Myers1-58/+57