aboutsummaryrefslogtreecommitdiff
path: root/stdlib/stdlib.h
AgeCommit message (Expand)AuthorFilesLines
2016-10-25Add strfromd, strfromf, and strfroml functionsGabriel F. T. Gomes1-1/+17
2016-05-17Do not declare grantpt, ptsname, unlockpt in stdlib.h for XPG3 (bug 20094).Joseph Myers1-1/+1
2016-05-17Fix stdlib.h rand_r namespace (bug 20074).Joseph Myers1-1/+1
2016-05-17Correct ttyslot header declaration conditions (bug 20051).Joseph Myers1-0/+6
2016-04-14Remove union wait [BZ #19613]Florian Weimer1-46/+7
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-02-21Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers1-15/+14
2014-02-13Clean up trivially redundant __USE_MISC conditionals.Joseph Myers1-2/+2
2014-02-12Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers1-14/+14
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-08-29Fix typos.Ondřej Bílka1-1/+1
2013-04-27Fix guards for qecvtAndreas Jaeger1-4/+3
2013-03-20Do not warn about mblen, mbtowc and wctomb unused result.Ondrej Bilka1-3/+3
2013-02-18stdlib.h: use existing malloc/alloc_size attribute definesMike Frysinger1-1/+1
2013-02-11Add inline bsearch expansion.Ondrej Bilka1-0/+4
2013-01-11Remove __GLIBC_HAVE_LONG_LONG.Joseph Myers1-5/+5
2013-01-10Use __extension__ with long long in installed headers.Joseph Myers1-1/+2
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-11-09Declare ecvt, fcvt, gcvt, mktemp in stdlib.h for XOPEN2K (bug 14824).Joseph Myers1-2/+2
2012-11-02Compile x86 rtld with -mno-sse -mno-mmxH.J. Lu1-5/+1
2012-07-25Rename __secure_getenv to secure_getenvFlorian Weimer1-1/+3
2012-04-29Fix attributes for fortify functions.Marek Polacek1-1/+1
2012-04-23* stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.Paul Eggert1-16/+16
2012-04-05Don't warn about unused result of mktempAndreas Jaeger1-2/+3
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2012-01-07Remove pre-ISO C supportUlrich Drepper1-43/+43
2012-01-01Fix aligned_alloc prototypeUlrich Drepper1-1/+2
2012-01-01Implement aligned_allocUlrich Drepper1-0/+5
2012-01-01Enable at_quick_exit and quick_exit for ISO C11Ulrich Drepper1-6/+2
2011-04-01Fix typos in comments.Ulrich Drepper1-2/+2
2010-01-14elax some conditions in stdlib.h.Ulrich Drepper1-4/+4
2010-01-13Add nonnull attribute to unsetenv declaration.Ulrich Drepper1-1/+1
2010-01-13Be a bit more relaxed about obsoleted mktemp symbol.Ulrich Drepper1-2/+2
2010-01-11Fix handling symbols removed in XPG7.Ulrich Drepper1-6/+6
2010-01-09Add support for XPG7 testing.Ulrich Drepper1-8/+14
2009-10-30Implement mkostemps and mkostemps64.Ulrich Drepper1-0/+23
2009-10-30Implement mkstemps and mkstemps64.Ulrich Drepper1-2/+25
2009-05-16Non-code changes to stdlib.h.Ulrich Drepper1-13/+13
2009-05-16Unify __WAIT_INT definition in stdlib.h and sys/wait.h.Ulrich Drepper1-3/+3
2009-03-08* stdlib/Makefile (routines): Add quick_exit, at_quick_exit, andUlrich Drepper1-1/+22
2009-02-26* wctype/wctype.h: The *_l functions are in POSIX 2008.Ulrich Drepper1-2/+2
2007-11-13* stdlib/stdlib.h: Define __compar_d_fn_t. Declare qsort_r.Ulrich Drepper1-0/+8
2007-09-15* misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.Ulrich Drepper1-1/+1
2007-08-11* nscd/connections.c: Use O_CLOEXEC is possible. Use mkostempUlrich Drepper1-0/+22
2007-08-03* sysdeps/unix/dirstream.h (struct __dirstream): Move lock memberUlrich Drepper1-118/+0
2007-07-19[BZ #4792]Ulrich Drepper1-1/+4
2007-04-17[BZ #4368]Ulrich Drepper1-6/+5
2007-03-17* configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.Ulrich Drepper1-14/+14
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper1-8/+8