Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make tests green | Araq | 2014-08-31 | 3 | -5/+5 |
| | |||||
* | further adaptations | Araq | 2014-08-29 | 1 | -2/+2 |
| | |||||
* | Fixed parsing of float literals. | Reimer Behrends | 2014-05-23 | 1 | -0/+42 |
| | | | | | | | | | Float literals were not parsed properly when their fractional part exceeded 53 significant bits. This affected in particular math.PI and math.E. Rather than reinventing the wheel, this patch reuses C's strtod() implementation, which already does the heavy lifting with respect to correctness, though some caution is necessary to keep float parsing locale-independent. | ||||
* | new tester; all tests categorized | Araq | 2014-01-13 | 3 | -0/+54 |