about summary refs log tree commit diff
path: root/src/stdio/ungetwc.c
Commit message (Expand)AuthorAgeFilesLines
* fix FILE buffer underflow in ungetwcRich Felker2016-04-261-3/+3
* byte-based C locale, phase 2: stdio and iconv (multibyte callers)Rich Felker2015-06-161-0/+5
* fix idiom for setting stdio stream orientation to wideRich Felker2015-06-131-1/+1
* remove another invalid skip of locking in ungetwcRich Felker2015-06-061-3/+1
* remove invalid skip of locking in ungetwcRich Felker2015-06-061-6/+3
* fix failure of ungetc and ungetwc to work on files in eof statusRich Felker2015-05-291-1/+2
* clean up stdio_impl.hRich Felker2012-11-081-0/+4
* major stdio overhaul, using readv/writev, plus other changesRich Felker2011-03-281-16/+1
* fix all implicit conversion between signed/unsigned pointersRich Felker2011-03-251-1/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+45