Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump copyright date. | Mike Pall | 2025-01-13 | 1 | -1/+1 |
| | |||||
* | Bump copyright date. | Mike Pall | 2023-08-20 | 1 | -1/+1 |
| | |||||
* | Avoid negation of signed integers in C that may hold INT*_MIN. | Mike Pall | 2022-12-22 | 1 | -10/+10 |
| | | | | | | Reported by minoki. Recent C compilers 'take advantage' of the undefined behavior. This completely changes the meaning of expressions like (k == -k). | ||||
* | Bump copyright date. | Mike Pall | 2022-01-15 | 1 | -1/+1 |
| | |||||
* | Limit exponent range in number parsing. | Mike Pall | 2022-01-13 | 1 | -1/+4 |
| | | | | Reported by XmiliaH. | ||||
* | Fix tonumber("-0") in dual-number mode. | Mike Pall | 2022-01-13 | 1 | -2/+6 |
| | | | | Reported by Sergey Kaplun. | ||||
* | Bump copyright date. | Mike Pall | 2021-01-02 | 1 | -1/+1 |
| | |||||
* | Bump copyright date. | Mike Pall | 2020-01-20 | 1 | -1/+1 |
| | |||||
* | Fix tonumber("-0"). | Mike Pall | 2019-12-08 | 1 | -3/+2 |
| | | | | Reported by bluecheetah001. | ||||
* | Bump copyright date to 2017. | Mike Pall | 2017-01-17 | 1 | -1/+1 |
| | |||||
* | Bump copyright date to 2016. | Mike Pall | 2016-03-03 | 1 | -1/+1 |
| | |||||
* | Fix string to number conversion. | Mike Pall | 2015-02-22 | 1 | -1/+1 |
| | | | | Thanks to Lesley De Cruz. | ||||
* | 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 |