about summary refs log tree commit diff
path: root/src/stdio/fgetws.c
Commit message (Expand)AuthorAgeFilesLines
* fix spurious failures by fgetws when buffer ends with partial characterRich Felker2022-02-201-6/+1
* fix treatment by fgetws of encoding errors as eofRich Felker2017-11-201-1/+6
* 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/+27