about summary refs log tree commit diff
path: root/src/internal/intscan.c
Commit message (Expand)AuthorAgeFilesLines
* fix overflow corner case in strtoul-family functionsRich Felker2014-09-161-0/+1
* clean up stdio_impl.hRich Felker2012-11-081-0/+1
* fix really bad breakage in strtol, etc.: failure to accept leading spacesRich Felker2012-04-191-1/+1
* fix failure of int parser to unget an initial mismatching characterRich Felker2012-04-171-0/+1
* new scanf implementation and corresponding integer parser/converterRich Felker2012-04-161-0/+97