Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make fgetwc set error indicator for stream on encoding errors | Rich Felker | 2019-05-05 | 1 | -2/+8 |
* | fix null pointer subtraction and comparison in stdio | Rich Felker | 2018-09-16 | 1 | -1/+1 |
* | make fgetwc handling of encoding errors consistent with/without buffer | Rich Felker | 2017-11-20 | 1 | -14/+14 |
* | fix fgetwc when decoding a character that crosses buffer boundary | Szabolcs Nagy | 2017-11-18 | 1 | -0/+1 |
* | byte-based C locale, phase 2: stdio and iconv (multibyte callers) | Rich Felker | 2015-06-16 | 1 | -3/+12 |
* | fix idiom for setting stdio stream orientation to wide | Rich Felker | 2015-06-13 | 1 | -1/+1 |
* | clean up stdio_impl.h | Rich Felker | 2012-11-08 | 1 | -0/+2 |
* | add proper fuxed-based locking for stdio | Rich Felker | 2011-07-30 | 1 | -1/+0 |
* | major stdio overhaul, using readv/writev, plus other changes | Rich Felker | 2011-03-28 | 1 | -2/+2 |
* | fix some pointer signedness issues (this was invalid C) | Rich Felker | 2011-02-14 | 1 | -2/+2 |
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+51 |