summaryrefslogtreecommitdiff
path: root/stdlib/stdlib.h
AgeCommit message (Expand)Author
2018-06-29Disallow use of DES encryption functions in new programs.Zack Weinberg
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-11-03Declare strtof, strfromf functions for more _FloatN, _FloatNx types.Joseph Myers
2017-06-20Use locale_t, not __locale_t, throughout glibcZack Weinberg
2017-06-20Rename xlocale.h to bits/types/__locale_t.h.Zack Weinberg
2017-06-12float128: Add strtof128, wcstof128, and related functions.Paul E. Murphy
2017-06-07float128: Add strfromf128Gabriel F. T. Gomes
2017-05-30Add reallocarray functionDennis Wölfing
2017-04-18malloc: Turn cfree into a compatibility symbolFlorian Weimer
2017-03-16Remove C++ namespace handling from glibc headers.Joseph Myers
2017-03-13 Remove the str(n)dup inlines from string/bits/string2.h. Although inliningWilco Dijkstra
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-10-25Add strfromd, strfromf, and strfroml functionsGabriel F. T. Gomes
2016-05-17Do not declare grantpt, ptsname, unlockpt in stdlib.h for XPG3 (bug 20094).Joseph Myers
2016-05-17Fix stdlib.h rand_r namespace (bug 20074).Joseph Myers
2016-05-17Correct ttyslot header declaration conditions (bug 20051).Joseph Myers
2016-04-14Remove union wait [BZ #19613]Florian Weimer
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-02-21Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers
2014-02-13Clean up trivially redundant __USE_MISC conditionals.Joseph Myers
2014-02-12Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-08-29Fix typos.Ondřej Bílka
2013-04-27Fix guards for qecvtAndreas Jaeger
2013-03-20Do not warn about mblen, mbtowc and wctomb unused result.Ondrej Bilka
2013-02-18stdlib.h: use existing malloc/alloc_size attribute definesMike Frysinger
2013-02-11Add inline bsearch expansion.Ondrej Bilka
2013-01-11Remove __GLIBC_HAVE_LONG_LONG.Joseph Myers
2013-01-10Use __extension__ with long long in installed headers.Joseph Myers
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-11-09Declare ecvt, fcvt, gcvt, mktemp in stdlib.h for XOPEN2K (bug 14824).Joseph Myers
2012-11-02Compile x86 rtld with -mno-sse -mno-mmxH.J. Lu
2012-07-25Rename __secure_getenv to secure_getenvFlorian Weimer
2012-04-29Fix attributes for fortify functions.Marek Polacek
2012-04-23* stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.Paul Eggert
2012-04-05Don't warn about unused result of mktempAndreas Jaeger
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2012-01-07Remove pre-ISO C supportUlrich Drepper
2012-01-01Fix aligned_alloc prototypeUlrich Drepper
2012-01-01Implement aligned_allocUlrich Drepper
2012-01-01Enable at_quick_exit and quick_exit for ISO C11Ulrich Drepper
2011-04-01Fix typos in comments.Ulrich Drepper
2010-01-14elax some conditions in stdlib.h.Ulrich Drepper
2010-01-13Add nonnull attribute to unsetenv declaration.Ulrich Drepper
2010-01-13Be a bit more relaxed about obsoleted mktemp symbol.Ulrich Drepper
2010-01-11Fix handling symbols removed in XPG7.Ulrich Drepper
2010-01-09Add support for XPG7 testing.Ulrich Drepper
2009-10-30Implement mkostemps and mkostemps64.Ulrich Drepper
2009-10-30Implement mkstemps and mkstemps64.Ulrich Drepper