about summary refs log tree commit diff
path: root/src/stdio/__scanf.c
Commit message (Collapse)AuthorAgeFilesLines
* fix 2 eof-related bugs in scanfRich Felker2011-04-251-3/+4
| | | | | | | | | 1. failed match of literal chars from the format string would always return matching failure rather than input failure at eof, leading to infinite loops in some programs. 2. unread of eof would wrongly adjust the character counts reported by %n, yielding an off-by-one error.
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+487