aboutsummaryrefslogtreecommitdiff
path: root/stdlib/Makefile
AgeCommit message (Expand)AuthorFilesLines
2022-11-01configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella1-0/+12
2022-07-27arc4random: simplify design for better safetyJason A. Donenfeld1-2/+0
2022-07-22stdlib: Add arc4random testsAdhemerval Zanella Netto1-0/+7
2022-07-22stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)Adhemerval Zanella Netto1-0/+2
2022-06-22stdlib: Remove attr_write from mbstows if dst is NULL [BZ: 29265]Noah Goldstein1-0/+3
2022-06-22stdlib: Remove trailing whitespace from MakefileNoah Goldstein1-1/+1
2022-04-13stdlib: Reflow and sort most variable assignmentsAdhemerval Zanella1-63/+227
2022-01-21realpath: Set errno to ENAMETOOLONG for result larger than PATH_MAX [BZ #28770]Siddhesh Poyarekar1-0/+1
2022-01-13stdlib: Fix formatting of tests list in MakefileSiddhesh Poyarekar1-75/+77
2022-01-13stdlib: Sort tests in MakefileSiddhesh Poyarekar1-24/+75
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-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 Sebor1-1/+2
2021-05-14stdlib: Fix data race in __run_exit_handlers [BZ #27749]Vitaly Buka1-1/+3
2021-01-20stdlib: Add testcase for BZ #26241Adhemerval Zanella1-1/+2
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-12-08Make strtoimax, strtoumax, wcstoimax, wcstoumax into aliasesJoseph Myers1-1/+0
2020-10-08Revert "Fix missing redirects in testsuite targets"Andreas Schwab1-2/+2
2020-03-25stdlib: Move tst-system to tests-containerAdhemerval Zanella1-1/+2
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-12-03Expand $(as-needed) and $(no-as-needed) throughout the build systemFlorian Weimer1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-11-30stdlib: assert on NULL function pointer in atexit etc. [BZ #20544]Paul Pluzhnikov1-1/+1
2018-10-24Y2038: Add 64-bit time for all architecturesAlbert ARIBAUD (3ADEV)1-1/+1
2018-10-24 Y2038: provide size of default time_t for target architectureAlbert ARIBAUD (3ADEV)1-1/+1
2018-07-25Add tests for setcontext on the context from makecontextH.J. Lu1-1/+3
2018-07-25Add a test for multiple setcontext callsH.J. Lu1-1/+1
2018-07-25Add another test for setcontextH.J. Lu1-1/+1
2018-07-25Add a test for multiple makecontext callsH.J. Lu1-1/+2
2018-07-24Add <bits/indirect-return.h>H.J. Lu1-1/+1
2018-06-15Add tests for sign of NaN returned by strtod (bug 23007).Joseph Myers1-1/+2
2018-05-29stdlib: Additional tests need generated locale dependenciesFlorian Weimer1-0/+2
2018-05-08Fix BZ 22786: integer addition overflow may cause stack buffer overflowPaul Pluzhnikov1-1/+1
2018-03-04Separate out error_t definitionSamuel Thibault1-1/+1
2018-01-04i386: In makecontext, align the stack before calling exit [BZ #22667]Florian Weimer1-1/+2
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu1-13/+13
2017-09-21Fix BZ# 22180.Paul Pluzhnikov1-2/+8
2017-09-20Fix BZ 14333Paul Pluzhnikov1-1/+8
2017-08-272017-08-27 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov1-1/+3
2017-08-10Fix stdlib/tst-strfmon_l.c test case to agree with the changes in Indian mone...Mike FABIAN1-1/+1
2017-08-07Fix missing redirects in testsuite targetsAndreas Schwab1-3/+3
2017-06-12float128: Add strtof128, wcstof128, and related functions.Paul E. Murphy1-0/+1
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg1-7/+10
2017-05-04Fix network headers stdint.h namespace (bug 21455).Joseph Myers1-1/+2
2017-01-20Fix environment traversal when an envvar value is emptySiddhesh Poyarekar1-0/+3
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-12-12Add getentropy, getrandom, <sys/random.h> [BZ #17252]Florian Weimer1-3/+4
2016-10-25Add tests for strfrom functionsRajalakshmi Srinivasaraghavan1-1/+3