about summary refs log tree commit diff
path: root/include/stdlib.h
Commit message (Expand)AuthorAgeFilesLines
* add mkostemp, mkstemps, and mkostemps functions and reorganize temp internalsRich Felker2013-02-201-0/+8
* use a common definition of NULL as 0L for C and C++Rich Felker2013-01-181-6/+1
* fix issues with wait constants in stdlib.hRich Felker2012-10-211-4/+5
* default features: make musl usable without feature test macrosRich Felker2012-09-071-12/+1
* add _Noreturn function attribute, with fallback for pre-C11 GNUCRich Felker2012-09-061-4/+11
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-11/+17
* implement "low hanging fruit" from C11Rich Felker2012-08-251-0/+1
* add c11 quick_exit and at_quick_exit functionsRich Felker2012-08-251-0/+2
* _GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCERich Felker2012-06-041-1/+1
* support _BSD_SOURCE feature test macroRich Felker2012-05-221-7/+15
* add support for ugly *64 functions with _LARGEFILE64_SOURCERich Felker2012-05-041-0/+3
* fix alloca issue in stdlib.h tooRich Felker2012-04-091-1/+1
* add deprecated (removed from posix) [efg]cvt() functionsRich Felker2012-02-061-0/+3
* declare alloca in stdlib.h when _GNU_SOURCE is definedRich Felker2011-09-111-0/+1
* move wait.h macros out of bits. they do not vary.Rich Felker2011-04-211-1/+8
* add ptsname_r (nonstandard) and split ptsname (standard) to separate fileRich Felker2011-04-131-0/+1
* add some missing prototypes for nonstandard functions (strsep, clearenv)Rich Felker2011-03-301-0/+1
* fix the types of some integer constant limits in headersRich Felker2011-02-151-1/+1
* fix missing EXIT_* in stdlib.h after header cleanupRich Felker2011-02-151-3/+3
* begin namespace-cleanup of standard C headersRich Felker2011-02-141-46/+51
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+129