]> git.ipfire.org Git - thirdparty/glibc.git/history - stdlib
aarch64: Update ILP32 abilists for glibc 2.33
[thirdparty/glibc.git] / stdlib /
2021-01-20  Adhemerval Zanellastdlib: Add testcase for BZ #26241
2021-01-11  Adhemerval Zanellaposix: Fix return value of system if shell can not...
2021-01-05  Adhemerval Zanellastdlib: Sync canonicalize with gnulib [BZ #10635] ...
2021-01-02  Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-12-31  Siddhesh Poyarekarnonstring: Enable __FORTIFY_LEVEL=3
2020-12-18  Lode Willemsgetenv: Move call to strlen to the branch it's used in.
2020-12-14  Joseph MyersRemove strtoimax, strtoumax, wcstoimax, wcstoumax inlines
2020-12-12  Jonny GrantFix spelling and grammar in several comments
2020-12-08  Joseph MyersMake strtoimax, strtoumax, wcstoimax, wcstoumax into...
2020-10-08  Andreas SchwabRevert "Fix missing redirects in testsuite targets"
2020-09-11  Adhemerval ZanellaRemove internal usage of extensible stat functions
2020-07-01  Joseph MyersFix typo in comment in bug 26137 fix.
2020-06-30  Joseph MyersFix strtod multiple-precision division bug (bug 26137).
2020-06-30  John Marshallrandom: range is not portably RAND_MAX [BZ #7003]
2020-06-01  Carlos O'Donellmbstowcs: Document, test, and fix null pointer dst...
2020-05-04  Martin Seborimprove out-of-bounds checking with GCC 10 attribute...
2020-04-30  Paul E. MurphyRename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIREC...
2020-04-28  Joseph MyersRemove unused floating-point configuration from gmp...
2020-04-09  Joseph MyersAdd GRND_INSECURE from Linux 5.6 to sys/random.h
2020-03-25  Adhemerval Zanellastdlib: Move tst-system to tests-container
2020-03-23  Adhemerval Zanellaposix: Fix system error return value [BZ #25715]
2020-03-11  Vineet Guptagcc PR 89877: miscompilation due to missing cc clobber...
2020-02-17  Gabriel F. T. GomesPrepare redirections for IEEE long double on powerpc64le
2020-02-17  Florian Weimerstdlib: Reduce namespace pollution in <inttypes.h>
2020-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-12-13  Samuel Thibaulthurd: Fix local PLT
2019-12-03  Florian WeimerExpand $(as-needed) and $(no-as-needed) throughout...
2019-12-03  Rajalakshmi Sriniv... ldbl-128ibm-compat: Add strfmon_l with IEEE long double...
2019-09-07  Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-08-23  Paul EggertFix spellings of contributor names in comments and doc
2019-08-13  Joseph MyersDeclare most TS 18661-1 interfaces for C2X.
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...
next