about summary refs log tree commit diff
path: root/src/stdio/__uflow.c
Commit message (Expand)AuthorAgeFilesLines
* fix failure of ungetc and ungetwc to work on files in eof statusRich Felker2015-05-291-3/+3
* fix getc - the classic error of trying to store EOF+0-255 in a char type..Rich Felker2011-03-281-3/+3
* major stdio overhaul, using readv/writev, plus other changesRich Felker2011-03-281-2/+6
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+7