about summary refs log tree commit diff
path: root/stdlib/stdlib.h
Commit message (Expand)AuthorAgeFilesLines
* Disallow use of DES encryption functions in new programs.Zack Weinberg2018-06-291-6/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Declare strtof, strfromf functions for more _FloatN, _FloatNx types.Joseph Myers2017-11-031-2/+117
* Use locale_t, not __locale_t, throughout glibcZack Weinberg2017-06-201-8/+8
* Rename xlocale.h to bits/types/__locale_t.h.Zack Weinberg2017-06-201-17/+5
* float128: Add strtof128, wcstof128, and related functions.Paul E. Murphy2017-06-121-0/+14
* float128: Add strfromf128Gabriel F. T. Gomes2017-06-071-0/+9
* Add reallocarray functionDennis Wölfing2017-05-301-0/+11
* malloc: Turn cfree into a compatibility symbolFlorian Weimer2017-04-181-5/+0
* Remove C++ namespace handling from glibc headers.Joseph Myers2017-03-161-44/+0
* Remove the str(n)dup inlines from string/bits/string2.h. Although inliningWilco Dijkstra2017-03-131-15/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Add strfromd, strfromf, and strfroml functionsGabriel F. T. Gomes2016-10-251-1/+17
* Do not declare grantpt, ptsname, unlockpt in stdlib.h for XPG3 (bug 20094).Joseph Myers2016-05-171-1/+1
* Fix stdlib.h rand_r namespace (bug 20074).Joseph Myers2016-05-171-1/+1
* Correct ttyslot header declaration conditions (bug 20051).Joseph Myers2016-05-171-0/+6
* Remove union wait [BZ #19613]Florian Weimer2016-04-141-46/+7
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers2014-02-211-15/+14
* Clean up trivially redundant __USE_MISC conditionals.Joseph Myers2014-02-131-2/+2
* Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers2014-02-121-14/+14
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Fix typos.Ondřej Bílka2013-08-291-1/+1
* Fix guards for qecvtAndreas Jaeger2013-04-271-4/+3
* Do not warn about mblen, mbtowc and wctomb unused result.Ondrej Bilka2013-03-201-3/+3
* stdlib.h: use existing malloc/alloc_size attribute definesMike Frysinger2013-02-181-1/+1
* Add inline bsearch expansion.Ondrej Bilka2013-02-111-0/+4
* Remove __GLIBC_HAVE_LONG_LONG.Joseph Myers2013-01-111-5/+5
* Use __extension__ with long long in installed headers.Joseph Myers2013-01-101-1/+2
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Declare ecvt, fcvt, gcvt, mktemp in stdlib.h for XOPEN2K (bug 14824).Joseph Myers2012-11-091-2/+2
* Compile x86 rtld with -mno-sse -mno-mmxH.J. Lu2012-11-021-5/+1
* Rename __secure_getenv to secure_getenvFlorian Weimer2012-07-251-1/+3
* Fix attributes for fortify functions.Marek Polacek2012-04-291-1/+1
* * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.Paul Eggert2012-04-231-16/+16
* Don't warn about unused result of mktempAndreas Jaeger2012-04-051-2/+3
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Remove pre-ISO C supportUlrich Drepper2012-01-071-43/+43
* Fix aligned_alloc prototypeUlrich Drepper2012-01-011-1/+2
* Implement aligned_allocUlrich Drepper2012-01-011-0/+5
* Enable at_quick_exit and quick_exit for ISO C11Ulrich Drepper2012-01-011-6/+2
* Fix typos in comments.Ulrich Drepper2011-04-011-2/+2
* elax some conditions in stdlib.h.Ulrich Drepper2010-01-141-4/+4
* Add nonnull attribute to unsetenv declaration.Ulrich Drepper2010-01-131-1/+1
* Be a bit more relaxed about obsoleted mktemp symbol.Ulrich Drepper2010-01-131-2/+2
* Fix handling symbols removed in XPG7.Ulrich Drepper2010-01-111-6/+6
* Add support for XPG7 testing.Ulrich Drepper2010-01-091-8/+14
* Implement mkostemps and mkostemps64.Ulrich Drepper2009-10-301-0/+23
* Implement mkstemps and mkstemps64.Ulrich Drepper2009-10-301-2/+25