summaryrefslogtreecommitdiff
path: root/src/internal/floatscan.c
AgeCommit message (Expand)AuthorLines
2012-04-11optimize floatscan: avoid excessive upscalingRich Felker-27/+27
2012-04-11fix bug parsing lone zero followed by junk, and hex float over-readingRich Felker-6/+5
2012-04-10fix float scanning of certain values ending in zerosRich Felker-1/+3
2012-04-10fix potential overflow in exponent readingRich Felker-1/+1
2012-04-10set errno properly when parsing floating pointRich Felker-4/+21
2012-04-10add "scan helper getc" and rework strtod, etc. to use itRich Felker-72/+59
2012-04-10new floating point parser/converterRich Felker-0/+438