| OLD | NEW |
| 1 2010-05-05: Version 2.2.8 |
| 2 |
| 3 Performance improvements in the x64 and ARM backends. |
| 4 |
| 5 |
| 1 2010-05-03: Version 2.2.7 | 6 2010-05-03: Version 2.2.7 |
| 2 | 7 |
| 3 Added support for ES5 date time string format to Date.parse. | 8 Added support for ES5 date time string format to Date.parse. |
| 4 | 9 |
| 5 Performance improvements in the x64 backend. | 10 Performance improvements in the x64 backend. |
| 6 | 11 |
| 7 | 12 |
| 8 2010-04-28: Version 2.2.6 | 13 2010-04-28: Version 2.2.6 |
| 9 | 14 |
| 10 Added "amd64" as recognized architecture in scons build script | 15 Added "amd64" as recognized architecture in scons build script |
| (...skipping 1652 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1663 | 1668 |
| 1664 Improved debugger support by allowing nested break points and by | 1669 Improved debugger support by allowing nested break points and by |
| 1665 dealing with stack-overflows when compiling functions before | 1670 dealing with stack-overflows when compiling functions before |
| 1666 setting break points in them. | 1671 setting break points in them. |
| 1667 | 1672 |
| 1668 | 1673 |
| 1669 2008-07-03: Version 0.1.0 | 1674 2008-07-03: Version 0.1.0 |
| 1670 | 1675 |
| 1671 Initial export. | 1676 Initial export. |
| 1672 | 1677 |
| OLD | NEW |