Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2011-09-11 | declare alloca in stdlib.h when _GNU_SOURCE is defined | Rich Felker | -0/+1 | |
2011-04-21 | move wait.h macros out of bits. they do not vary. | Rich Felker | -1/+8 | |
2011-04-13 | add ptsname_r (nonstandard) and split ptsname (standard) to separate file | Rich Felker | -0/+1 | |
this eliminates the ugly static buffer in programs that use ptsname_r. | ||||
2011-03-30 | add some missing prototypes for nonstandard functions (strsep, clearenv) | Rich Felker | -0/+1 | |
2011-02-15 | fix the types of some integer constant limits in headers | Rich Felker | -1/+1 | |
2011-02-15 | fix missing EXIT_* in stdlib.h after header cleanup | Rich Felker | -3/+3 | |
2011-02-14 | begin namespace-cleanup of standard C headers | Rich Felker | -46/+51 | |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+129 | |