about summary refs log tree commit diff
path: root/src/internal/floatscan.c
Commit message (Expand)AuthorAgeFilesLines
* optimize more integer cases in floatscan; comment the whole procedureRich Felker2012-04-121-8/+27
* revert invalid optimization in floatscanRich Felker2012-04-111-2/+2
* fix stupid typo in floatscan that caused excess rounding of some valuesRich Felker2012-04-111-1/+1
* optimize floatscan downscaler to skip results that won't be neededRich Felker2012-04-111-2/+3
* simplify/debloat radix point alignment code in floatscanRich Felker2012-04-111-9/+4
* optimize floatscan: avoid excessive upscalingRich Felker2012-04-111-27/+27
* fix bug parsing lone zero followed by junk, and hex float over-readingRich Felker2012-04-111-6/+5
* 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