Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2012-11-27 | fix some restrict-qualifier mismatches in newly added interfaces | Rich Felker | -2/+2 |
2012-11-11 | add support for thread scheduling (POSIX TPS option) | Rich Felker | -0/+5 |
2012-09-08 | remove all remaining redundant __restrict/__inline/_Noreturn defs | Rich Felker | -5/+1 |
2012-09-06 | use restrict everywhere it's required by c99 and/or posix 2008 | Rich Felker | -11/+17 |
2011-09-13 | fix various errors in function signatures/prototypes found by nsz | Rich Felker | -2/+2 |
2011-05-28 | initial implementation of posix_spawn | Rich Felker | -0/+67 |