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