Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | in fdopen, avoid setting O_APPEND flag if it's already set | Rich Felker | 2014-02-07 | 1 | -1/+2 |
* | fix ftello result for append streams with unflushed output | Rich Felker | 2014-02-07 | 1 | -0/+1 |
* | clean up stdio_impl.h | Rich Felker | 2012-11-08 | 1 | -0/+6 |
* | add 'e' modifier (close-on-exec) to fopen and fdopen | Rich Felker | 2012-09-29 | 1 | -2/+4 |
* | fdopen should set errno when it fails due to invalid mode string | Rich Felker | 2012-06-17 | 1 | -1/+4 |
* | add proper fuxed-based locking for stdio | Rich Felker | 2011-07-30 | 1 | -3/+5 |
* | debloat: use __syscall instead of syscall where possible | Rich Felker | 2011-04-17 | 1 | -2/+2 |
* | avoid setting errno when checking for tty | Rich Felker | 2011-04-15 | 1 | -1/+1 |
* | global cleanup to use the new syscall interface | Rich Felker | 2011-03-20 | 1 | -3/+3 |
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+52 |