about summary refs log tree commit diff
path: root/src/stdio/__stdout_write.c
Commit message (Expand)AuthorAgeFilesLines
* clean up overinclusion in files using TIOCGWINSZRich Felker2020-08-301-1/+0
* add tcgetwinsize and tcsetwinsize functions, move struct winsizeRich Felker2020-08-241-0/+1
* fix possible isatty false positives and unwanted device state changesRich Felker2015-02-231-3/+2
* clean up stdio_impl.hRich Felker2012-11-081-0/+2
* avoid setting errno when checking for ttyRich Felker2011-04-151-1/+1
* major stdio overhaul, using readv/writev, plus other changesRich Felker2011-03-281-0/+10