summaryrefslogtreecommitdiff
path: root/include/stdlib.h
AgeCommit message (Expand)AuthorFilesLines
2012-06-04_GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCERich Felker1-1/+1
2012-05-22support _BSD_SOURCE feature test macroRich Felker1-7/+15
2012-05-04add support for ugly *64 functions with _LARGEFILE64_SOURCERich Felker1-0/+3
2012-04-09fix alloca issue in stdlib.h tooRich Felker1-1/+1
2012-02-06add deprecated (removed from posix) [efg]cvt() functionsRich Felker1-0/+3
2011-09-11declare alloca in stdlib.h when _GNU_SOURCE is definedRich Felker1-0/+1
2011-04-21move wait.h macros out of bits. they do not vary.Rich Felker1-1/+8
2011-04-13add ptsname_r (nonstandard) and split ptsname (standard) to separate fileRich Felker1-0/+1
2011-03-30add some missing prototypes for nonstandard functions (strsep, clearenv)Rich Felker1-0/+1
2011-02-15fix the types of some integer constant limits in headersRich Felker1-1/+1
2011-02-15fix missing EXIT_* in stdlib.h after header cleanupRich Felker1-3/+3
2011-02-14begin namespace-cleanup of standard C headersRich Felker1-46/+51
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+129