summaryrefslogtreecommitdiff
path: root/src/internal/intparse.c
AgeCommit message (Expand)AuthorLines
2012-03-02fix obscure bug in strtoull reading the highest 16 possible valuesRich Felker-1/+1
2011-07-25comment non-obvious de bruijn sequence code in int parserRich Felker-0/+2
2011-07-14fix various bugs in new integer parser frameworkRich Felker-4/+7
2011-07-14new restartable integer parsing framework.Rich Felker-0/+105