about summary refs log tree commit diff
path: root/src/internal/intparse.c
Commit message (Expand)AuthorAgeFilesLines
* use the new integer parser (FILE/shgetc based) for strtol, wcstol, etc.Rich Felker2012-04-161-116/+0
* use fast version of the int reading code for the high-order digits tooRich Felker2012-04-131-3/+13
* fix spurious overflows in strtoull with small basesRich Felker2012-04-131-7/+3
* fix obscure bug in strtoull reading the highest 16 possible valuesRich Felker2012-03-021-1/+1
* comment non-obvious de bruijn sequence code in int parserRich Felker2011-07-251-0/+2
* fix various bugs in new integer parser frameworkRich Felker2011-07-141-4/+7
* new restartable integer parsing framework.Rich Felker2011-07-141-0/+105