improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]
[platform/upstream/glibc.git] / stdlib / stdlib.h
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-02-17 Gabriel F. T. GomesPrepare redirections for IEEE long double on powerpc64le
2020-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-09-07 Paul EggertPrefer https to http for gnu.org and fsf.org URLs
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-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-08-30 Florian Weimerreallocarray: Declare under _DEFAULT_SOURCE
2018-06-29 Zack WeinbergDisallow use of DES encryption functions in new programs.
2018-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-11-03 Joseph MyersDeclare strtof, strfromf functions for more _FloatN...
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-12 Paul E. Murphyfloat128: Add strtof128, wcstof128, and related functions.
2017-06-07 Gabriel F. T. Gomesfloat128: Add strfromf128
2017-05-30 Dennis WölfingAdd reallocarray function
2017-04-18 Florian Weimermalloc: Turn cfree into a compatibility symbol
2017-03-16 Joseph MyersRemove C++ namespace handling from glibc headers.
2017-03-13 Wilco Dijkstra Remove the str(n)dup inlines from string/bits/string2...
2017-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-10-25 Gabriel F. T. GomesAdd strfromd, strfromf, and strfroml functions
2016-05-17 Joseph MyersDo not declare grantpt, ptsname, unlockpt in stdlib...
2016-05-17 Joseph MyersFix stdlib.h rand_r namespace (bug 20074).
2016-05-17 Joseph MyersCorrect ttyslot header declaration conditions (bug...
2016-04-14 Florian WeimerRemove union wait [BZ #19613]
2016-01-04 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-01-02 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-02-21 Joseph MyersComplete _BSD_SOURCE / _SVID_source followup cleanup.
2014-02-13 Joseph MyersClean up trivially redundant __USE_MISC conditionals.
2014-02-12 Joseph MyersCombine __USE_BSD and __USE_SVID into __USE_MISC.
2014-01-01 Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-08-29 Ondřej BílkaFix typos.
2013-04-27 Andreas JaegerFix guards for qecvt
2013-03-20 Ondrej BilkaDo not warn about mblen, mbtowc and wctomb unused result.
2013-02-18 Mike Frysingerstdlib.h: use existing malloc/alloc_size attribute...
2013-02-11 Ondrej BilkaAdd inline bsearch expansion.
2013-01-11 Joseph MyersRemove __GLIBC_HAVE_LONG_LONG.
2013-01-10 Joseph MyersUse __extension__ with long long in installed headers.
2013-01-02 Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2012-11-09 Joseph MyersDeclare ecvt, fcvt, gcvt, mktemp in stdlib.h for XOPEN2...
2012-11-03 H.J. LuCompile x86 rtld with -mno-sse -mno-mmx
2012-07-25 Florian WeimerRename __secure_getenv to secure_getenv
2012-07-01 Joseph MyersMerge glibc-ports into ports/ directory. glibc-2.16-ports-merge
2012-04-29 Marek PolacekFix attributes for fortify functions.
2012-04-23 Paul Eggert* stdlib/stdlib.h: Remove warn_unused_result attribute...
2012-04-05 Andreas JaegerDon't warn about unused result of mktemp
2012-02-09 Paul EggertReplace FSF snail mail address with URLs.
2012-01-08 Ulrich DrepperRemove pre-ISO C support
2012-01-03 Ulrich DrepperMerge branch 'c11'
2012-01-01 Ulrich DrepperFix aligned_alloc prototype
2012-01-01 Ulrich DrepperImplement aligned_alloc
2012-01-01 Ulrich DrepperEnable at_quick_exit and quick_exit for ISO C11
2011-04-01 Ulrich DrepperFix typos in comments.
2010-01-15 Ulrich DrepperMerge branch 'master' of ssh://sources.redhat.com/git...
2010-01-15 Ulrich Drepperelax some conditions in stdlib.h.
2010-01-14 Ulrich DrepperAdd nonnull attribute to unsetenv declaration.
2010-01-13 Ulrich DrepperBe a bit more relaxed about obsoleted mktemp symbol.
2010-01-11 Ulrich DrepperFix handling symbols removed in XPG7.
2010-01-09 Ulrich DrepperMerge branch 'master' of ssh://sources.redhat.com/git...
2010-01-09 Ulrich DrepperAdd support for XPG7 testing.
2009-10-30 Ulrich DrepperImplement mkostemps and mkostemps64.
2009-10-30 Ulrich DrepperImplement mkstemps and mkstemps64.
2009-05-16 Ulrich DrepperNon-code changes to stdlib.h.
2009-05-16 Ulrich DrepperUnify __WAIT_INT definition in stdlib.h and sys/wait.h.
2009-03-08 Ulrich Drepper* stdlib/Makefile (routines): Add quick_exit, at_quick_...
2009-02-26 Ulrich Drepper* wctype/wctype.h: The *_l functions are in POSIX 2008.
2007-11-13 Ulrich Drepper* stdlib/stdlib.h: Define __compar_d_fn_t. Declare...
2007-09-15 Ulrich Drepper* misc/sys/cdefs.h (__va_arg_pack): Define for GCC...
2007-08-11 Ulrich Drepper* nscd/connections.c: Use O_CLOEXEC is possible. Use...
2007-08-03 Ulrich Drepper* sysdeps/unix/dirstream.h (struct __dirstream): Move...
2007-07-19 Ulrich Drepper[BZ #4792]
2007-04-17 Ulrich Drepper[BZ #4368]
2007-03-17 Ulrich Drepper* configure.in (libc_cv_gnu89_inline): Test for -fgnu89...
2007-01-11 Ulrich Drepper[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426,...
2007-07-31 Jakub Jelinek.
2006-10-27 Ulrich Drepper[BZ #3426] cvs/fedora-glibc-20061027T1902
2006-01-14 Roland McGrath* math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowa...
2005-09-17 Ulrich DrepperUse __END_NAMESPACE_STD instead of __END_NAMESPACE_C99...
2005-07-15 Andreas Jaeger* include/stdlib.h: Remove malloc attribute from __posi...
2005-07-13 Ulrich Drepper* stdlib/bits/stdlib.h: New file.
2005-01-07 Ulrich DrepperUpdate.
2005-01-06 Ulrich DrepperUpdate.
2004-12-22 Ulrich Drepper(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
2007-07-12 Jakub Jelinek2.5-18.1
2004-12-01 Roland McGrath* stdlib/stdlib.h (realpath): Remove nonnull attribute.
2004-11-26 Ulrich DrepperUpdate.
2004-09-28 Roland McGrath* posix/tst-waitid.c (do_test): Add tests for waitpid...
2004-09-22 Ulrich DrepperUpdate. cvs/fedora-glibc-20040923T0148
2004-09-07 Ulrich DrepperUpdate.
2003-09-02 Ulrich Drepper(CFLAGS-oldtmpfile.c): Add -fexceptions.
2003-04-19 Ulrich DrepperUpdate.
2003-03-01 Roland McGrath* elf/dl-reloc.c (allocate_static_tls): Fix calculations.
2002-08-28 Ulrich DrepperPrepare headers for use in ISO C++ compliant implementa...
2002-08-27 Roland McGrath* ctype/ctype.h (isascii_l, toascii_l): Define to __...
2002-08-06 Roland McGrath* locale/Versions (libc: GLIBC_2.3): Add all the *_l...
2001-11-19 Andreas Jaeger* include/features.h (__GLIBC_HAVE_LONG_LONG): Define for
2001-07-06 Andreas JaegerUpdate to LGPL v2.1.
2001-05-07 Andreas JaegerUpdate.
2001-02-06 Andreas JaegerUpdate.
next