aboutsummaryrefslogtreecommitdiff
path: root/include/stdlib.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix alloca issue in stdlib.h too•••I forgot _GNU_SOURCE also has it declared here... Rich Felker2012-04-091-1/+1
* add deprecated (removed from posix) [efg]cvt() functions•••these have not been heavily tested, but they should work as described in the old standards. probably broken for non-finite values... Rich 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 file•••this eliminates the ugly static buffer in programs that use ptsname_r. Rich 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.0Rich Felker2011-02-121-0/+129