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