malloc: Add nptl, htl dependency for the subdirectory [BZ #24757]
[external/glibc.git] / stdlib /
2019-04-18 Adhemerval Zanellamalloc: make malloc fail with requests larger than...
2019-04-17 Mike Gerowstdlib/tst-secure-getenv: handle >64 groups
2019-03-13 Zack WeinbergMove inttypes.h and stdint.h to stdlib.
2019-02-27 Joseph MyersAdd some spaces before '('.
2019-02-22 Joseph MyersBreak some lines before not after operators.
2019-02-03 Aurelien Jarnotestsuite: stdlib/isomac.c: add missing include
2019-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-12-21 Joseph MyersUpdate longlong.h.
2018-12-05 Zack WeinbergAdd __v*printf_internal with flags arguments
2018-12-01 Paul Pluzhnikovstdlib: assert on NULL function pointer in atexit etc...
2018-11-16 Zack WeinbergUse STRFMON_LDBL_IS_DBL instead of __ldbl_is_dbl.
2018-10-31 Samuel ThibaultMerge branch 'master' of git://sourceware.org/git/glibc
2018-10-30 Florian Weimerstdlib/test-bz22786: Avoid memory leaks in the test...
2018-10-30 Florian Weimerstdlib/tst-strtod-overflow: Switch to support_blob_repeat
2018-10-30 Florian Weimerstdlib/test-bz22786: Avoid spurious test failures using...
2018-10-24 Albert ARIBAUD ... Y2038: Add 64-bit time for all architectures
2018-10-24 Albert ARIBAUD ... Y2038: provide size of default time_t for target...
2018-10-17 Andreas SchwabDon't reduce test timeout to less than default
2018-09-27 Andreas SchwabFix stack overflow in tst-setcontext9 (bug 23717)
2018-09-20 Carlos O'DonellFix tst-setcontext9 for optimized small stacks.
2018-08-30 Florian Weimerreallocarray: Declare under _DEFAULT_SOURCE
2018-08-30 Stefan LieblerTest stdlib/test-bz22786 exits now with unsupported...
2018-08-25 Paul PluzhnikovFix BZ#23400 (creating temporary files in source tree...
2018-08-13 Florian Weimermbstowcs: Remove outdated comment
2018-08-10 Ilya LeoshkevichMove __fentry__ version definition to sysdeps/{i386...
2018-07-25 H.J. LuAdd tests for setcontext on the context from makecontext
2018-07-25 H.J. LuAdd a test for multiple setcontext calls
2018-07-25 H.J. LuAdd another test for setcontext
2018-07-25 H.J. LuAdd a test for multiple makecontext calls
2018-07-24 H.J. LuAdd <bits/indirect-return.h>
2018-07-18 Joseph MyersAvoid insecure usage of tmpnam in tests.
2018-06-30 Rajalakshmi Sriniv... Add long double input for strfmon test
2018-06-29 Zack WeinbergDisallow use of DES encryption functions in new programs.
2018-06-15 Joseph MyersAdd tests for sign of NaN returned by strtod (bug 23007).
2018-06-15 Herman ten BruggeFix sign of NaN returned by strtod (bug 23007).
2018-06-13 Joseph MyersFix strtod overflow detection (bug 23279).
2018-05-29 Florian Weimerstdlib: Additional tests need generated locale dependencies
2018-05-16 Florian Weimermath: Merge strtod_nan_*.h into math-type-macros-*.h
2018-05-11 Joseph MyersDo not include math-barriers.h in math_private.h.
2018-05-09 Paul PluzhnikovFix BZ 22786: integer addition overflow may cause stack...
2018-05-09 Joseph MyersMove math_narrow_eval to separate math-narrow-eval.h.
2018-04-24 Mike FABIANFix tst-strfmon_l test for hr_HR locale
2018-04-02 Samuel Thibaulthurd: Avoid some PLTs in libc and librt
2018-03-20 Joseph MyersFix signed integer overflow in random_r (bug 17343).
2018-03-04 Samuel ThibaultSeparate out error_t definition
2018-02-26 Joseph MyersUse libc_hidden_* for atoi (bug 15105).
2018-02-04 Samuel Thibaulthurd: Fix build
2018-02-01 Adhemerval Zanellastdlib: Fixing test-*atexit*-race tests on ia64
2018-01-04 Florian Weimeri386: In makecontext, align the stack before calling...
2018-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-12-23 Dmitry V. Levingetrandom: fix comment [BZ #22347]
2017-12-20 Adhemerval ZanellaSimplify tilegx sysdeps folder
2017-12-15 Joseph MyersFix testing with read-only source directory.
2017-12-11 H.J. LuReplace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c
2017-12-07 Joseph MyersAdd _Float32 function aliases.
2017-12-06 Joseph MyersSupport defining strtof32, wcstof32 aliases.
2017-12-06 Joseph MyersSupport defining strfromf32 alias.
2017-12-06 Joseph MyersAdd _Float64, _Float32x function aliases.
2017-12-05 Joseph MyersSupport defining strtof64, strtof32x, wcstof64, wcstof3...
2017-12-05 Joseph MyersSupport defining strfromf64, strfromf32x aliases.
2017-11-30 Mike FABIANFix test case for hr_HR monetary formatting
2017-11-27 Joseph MyersAdd _Float64x function aliases.
2017-11-24 Joseph MyersSupport strfromf64x alias.
2017-11-24 Joseph MyersSupport strtof64x, wcstof64x aliases.
2017-11-24 Joseph MyersDefine __STDC_WANT_IEC_60559_TYPES_EXT__ in tst-strtod...
2017-11-24 Joseph MyersMove wcstof128 symbol versions to wcsmbs/Versions.
2017-11-07 Joseph MyersHandle more _FloatN, _FloatNx types in type-generic...
2017-11-03 Joseph MyersDeclare strtof, strfromf functions for more _FloatN...
2017-10-17 Mike FABIANPlace monetary symbol in el_GR and el_CY after the...
2017-10-16 Joseph MyersMove some float128 symbol version definitions.
2017-10-16 Joseph MyersSupport strtof128 etc. aliases.
2017-10-13 Joseph MyersSupport strfromf128 alias.
2017-10-05 Florian Weimerabort: Do not flush stdio streams [BZ #15436]
2017-10-02 H.J. LuHide internal __new_exitfn function [BZ #18822]
2017-10-01 H.J. LuMark internal gmp functions with attribute_hidden ...
2017-10-01 H.J. LuMark internal stdlib functions with attribute_hidden...
2017-09-26 H.J. LuMark __dso_handle as hidden [BZ #18822]
2017-09-26 Paul PluzhnikovReduce total memory required to create all threads...
2017-09-21 Paul PluzhnikovFix BZ# 22180.
2017-09-21 Paul PluzhnikovImplement xdlopen, xdlsym and xdlclose routines which...
2017-09-20 Paul PluzhnikovOops. stdlib/test-atexit-race-common.c should have...
2017-09-20 Paul PluzhnikovFix BZ 14333
2017-09-01 Paul Pluzhnikov2017-09-01 Paul Pluzhnikov <ppluzhnikov@google.com>
2017-09-01 Paul Pluzhnikov2017-09-01 Paul Pluzhnikov <ppluzhnikov@google.com>
2017-08-31 Florian Weimerstdlib: Remove internal_function attribute
2017-08-29 Paul Pluzhnikov2017-08-29 Paul Pluzhnikov <ppluzhnikov@google.com>
2017-08-28 Paul Pluzhnikov2017-08-27 Paul Pluzhnikov <ppluzhnikov@google.com>
2017-08-22 H.J. LuHide internal printf functions [BZ #18822/21986]
2017-08-13 Florian WeimerRemove internal_function attribute from string-to-float...
2017-08-12 Mike FABIANAdapt test case data to the changes in the thousands...
2017-08-10 Mike FABIANFix stdlib/tst-strfmon_l.c test case to agree with...
2017-08-07 Joseph MyersRemove __long_double_t.
2017-08-07 Andreas SchwabFix missing redirects in testsuite targets
2017-08-03 Aurelien JarnoFix the return type of the getentropy stub
2017-06-22 Gabriel F. T. GomesProvide an additional macro expansion for F128 in stdli...
2017-06-21 Zack WeinbergUse locale_t, not __locale_t, throughout glibc
2017-06-21 Zack WeinbergRename xlocale.h to bits/types/__locale_t.h.
2017-06-14 Zack WeinbergRemove __need macros from errno.h (__need_Emath, __need...
2017-06-12 Paul E. Murphyfloat128: Add strtof128, wcstof128, and related functions.
2017-06-10 Zack WeinbergCorrect an outdated comment in stdlib/errno.h.
next