Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | consistently return number of bytes read from stdio read backend | Rich Felker | 2018-02-24 | 1 | -1/+1 |
* | fix return value for fread/fwrite when size argument is 0 | Rich Felker | 2016-02-10 | 1 | -0/+1 |
* | fix multiple stdio functions' behavior on zero-length operations | Rich Felker | 2014-09-04 | 1 | -3/+2 |
* | clean up stdio_impl.h | Rich Felker | 2012-11-08 | 1 | -0/+1 |
* | use restrict everywhere it's required by c99 and/or posix 2008 | Rich Felker | 2012-09-06 | 1 | -1/+1 |
* | fix logic error in fread | Rich Felker | 2011-07-16 | 1 | -6/+1 |
* | major stdio overhaul, using readv/writev, plus other changes | Rich Felker | 2011-03-28 | 1 | -15/+8 |
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+49 |