about summary refs log tree commit diff
path: root/src/stdio/__toread.c
Commit message (Expand)AuthorAgeFilesLines
* fix null pointer subtraction and comparison in stdioRich Felker2018-09-161-1/+1
* 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
* fix undefined pointer comparison in stdio-internal __toreadRich Felker2016-03-281-1/+1
* fix failure of ungetc and ungetwc to work on files in eof statusRich Felker2015-05-291-4/+4
* simplify __stdio_exit static linking logicRich Felker2014-07-161-6/+3
* fix missing function declarations for __stdio_exitRich Felker2012-07-021-0/+2
* stdio: handle file position correctly at program exitRich Felker2012-06-191-0/+8
* major stdio overhaul, using readv/writev, plus other changesRich Felker2011-03-281-0/+14