OLD | NEW |
| 1 2010-05-10: Version 2.2.9 |
| 2 |
| 3 Allow Object.create to be called with a function (issue 697). |
| 4 |
| 5 Fixed bug with Date.parse returning a non-NaN value when called on a |
| 6 non date string (issue 696). |
| 7 |
| 8 Allow unaligned memory accesses on ARM targets that support it (by |
| 9 Subrato K De of CodeAurora <subratokde@codeaurora.org>). |
| 10 |
| 11 C++ API for retrieving JavaScript stack trace information. |
| 12 |
| 13 |
1 2010-05-05: Version 2.2.8 | 14 2010-05-05: Version 2.2.8 |
2 | 15 |
3 Performance improvements in the x64 and ARM backends. | 16 Performance improvements in the x64 and ARM backends. |
4 | 17 |
5 | 18 |
6 2010-05-03: Version 2.2.7 | 19 2010-05-03: Version 2.2.7 |
7 | 20 |
8 Added support for ES5 date time string format to Date.parse. | 21 Added support for ES5 date time string format to Date.parse. |
9 | 22 |
10 Performance improvements in the x64 backend. | 23 Performance improvements in the x64 backend. |
(...skipping 1657 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1668 | 1681 |
1669 Improved debugger support by allowing nested break points and by | 1682 Improved debugger support by allowing nested break points and by |
1670 dealing with stack-overflows when compiling functions before | 1683 dealing with stack-overflows when compiling functions before |
1671 setting break points in them. | 1684 setting break points in them. |
1672 | 1685 |
1673 | 1686 |
1674 2008-07-03: Version 0.1.0 | 1687 2008-07-03: Version 0.1.0 |
1675 | 1688 |
1676 Initial export. | 1689 Initial export. |
1677 | 1690 |
OLD | NEW |