about summary refs log tree commit diff
path: root/src/stdio/fputs.c
Commit message (Expand)AuthorAgeFilesLines
* fix assumption in fputs that fwrite returning 0 implies an errorRich Felker2016-02-161-1/+2
* fix multiple stdio functions' behavior on zero-length operationsRich Felker2014-09-041-3/+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
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+10