about summary refs log tree commit diff
path: root/src/stdio/ungetc.c
Commit message (Expand)AuthorAgeFilesLines
* fix return value of ungetc when argument is outside unsigned char rangeRich Felker2019-10-181-1/+1
* fix failure of ungetc and ungetwc to work on files in eof statusRich Felker2015-05-291-1/+2
* major stdio overhaul, using readv/writev, plus other changesRich Felker2011-03-281-15/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+33