about summary refs log tree commit diff
path: root/src/stdio/fgetwc.c
Commit message (Expand)AuthorAgeFilesLines
* make fgetwc set error indicator for stream on encoding errorsRich Felker2019-05-051-2/+8
* fix null pointer subtraction and comparison in stdioRich Felker2018-09-161-1/+1
* make fgetwc handling of encoding errors consistent with/without bufferRich Felker2017-11-201-14/+14
* fix fgetwc when decoding a character that crosses buffer boundarySzabolcs Nagy2017-11-181-0/+1
* byte-based C locale, phase 2: stdio and iconv (multibyte callers)Rich Felker2015-06-161-3/+12
* fix idiom for setting stdio stream orientation to wideRich Felker2015-06-131-1/+1
* clean up stdio_impl.hRich Felker2012-11-081-0/+2
* add proper fuxed-based locking for stdioRich Felker2011-07-301-1/+0
* major stdio overhaul, using readv/writev, plus other changesRich Felker2011-03-281-2/+2
* fix some pointer signedness issues (this was invalid C)Rich Felker2011-02-141-2/+2
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+51