Gordon Williams
|
57da26184a
|
Fix parseInt("0b",16) as well as some other non-compliant behaviour (fix #1722)
|
2020-01-28 11:01:29 +00:00 |
|
Gordon Williams
|
cd314d0046
|
Allow parseInt/parseFloat to be used on very large strings if the number doesn't extend right to the end (fix #1397)
|
2018-05-07 10:46:03 +01:00 |
|
Gordon Williams
|
0abfb35bbe
|
Fix parseInt of NaN/Infinity (fix #309)
|
2014-04-08 09:53:06 +01:00 |
|
Gordon Williams
|
a41a40dea3
|
On linux, use built-in stringToFloat to aid debugging. Handle exponentials, fix #31
|
2013-10-10 17:22:42 +01:00 |
|
Gordon Williams
|
a1ce503e03
|
More arraybuffer iteration fixes
|
2013-10-10 11:11:34 +01:00 |
|