about summary refs log tree commit diff
path: root/stdlib
Commit message (Expand)AuthorAgeFilesLines
* testsuite: stdlib/isomac.c: add missing includeAurelien Jarno10 days1-0/+1
* support: Add capability to fork an sgid childSiddhesh Poyarekar2021-04-141-170/+18
* stdlib/tst-strtod-overflow: Switch to support_blob_repeatFlorian Weimer2018-11-021-6/+10
* stdlib/test-bz22786: Avoid memory leaks in the test itselfFlorian Weimer2018-11-021-2/+4
* stdlib/test-bz22786: Avoid spurious test failures using alias mappingsFlorian Weimer2018-11-021-10/+6
* Test stdlib/test-bz22786 exits now with unsupported if malloc fails.Stefan Liebler2018-11-021-3/+12
* Fix BZ#23400 (creating temporary files in source tree), and undefined behavio...Paul Pluzhnikov2018-11-021-27/+12
* 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-201-9/+38
* Add tests for setcontext on the context from makecontextH.J. Lu2018-07-255-1/+360
* Add a test for multiple setcontext callsH.J. Lu2018-07-252-1/+89
* Add another test for setcontextH.J. Lu2018-07-252-1/+218
* Add a test for multiple makecontext callsH.J. Lu2018-07-252-1/+110
* Add <bits/indirect-return.h>H.J. Lu2018-07-242-2/+6
* Avoid insecure usage of tmpnam in tests.Joseph Myers2018-07-181-4/+10
* Add long double input for strfmon testRajalakshmi Srinivasaraghavan2018-06-301-10/+28
* Disallow use of DES encryption functions in new programs.Zack Weinberg2018-06-291-6/+0
* Add tests for sign of NaN returned by strtod (bug 23007).Joseph Myers2018-06-153-1/+75
* Fix sign of NaN returned by strtod (bug 23007).Herman ten Brugge2018-06-151-1/+1
* Fix strtod overflow detection (bug 23279).Joseph Myers2018-06-135-4391/+4845
* stdlib: Additional tests need generated locale dependenciesFlorian Weimer2018-05-291-0/+2
* math: Merge strtod_nan_*.h into math-type-macros-*.hFlorian Weimer2018-05-166-63/+4
* Do not include math-barriers.h in math_private.h.Joseph Myers2018-05-111-1/+1
* Fix BZ 22786: integer addition overflow may cause stack buffer overflowPaul Pluzhnikov2018-05-083-2/+92
* Move math_narrow_eval to separate math-narrow-eval.h.Joseph Myers2018-05-091-0/+1
* Fix tst-strfmon_l test for hr_HR localeMike FABIAN2018-04-241-2/+2
* hurd: Avoid some PLTs in libc and librtSamuel Thibault2018-04-021-1/+1
* Fix signed integer overflow in random_r (bug 17343).Joseph Myers2018-03-201-5/+4
* Separate out error_t definitionSamuel Thibault2018-03-042-7/+2
* Use libc_hidden_* for atoi (bug 15105).Joseph Myers2018-02-261-0/+1
* hurd: Fix buildSamuel Thibault2018-02-041-1/+4
* stdlib: Fixing test-*atexit*-race tests on ia64Adhemerval Zanella2018-02-011-1/+4
* i386: In makecontext, align the stack before calling exit [BZ #22667]Florian Weimer2018-01-042-1/+243
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-01196-196/+196
* getrandom: fix comment [BZ #22347]Dmitry V. Levin2017-12-231-2/+2
* Simplify tilegx sysdeps folderAdhemerval Zanella2017-12-201-1/+1
* Fix testing with read-only source directory.Joseph Myers2017-12-151-1/+1
* Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu2017-12-111-13/+13
* Add _Float32 function aliases.Joseph Myers2017-12-071-4/+4
* Support defining strtof32, wcstof32 aliases.Joseph Myers2017-12-062-0/+34
* Support defining strfromf32 alias.Joseph Myers2017-12-061-0/+16
* Add _Float64, _Float32x function aliases.Joseph Myers2017-12-061-0/+5
* Support defining strtof64, strtof32x, wcstof64, wcstof32x aliases.Joseph Myers2017-12-052-0/+80
* Support defining strfromf64, strfromf32x aliases.Joseph Myers2017-12-051-0/+25
* Fix test case for hr_HR monetary formattingMike FABIAN2017-11-301-4/+4
* Add _Float64x function aliases.Joseph Myers2017-11-271-0/+5
* Support strfromf64x alias.Joseph Myers2017-11-241-1/+14
* Support strtof64x, wcstof64x aliases.Joseph Myers2017-11-241-0/+14
* Define __STDC_WANT_IEC_60559_TYPES_EXT__ in tst-strtod-round-skeleton.c.Joseph Myers2017-11-241-0/+1
* Move wcstof128 symbol versions to wcsmbs/Versions.Joseph Myers2017-11-241-2/+0