about summary refs log tree commit diff
path: root/include/stdlib.h
Commit message (Expand)AuthorAgeFilesLines
* _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