aboutsummaryrefslogtreecommitdiff
path: root/stdlib/Makefile
AgeCommit message (Expand)Author
2023-07-05Exclude routines from fortificationFrédéric Bérat
2023-05-16stdlib: Add testcases for llabs(). (BZ #30263)Joe Simmons-Talbott
2023-05-16stdlib: Add testcases for labs(). (BZ #30263)Joe Simmons-Talbott
2023-05-16stdlib: Add testcases for abs(). (BZ #30263)Joe Simmons-Talbott
2023-05-16stdlib: Reformat Makefile.Carlos O'Donell
2023-03-08hurd: fix build of tst-system.cAdam Yi
2023-02-20stdlib: Undo post review change to 16adc58e73f3 [BZ #27749]Vitaly Buka
2023-02-16C2x strtol binary constant handlingJoseph Myers
2023-02-02stdlib: tests: don't double-define _FORTIFY_SOURCESam James
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-11-01configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella
2022-07-27arc4random: simplify design for better safetyJason A. Donenfeld
2022-07-22stdlib: Add arc4random testsAdhemerval Zanella Netto
2022-07-22stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)Adhemerval Zanella Netto
2022-06-22stdlib: Remove attr_write from mbstows if dst is NULL [BZ: 29265]Noah Goldstein
2022-06-22stdlib: Remove trailing whitespace from MakefileNoah Goldstein
2022-04-13stdlib: Reflow and sort most variable assignmentsAdhemerval Zanella
2022-01-21realpath: Set errno to ENAMETOOLONG for result larger than PATH_MAX [BZ #28770]Siddhesh Poyarekar
2022-01-13stdlib: Fix formatting of tests list in MakefileSiddhesh Poyarekar
2022-01-13stdlib: Sort tests in MakefileSiddhesh Poyarekar
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-06-03dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer
2021-05-16Enable support for GCC 11 -Wmismatched-dealloc.Martin Sebor
2021-05-14stdlib: Fix data race in __run_exit_handlers [BZ #27749]Vitaly Buka
2021-01-20stdlib: Add testcase for BZ #26241Adhemerval Zanella
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-08Make strtoimax, strtoumax, wcstoimax, wcstoumax into aliasesJoseph Myers
2020-10-08Revert "Fix missing redirects in testsuite targets"Andreas Schwab
2020-03-25stdlib: Move tst-system to tests-containerAdhemerval Zanella
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-12-03Expand $(as-needed) and $(no-as-needed) throughout the build systemFlorian Weimer
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-11-30stdlib: assert on NULL function pointer in atexit etc. [BZ #20544]Paul Pluzhnikov
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-07-25Add tests for setcontext on the context from makecontextH.J. Lu
2018-07-25Add a test for multiple setcontext callsH.J. Lu
2018-07-25Add another test for setcontextH.J. Lu
2018-07-25Add a test for multiple makecontext callsH.J. Lu
2018-07-24Add <bits/indirect-return.h>H.J. Lu
2018-06-15Add tests for sign of NaN returned by strtod (bug 23007).Joseph Myers
2018-05-29stdlib: Additional tests need generated locale dependenciesFlorian Weimer
2018-05-08Fix BZ 22786: integer addition overflow may cause stack buffer overflowPaul Pluzhnikov
2018-03-04Separate out error_t definitionSamuel Thibault
2018-01-04i386: In makecontext, align the stack before calling exit [BZ #22667]Florian Weimer
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu
2017-09-21Fix BZ# 22180.Paul Pluzhnikov
2017-09-20Fix BZ 14333Paul Pluzhnikov