summaryrefslogtreecommitdiff
path: root/stdlib
AgeCommit message (Expand)Author
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-07-18Avoid insecure usage of tmpnam in tests.Joseph Myers
2018-06-30Add long double input for strfmon testRajalakshmi Srinivasaraghavan
2018-06-29Disallow use of DES encryption functions in new programs.Zack Weinberg
2018-06-15Add tests for sign of NaN returned by strtod (bug 23007).Joseph Myers
2018-06-15Fix sign of NaN returned by strtod (bug 23007).Herman ten Brugge
2018-06-13Fix strtod overflow detection (bug 23279).Joseph Myers
2018-05-29stdlib: Additional tests need generated locale dependenciesFlorian Weimer
2018-05-16math: Merge strtod_nan_*.h into math-type-macros-*.hFlorian Weimer
2018-05-11Do not include math-barriers.h in math_private.h.Joseph Myers
2018-05-08Fix BZ 22786: integer addition overflow may cause stack buffer overflowPaul Pluzhnikov
2018-05-09Move math_narrow_eval to separate math-narrow-eval.h.Joseph Myers
2018-04-24Fix tst-strfmon_l test for hr_HR localeMike FABIAN
2018-04-02hurd: Avoid some PLTs in libc and librtSamuel Thibault
2018-03-20Fix signed integer overflow in random_r (bug 17343).Joseph Myers
2018-03-04Separate out error_t definitionSamuel Thibault
2018-02-26Use libc_hidden_* for atoi (bug 15105).Joseph Myers
2018-02-04hurd: Fix buildSamuel Thibault
2018-02-01stdlib: Fixing test-*atexit*-race tests on ia64Adhemerval Zanella
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-23getrandom: fix comment [BZ #22347]Dmitry V. Levin
2017-12-20Simplify tilegx sysdeps folderAdhemerval Zanella
2017-12-15Fix testing with read-only source directory.Joseph Myers
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu
2017-12-07Add _Float32 function aliases.Joseph Myers
2017-12-06Support defining strtof32, wcstof32 aliases.Joseph Myers
2017-12-06Support defining strfromf32 alias.Joseph Myers
2017-12-06Add _Float64, _Float32x function aliases.Joseph Myers
2017-12-05Support defining strtof64, strtof32x, wcstof64, wcstof32x aliases.Joseph Myers
2017-12-05Support defining strfromf64, strfromf32x aliases.Joseph Myers
2017-11-30Fix test case for hr_HR monetary formattingMike FABIAN
2017-11-27Add _Float64x function aliases.Joseph Myers
2017-11-24Support strfromf64x alias.Joseph Myers
2017-11-24Support strtof64x, wcstof64x aliases.Joseph Myers
2017-11-24Define __STDC_WANT_IEC_60559_TYPES_EXT__ in tst-strtod-round-skeleton.c.Joseph Myers
2017-11-24Move wcstof128 symbol versions to wcsmbs/Versions.Joseph Myers
2017-11-07Handle more _FloatN, _FloatNx types in type-generic strtod tests.Joseph Myers
2017-11-03Declare strtof, strfromf functions for more _FloatN, _FloatNx types.Joseph Myers
2017-10-17Place monetary symbol in el_GR and el_CY after the amountMike FABIAN
2017-10-16Move some float128 symbol version definitions.Joseph Myers
2017-10-16Support strtof128 etc. aliases.Joseph Myers
2017-10-13Support strfromf128 alias.Joseph Myers
2017-10-05abort: Do not flush stdio streams [BZ #15436]Florian Weimer
2017-10-01Hide internal __new_exitfn function [BZ #18822]H.J. Lu
2017-10-01Mark internal gmp functions with attribute_hidden [BZ #18822]H.J. Lu