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