Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2012-04-11 | fix bug parsing lone zero followed by junk, and hex float over-reading | Rich Felker | 1 | -6/+5 |
2012-04-10 | fix float scanning of certain values ending in zeros | Rich Felker | 1 | -1/+3 |
2012-04-10 | fix potential overflow in exponent reading | Rich Felker | 1 | -1/+1 |
2012-04-10 | set errno properly when parsing floating point | Rich Felker | 1 | -4/+21 |
2012-04-10 | add "scan helper getc" and rework strtod, etc. to use it | Rich Felker | 1 | -72/+59 |
2012-04-10 | new floating point parser/converter | Rich Felker | 1 | -0/+438 |