aboutsummaryrefslogtreecommitdiff
path: root/stdlib
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers206-206/+206
2018-12-21Update longlong.h.Joseph Myers1-58/+57
2018-12-05Add __v*printf_internal with flags argumentsZack Weinberg1-1/+1
2018-11-30stdlib: assert on NULL function pointer in atexit etc. [BZ #20544]Paul Pluzhnikov4-1/+125
2018-11-16Use STRFMON_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg2-5/+6
2018-10-30stdlib/test-bz22786: Avoid memory leaks in the test itselfFlorian Weimer1-2/+4
2018-10-30stdlib/tst-strtod-overflow: Switch to support_blob_repeatFlorian Weimer1-6/+10
2018-10-30stdlib/test-bz22786: Avoid spurious test failures using alias mappingsFlorian Weimer1-10/+6
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-10-17Don't reduce test timeout to less than defaultAndreas Schwab1-1/+0
2018-09-27Fix stack overflow in tst-setcontext9 (bug 23717)Andreas Schwab1-2/+2
2018-09-19Fix tst-setcontext9 for optimized small stacks.Carlos O'Donell1-9/+38
2018-08-30reallocarray: Declare under _DEFAULT_SOURCEFlorian Weimer1-1/+1
2018-08-30Test stdlib/test-bz22786 exits now with unsupported if malloc fails.Stefan Liebler1-3/+12
2018-08-24Fix BZ#23400 (creating temporary files in source tree), and undefined behavio...Paul Pluzhnikov1-27/+12
2018-08-13mbstowcs: Remove outdated commentFlorian Weimer1-6/+1
2018-08-10Move __fentry__ version definition to sysdeps/{i386,x86_64}Ilya Leoshkevich1-3/+0
2018-07-25Add tests for setcontext on the context from makecontextH.J. Lu5-1/+360
2018-07-25Add a test for multiple setcontext callsH.J. Lu2-1/+89
2018-07-25Add another test for setcontextH.J. Lu2-1/+218
2018-07-25Add a test for multiple makecontext callsH.J. Lu2-1/+110
2018-07-24Add <bits/indirect-return.h>H.J. Lu2-2/+6
2018-07-18Avoid insecure usage of tmpnam in tests.Joseph Myers1-4/+10
2018-06-30Add long double input for strfmon testRajalakshmi Srinivasaraghavan1-10/+28
2018-06-29Disallow use of DES encryption functions in new programs.Zack Weinberg1-6/+0
2018-06-15Add tests for sign of NaN returned by strtod (bug 23007).Joseph Myers3-1/+75
2018-06-15Fix sign of NaN returned by strtod (bug 23007).Herman ten Brugge1-1/+1
2018-06-13Fix strtod overflow detection (bug 23279).Joseph Myers5-4391/+4845
2018-05-29stdlib: Additional tests need generated locale dependenciesFlorian Weimer1-0/+2
2018-05-16math: Merge strtod_nan_*.h into math-type-macros-*.hFlorian Weimer6-63/+4
2018-05-11Do not include math-barriers.h in math_private.h.Joseph Myers1-1/+1
2018-05-08Fix BZ 22786: integer addition overflow may cause stack buffer overflowPaul Pluzhnikov3-2/+92
2018-05-09Move math_narrow_eval to separate math-narrow-eval.h.Joseph Myers1-0/+1
2018-04-24Fix tst-strfmon_l test for hr_HR localeMike FABIAN1-2/+2
2018-04-02hurd: Avoid some PLTs in libc and librtSamuel Thibault1-1/+1
2018-03-20Fix signed integer overflow in random_r (bug 17343).Joseph Myers1-5/+4
2018-03-04Separate out error_t definitionSamuel Thibault2-7/+2
2018-02-26Use libc_hidden_* for atoi (bug 15105).Joseph Myers1-0/+1
2018-02-04hurd: Fix buildSamuel Thibault1-1/+4
2018-02-01stdlib: Fixing test-*atexit*-race tests on ia64Adhemerval Zanella1-1/+4
2018-01-04i386: In makecontext, align the stack before calling exit [BZ #22667]Florian Weimer2-1/+243
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers196-196/+196
2017-12-23getrandom: fix comment [BZ #22347]Dmitry V. Levin1-2/+2
2017-12-20Simplify tilegx sysdeps folderAdhemerval Zanella1-1/+1
2017-12-15Fix testing with read-only source directory.Joseph Myers1-1/+1
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu1-13/+13
2017-12-07Add _Float32 function aliases.Joseph Myers1-4/+4
2017-12-06Support defining strtof32, wcstof32 aliases.Joseph Myers2-0/+34
2017-12-06Support defining strfromf32 alias.Joseph Myers1-0/+16