summaryrefslogtreecommitdiff
path: root/src/stdio/__fdopen.c
AgeCommit message (Expand)AuthorLines
2015-02-23fix possible isatty false positives and unwanted device state changesRich Felker-3/+2
2014-02-07in fdopen, avoid setting O_APPEND flag if it's already setRich Felker-1/+2
2014-02-07fix ftello result for append streams with unflushed outputRich Felker-0/+1
2012-11-08clean up stdio_impl.hRich Felker-0/+6
2012-09-29add 'e' modifier (close-on-exec) to fopen and fdopenRich Felker-2/+4
2012-06-17fdopen should set errno when it fails due to invalid mode stringRich Felker-1/+4
2011-07-30add proper fuxed-based locking for stdioRich Felker-3/+5
2011-04-17debloat: use __syscall instead of syscall where possibleRich Felker-2/+2
2011-04-15avoid setting errno when checking for ttyRich Felker-1/+1
2011-03-20global cleanup to use the new syscall interfaceRich Felker-3/+3
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+52