about summary refs log tree commit diff
path: root/src/internal/floatscan.c
Commit message (Expand)AuthorAgeFilesLines
* fix float scanning of certain values ending in zerosRich Felker2012-04-101-1/+3
* fix potential overflow in exponent readingRich Felker2012-04-101-1/+1
* set errno properly when parsing floating pointRich Felker2012-04-101-4/+21
* add "scan helper getc" and rework strtod, etc. to use itRich Felker2012-04-101-72/+59
* new floating point parser/converterRich Felker2012-04-101-0/+438