| Commit message (Expand) | Author | Age | Files | Lines |
* | Make string to number conversions fail on NUL char. | Mike Pall | 2020-02-13 | 1 | -4/+7 |
* | Merge branch 'master' into v2.1 | Mike Pall | 2020-01-20 | 1 | -1/+1 |
|\ |
|
| * | Bump copyright date. | Mike Pall | 2020-01-20 | 1 | -1/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2019-12-08 | 1 | -3/+2 |
|\| |
|
| * | Fix tonumber("-0"). | Mike Pall | 2019-12-08 | 1 | -3/+2 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2017-01-17 | 1 | -1/+1 |
|\| |
|
| * | Bump copyright date to 2017. | Mike Pall | 2017-01-17 | 1 | -1/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-03-03 | 1 | -1/+1 |
|\| |
|
| * | Bump copyright date to 2016. | Mike Pall | 2016-03-03 | 1 | -1/+1 |
* | | Parse binary number literals (0bxxx). | Mike Pall | 2015-08-19 | 1 | -4/+53 |
|/ |
|
* | Fix string to number conversion. | Mike Pall | 2015-02-22 | 1 | -1/+1 |
* | Bump copyright date to 2015. | Mike Pall | 2015-01-05 | 1 | -1/+1 |
* | Fix corner case in string to number conversion. | Mike Pall | 2014-12-27 | 1 | -3/+4 |
* | Bump copyright date to 2014. | Mike Pall | 2014-01-16 | 1 | -1/+1 |
* | Fix builtin string to number conversion for overflow digits. | Mike Pall | 2013-04-29 | 1 | -2/+3 |
* | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
* | Fix builtin string to number conversion for INT_MIN. | Mike Pall | 2012-10-24 | 1 | -11/+10 |
* | Fix underflow handling in builtin string to number conversion. | Mike Pall | 2012-08-27 | 1 | -1/+1 |
* | Replace strtod() with builtin string to number conversion. | Mike Pall | 2012-08-25 | 1 | -0/+497 |