about summary refs log tree commit diff
path: root/src/stdio/__towrite.c
Commit message (Expand)AuthorAgeFilesLines
* hide purely dependency-triggering functions in stdio __toread & __towriteRich Felker2018-09-121-1/+1
* move __stdio_exit_needed to stdio_impl.hRich Felker2018-09-121-2/+0
* remove useless and confusing parentheses in stdio __towrite functionRich Felker2018-02-241-1/+1
* simplify __stdio_exit static linking logicRich Felker2014-07-161-5/+3
* fix missing function declarations for __stdio_exitRich Felker2012-07-021-0/+2
* stdio: handle file position correctly at program exitRich Felker2012-06-191-3/+4
* simplify atexit and fflush-on-exit handlingRich Felker2011-10-141-1/+4
* major stdio overhaul, using readv/writev, plus other changesRich Felker2011-03-281-0/+21