summaryrefslogtreecommitdiff
path: root/src/stdio/__stdout_write.c
AgeCommit message (Expand)AuthorLines
2020-08-30clean up overinclusion in files using TIOCGWINSZRich Felker-1/+0
2020-08-24add tcgetwinsize and tcsetwinsize functions, move struct winsizeRich Felker-0/+1
2015-02-23fix possible isatty false positives and unwanted device state changesRich Felker-3/+2
2012-11-08clean up stdio_impl.hRich Felker-0/+2
2011-04-15avoid setting errno when checking for ttyRich Felker-1/+1
2011-03-28major stdio overhaul, using readv/writev, plus other changesRich Felker-0/+10