aboutsummaryrefslogtreecommitdiff
path: root/stdlib
AgeCommit message (Expand)Author
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-31nonstring: Enable __FORTIFY_LEVEL=3Siddhesh Poyarekar
2020-12-18getenv: Move call to strlen to the branch it's used in.Lode Willems
2020-12-14Remove strtoimax, strtoumax, wcstoimax, wcstoumax inlinesJoseph Myers
2020-12-12Fix spelling and grammar in several commentsJonny Grant
2020-12-08Make strtoimax, strtoumax, wcstoimax, wcstoumax into aliasesJoseph Myers
2020-10-08Revert "Fix missing redirects in testsuite targets"Andreas Schwab
2020-09-11Remove internal usage of extensible stat functionsAdhemerval Zanella
2020-07-01Fix typo in comment in bug 26137 fix.Joseph Myers
2020-06-30Fix strtod multiple-precision division bug (bug 26137).Joseph Myers
2020-06-30random: range is not portably RAND_MAX [BZ #7003]John Marshall
2020-06-01mbstowcs: Document, test, and fix null pointer dst semantics (Bug 25219)Carlos O'Donell
2020-05-04improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]Martin Sebor
2020-04-30Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy
2020-04-28Remove unused floating-point configuration from gmp-impl.h.Joseph Myers
2020-04-09Add GRND_INSECURE from Linux 5.6 to sys/random.hJoseph Myers
2020-03-25stdlib: Move tst-system to tests-containerAdhemerval Zanella
2020-03-23posix: Fix system error return value [BZ #25715]Adhemerval Zanella
2020-03-10gcc PR 89877: miscompilation due to missing cc clobber in longlong.h macrosVineet Gupta
2020-02-17Prepare redirections for IEEE long double on powerpc64leGabriel F. T. Gomes
2020-02-17stdlib: Reduce namespace pollution in <inttypes.h>Florian Weimer
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-12-13hurd: Fix local PLTSamuel Thibault
2019-12-03Expand $(as-needed) and $(no-as-needed) throughout the build systemFlorian Weimer
2019-12-03ldbl-128ibm-compat: Add strfmon_l with IEEE long double formatRajalakshmi Srinivasaraghavan
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-08-23Fix spellings of contributor names in comments and docPaul Eggert
2019-08-13Declare most TS 18661-1 interfaces for C2X.Joseph Myers
2019-04-18malloc: make malloc fail with requests larger than PTRDIFF_MAX (BZ#23741)Adhemerval Zanella
2019-04-17stdlib/tst-secure-getenv: handle >64 groupsMike Gerow
2019-03-13Move inttypes.h and stdint.h to stdlib.Zack Weinberg
2019-02-27Add some spaces before '('.Joseph Myers
2019-02-22Break some lines before not after operators.Joseph Myers
2019-02-03testsuite: stdlib/isomac.c: add missing includeAurelien Jarno
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-12-21Update longlong.h.Joseph Myers
2018-12-05Add __v*printf_internal with flags argumentsZack Weinberg
2018-11-30stdlib: assert on NULL function pointer in atexit etc. [BZ #20544]Paul Pluzhnikov
2018-11-16Use STRFMON_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg
2018-10-30stdlib/test-bz22786: Avoid memory leaks in the test itselfFlorian Weimer
2018-10-30stdlib/tst-strtod-overflow: Switch to support_blob_repeatFlorian Weimer
2018-10-30stdlib/test-bz22786: Avoid spurious test failures using alias mappingsFlorian Weimer
2018-10-24Y2038: Add 64-bit time for all architecturesAlbert ARIBAUD (3ADEV)
2018-10-24 Y2038: provide size of default time_t for target architectureAlbert ARIBAUD (3ADEV)
2018-10-17Don't reduce test timeout to less than defaultAndreas Schwab
2018-09-27Fix stack overflow in tst-setcontext9 (bug 23717)Andreas Schwab
2018-09-19Fix tst-setcontext9 for optimized small stacks.Carlos O'Donell
2018-08-30reallocarray: Declare under _DEFAULT_SOURCEFlorian Weimer
2018-08-30Test stdlib/test-bz22786 exits now with unsupported if malloc fails.Stefan Liebler
2018-08-24Fix BZ#23400 (creating temporary files in source tree), and undefined behavio...Paul Pluzhnikov