about summary refs log tree commit diff
path: root/src/stdio/vfscanf.c
Commit message (Expand)AuthorAgeFilesLines
* 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