about summary refs log tree commit diff
path: root/stdlib/Makefile
Commit message (Expand)AuthorAgeFilesLines
* hurd: fix build of tst-system.cAdam Yi2024-05-021-0/+1
* stdlib: Undo post review change to 16adc58e73f3 [BZ #27749]Vitaly Buka2023-02-201-0/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella2022-11-011-0/+12
* arc4random: simplify design for better safetyJason A. Donenfeld2022-07-271-2/+0
* stdlib: Add arc4random testsAdhemerval Zanella Netto2022-07-221-0/+7
* stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)Adhemerval Zanella Netto2022-07-221-0/+2
* stdlib: Remove attr_write from mbstows if dst is NULL [BZ: 29265]Noah Goldstein2022-06-221-0/+3
* stdlib: Remove trailing whitespace from MakefileNoah Goldstein2022-06-221-1/+1
* stdlib: Reflow and sort most variable assignmentsAdhemerval Zanella2022-04-131-63/+227
* realpath: Set errno to ENAMETOOLONG for result larger than PATH_MAX [BZ #28770]Siddhesh Poyarekar2022-01-211-0/+1
* stdlib: Fix formatting of tests list in MakefileSiddhesh Poyarekar2022-01-131-75/+77
* stdlib: Sort tests in MakefileSiddhesh Poyarekar2022-01-131-24/+75
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer2021-06-031-5/+3
* Enable support for GCC 11 -Wmismatched-dealloc.Martin Sebor2021-05-161-1/+2
* stdlib: Fix data race in __run_exit_handlers [BZ #27749]Vitaly Buka2021-05-141-1/+3
* stdlib: Add testcase for BZ #26241Adhemerval Zanella2021-01-201-1/+2
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Make strtoimax, strtoumax, wcstoimax, wcstoumax into aliasesJoseph Myers2020-12-081-1/+0
* Revert "Fix missing redirects in testsuite targets"Andreas Schwab2020-10-081-2/+2
* stdlib: Move tst-system to tests-containerAdhemerval Zanella2020-03-251-1/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Expand $(as-needed) and $(no-as-needed) throughout the build systemFlorian Weimer2019-12-031-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* stdlib: assert on NULL function pointer in atexit etc. [BZ #20544]Paul Pluzhnikov2018-11-301-1/+1
* 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
* Add tests for setcontext on the context from makecontextH.J. Lu2018-07-251-1/+3
* Add a test for multiple setcontext callsH.J. Lu2018-07-251-1/+1
* Add another test for setcontextH.J. Lu2018-07-251-1/+1
* Add a test for multiple makecontext callsH.J. Lu2018-07-251-1/+2
* Add <bits/indirect-return.h>H.J. Lu2018-07-241-1/+1
* Add tests for sign of NaN returned by strtod (bug 23007).Joseph Myers2018-06-151-1/+2
* stdlib: Additional tests need generated locale dependenciesFlorian Weimer2018-05-291-0/+2
* Fix BZ 22786: integer addition overflow may cause stack buffer overflowPaul Pluzhnikov2018-05-081-1/+1
* Separate out error_t definitionSamuel Thibault2018-03-041-1/+1
* i386: In makecontext, align the stack before calling exit [BZ #22667]Florian Weimer2018-01-041-1/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu2017-12-111-13/+13
* Fix BZ# 22180.Paul Pluzhnikov2017-09-211-2/+8
* Fix BZ 14333Paul Pluzhnikov2017-09-201-1/+8
* 2017-08-27 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2017-08-271-1/+3
* Fix stdlib/tst-strfmon_l.c test case to agree with the changes in Indian mone...Mike FABIAN2017-08-101-1/+1
* Fix missing redirects in testsuite targetsAndreas Schwab2017-08-071-3/+3
* float128: Add strtof128, wcstof128, and related functions.Paul E. Murphy2017-06-121-0/+1
* Suppress internal declarations for most of the testsuite.Zack Weinberg2017-05-111-7/+10
* Fix network headers stdint.h namespace (bug 21455).Joseph Myers2017-05-041-1/+2
* Fix environment traversal when an envvar value is emptySiddhesh Poyarekar2017-01-201-0/+3