about summary refs log tree commit diff
path: root/stdlib
Commit message (Expand)AuthorAgeFilesLines
* stdlib: Add testcase for BZ #26241Adhemerval Zanella2021-01-202-1/+103
* posix: Fix return value of system if shell can not be executed [BZ #27053]Adhemerval Zanella2021-01-111-0/+17
* stdlib: Sync canonicalize with gnulib [BZ #10635] [BZ #26592] [BZ #26341] [BZ...Adhemerval Zanella2021-01-052-170/+387
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-02208-208/+208
* nonstring: Enable __FORTIFY_LEVEL=3Siddhesh Poyarekar2020-12-311-18/+24
* getenv: Move call to strlen to the branch it's used in.Lode Willems2020-12-181-1/+1
* Remove strtoimax, strtoumax, wcstoimax, wcstoumax inlinesJoseph Myers2020-12-141-118/+0
* Fix spelling and grammar in several commentsJonny Grant2020-12-121-1/+1
* Make strtoimax, strtoumax, wcstoimax, wcstoumax into aliasesJoseph Myers2020-12-087-5/+2
* Revert "Fix missing redirects in testsuite targets"Andreas Schwab2020-10-081-2/+2
* Remove internal usage of extensible stat functionsAdhemerval Zanella2020-09-111-1/+1
* Fix typo in comment in bug 26137 fix.Joseph Myers2020-07-011-1/+1
* Fix strtod multiple-precision division bug (bug 26137).Joseph Myers2020-06-303-2/+3577
* random: range is not portably RAND_MAX [BZ #7003]John Marshall2020-06-301-1/+1
* mbstowcs: Document, test, and fix null pointer dst semantics (Bug 25219)Carlos O'Donell2020-06-011-1/+1
* improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]Martin Sebor2020-05-042-10/+16
* Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy2020-04-303-3/+3
* Remove unused floating-point configuration from gmp-impl.h.Joseph Myers2020-04-281-50/+0
* Add GRND_INSECURE from Linux 5.6 to sys/random.hJoseph Myers2020-04-091-0/+1
* stdlib: Move tst-system to tests-containerAdhemerval Zanella2020-03-252-5/+8
* posix: Fix system error return value [BZ #25715]Adhemerval Zanella2020-03-231-4/+118
* gcc PR 89877: miscompilation due to missing cc clobber in longlong.h macrosVineet Gupta2020-03-101-2/+4
* Prepare redirections for IEEE long double on powerpc64leGabriel F. T. Gomes2020-02-173-2/+27
* stdlib: Reduce namespace pollution in <inttypes.h>Florian Weimer2020-02-171-24/+24
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-01208-208/+208
* hurd: Fix local PLTSamuel Thibault2019-12-131-2/+4
* Expand $(as-needed) and $(no-as-needed) throughout the build systemFlorian Weimer2019-12-031-1/+1
* ldbl-128ibm-compat: Add strfmon_l with IEEE long double formatRajalakshmi Srinivasaraghavan2019-12-031-4/+27
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-07208-208/+208
* Fix spellings of contributor names in comments and docPaul Eggert2019-08-231-1/+1
* Declare most TS 18661-1 interfaces for C2X.Joseph Myers2019-08-133-3/+3
* malloc: make malloc fail with requests larger than PTRDIFF_MAX (BZ#23741)Adhemerval Zanella2019-04-181-5/+8
* stdlib/tst-secure-getenv: handle >64 groupsMike Gerow2019-04-171-4/+15
* Move inttypes.h and stdint.h to stdlib.Zack Weinberg2019-03-132-0/+753
* Add some spaces before '('.Joseph Myers2019-02-274-6/+6
* Break some lines before not after operators.Joseph Myers2019-02-223-24/+25
* testsuite: stdlib/isomac.c: add missing includeAurelien Jarno2019-02-031-0/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-01206-206/+206
* Update longlong.h.Joseph Myers2018-12-211-58/+57
* Add __v*printf_internal with flags argumentsZack Weinberg2018-12-051-1/+1
* stdlib: assert on NULL function pointer in atexit etc. [BZ #20544]Paul Pluzhnikov2018-11-304-1/+125
* Use STRFMON_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg2018-11-162-5/+6
* stdlib/test-bz22786: Avoid memory leaks in the test itselfFlorian Weimer2018-10-301-2/+4
* stdlib/tst-strtod-overflow: Switch to support_blob_repeatFlorian Weimer2018-10-301-6/+10
* stdlib/test-bz22786: Avoid spurious test failures using alias mappingsFlorian Weimer2018-10-301-10/+6
* Y2038: Add 64-bit time for all architecturesAlbert ARIBAUD (3ADEV)2018-10-241-1/+1
* Y2038: provide size of default time_t for target architectureAlbert ARIBAUD (3ADEV)2018-10-241-1/+1
* Don't reduce test timeout to less than defaultAndreas Schwab2018-10-171-1/+0
* Fix stack overflow in tst-setcontext9 (bug 23717)Andreas Schwab2018-09-271-2/+2
* Fix tst-setcontext9 for optimized small stacks.Carlos O'Donell2018-09-191-9/+38