summaryrefslogtreecommitdiff
path: root/include/stdlib.h
AgeCommit message (Expand)AuthorLines
2015-06-16byte-based C locale, phase 3: make MB_CUR_MAX variable to activate codeRich Felker-1/+2
2014-09-10fix places where _BSD_SOURCE failed to yield a superset of _XOPEN_SOURCERich Felker-3/+0
2014-08-08make clearenv available with _BSD_SOURCEClément Vasseur-1/+1
2014-02-11fix signed and unsigned comparision in macros in public headersSzabolcs Nagy-1/+1
2013-11-24restore type of NULL to void * except when used in C++ programsRich Felker-0/+4
2013-11-21add legacy getloadavg apiSzabolcs Nagy-0/+1
2013-08-13provide declarations for strtod_l and familyRich Felker-0/+4
2013-08-10fix definitions of WIFSTOPPED and WIFSIGNALED to support up to signal 127Rich Felker-2/+2
2013-02-20add mkostemp, mkstemps, and mkostemps functions and reorganize temp internalsRich Felker-0/+8
2013-01-18use a common definition of NULL as 0L for C and C++Rich Felker-6/+1
2012-10-21fix issues with wait constants in stdlib.hRich Felker-4/+5
2012-09-07default features: make musl usable without feature test macrosRich Felker-12/+1
2012-09-06add _Noreturn function attribute, with fallback for pre-C11 GNUCRich Felker-4/+11
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker-11/+17
2012-08-25implement "low hanging fruit" from C11Rich Felker-0/+1
2012-08-25add c11 quick_exit and at_quick_exit functionsRich Felker-0/+2
2012-06-04_GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCERich Felker-1/+1
2012-05-22support _BSD_SOURCE feature test macroRich Felker-7/+15
2012-05-04add support for ugly *64 functions with _LARGEFILE64_SOURCERich Felker-0/+3
2012-04-09fix alloca issue in stdlib.h tooRich Felker-1/+1
2012-02-06add deprecated (removed from posix) [efg]cvt() functionsRich Felker-0/+3
2011-09-11declare alloca in stdlib.h when _GNU_SOURCE is definedRich Felker-0/+1
2011-04-21move wait.h macros out of bits. they do not vary.Rich Felker-1/+8
2011-04-13add ptsname_r (nonstandard) and split ptsname (standard) to separate fileRich Felker-0/+1
2011-03-30add some missing prototypes for nonstandard functions (strsep, clearenv)Rich Felker-0/+1
2011-02-15fix the types of some integer constant limits in headersRich Felker-1/+1
2011-02-15fix missing EXIT_* in stdlib.h after header cleanupRich Felker-3/+3
2011-02-14begin namespace-cleanup of standard C headersRich Felker-46/+51
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+129