summaryrefslogtreecommitdiff
path: root/src/stdio/__toread.c
AgeCommit message (Expand)AuthorLines
2018-09-16fix null pointer subtraction and comparison in stdioRich Felker-1/+1
2018-09-12hide purely dependency-triggering functions in stdio __toread & __towriteRich Felker-1/+1
2018-09-12move __stdio_exit_needed to stdio_impl.hRich Felker-2/+0
2016-03-28fix undefined pointer comparison in stdio-internal __toreadRich Felker-1/+1
2015-05-29fix failure of ungetc and ungetwc to work on files in eof statusRich Felker-4/+4
2014-07-16simplify __stdio_exit static linking logicRich Felker-6/+3
2012-07-02fix missing function declarations for __stdio_exitRich Felker-0/+2
2012-06-19stdio: handle file position correctly at program exitRich Felker-0/+8
2011-03-28major stdio overhaul, using readv/writev, plus other changesRich Felker-0/+14