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