summaryrefslogtreecommitdiff
path: root/include/stdlib.h
AgeCommit message (Expand)AuthorLines
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