about summary refs log tree commit diff
path: root/src/stdio/fgets.c
Commit message (Expand)AuthorAgeFilesLines
* fix null pointer subtraction and comparison in stdioRich Felker2018-09-161-8/+10
* fix multiple stdio functions' behavior on zero-length operationsRich Felker2014-09-041-2/+4
* suppress null termination when fgets reads EOF with no dataRich Felker2014-09-041-1/+1
* 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
* major stdio overhaul, using readv/writev, plus other changesRich Felker2011-03-281-6/+15
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+34