about summary refs log tree commit diff
path: root/src/stdio/fread.c
Commit message (Expand)AuthorAgeFilesLines
* fix null pointer subtraction and comparison in stdioRich Felker2018-09-161-1/+1
* consistently return number of bytes read from stdio read backendRich Felker2018-02-241-1/+1
* fix return value for fread/fwrite when size argument is 0Rich Felker2016-02-101-0/+1
* fix multiple stdio functions' behavior on zero-length operationsRich Felker2014-09-041-3/+2
* clean up stdio_impl.hRich Felker2012-11-081-0/+1
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-1/+1
* fix logic error in freadRich Felker2011-07-161-6/+1
* major stdio overhaul, using readv/writev, plus other changesRich Felker2011-03-281-15/+8
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+49