about summary refs log tree commit diff
path: root/src/stdio/vfscanf.c
Commit message (Expand)AuthorAgeFilesLines
* clean up stdio_impl.hRich Felker2012-11-081-1/+1
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-1/+1
* fix scanf bug reading literals after width-limited fieldRich Felker2012-06-071-0/+1
* fix really bad breakage in strtol, etc.: failure to accept leading spacesRich Felker2012-04-191-1/+1
* fix over-read in %ls with non-wide scanfRich Felker2012-04-171-0/+1
* fix some bugs in scanf %[ handling detected while writing the wide versionRich Felker2012-04-171-4/+4
* avoid null pointer dereference on %*p fields in scanfRich Felker2012-04-171-1/+1
* new scanf implementation and corresponding integer parser/converterRich Felker2012-04-161-16/+322
* major stdio overhaul, using readv/writev, plus other changesRich Felker2011-03-281-10/+3
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+43