Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2012年11月08日 | clean up stdio_impl.h | Rich Felker | -0/+3 |
2012年10月24日 | greatly improve freopen behavior | Rich Felker | -8/+1 |
2012年09月29日 | add 'e' modifier (close-on-exec) to fopen and fdopen | Rich Felker | -0/+1 |
2012年09月06日 | use restrict everywhere it's required by c99 and/or posix 2008 | Rich Felker | -1/+1 |
2012年08月25日 | implement "low hanging fruit" from C11 | Rich Felker | -2/+2 |
2012年02月02日 | make stdio open, read, and write operations cancellation points | Rich Felker | -1/+1 |
2011年04月17日 | debloat: use __syscall instead of syscall where possible | Rich Felker | -1/+1 |
2011年03月20日 | global cleanup to use the new syscall interface | Rich Felker | -2/+2 |
2011年02月12日 | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | -0/+34 |