OLD | NEW |
| 1 2010-05-03: Version 2.2.7 |
| 2 |
| 3 Added support for ES5 date time string format to Date.parse. |
| 4 |
| 5 Performance improvements in the x64 backend. |
| 6 |
| 7 |
1 2010-04-28: Version 2.2.6 | 8 2010-04-28: Version 2.2.6 |
2 | 9 |
3 Add "amd64" as recognized architecture in scons build script | 10 Added "amd64" as recognized architecture in scons build script |
4 (by Ryan Dahl <coldredlemur@gmail.com>). | 11 (by Ryan Dahl <coldredlemur@gmail.com>). |
5 | 12 |
6 Fix bug in String search and replace with very simple RegExps. | 13 Fixed bug in String search and replace with very simple RegExps. |
7 | 14 |
8 Fix bug in RegExp containing "\b^". | 15 Fixed bug in RegExp containing "\b^". |
9 | 16 |
10 Performance improvements on all platforms. | 17 Performance improvements on all platforms. |
11 | 18 |
| 19 |
12 2010-04-26: Version 2.2.5 | 20 2010-04-26: Version 2.2.5 |
13 | 21 |
14 Various performance improvements (especially for ARM and x64) | 22 Various performance improvements (especially for ARM and x64) |
15 | 23 |
16 Fixed bug in CPU profiling (http://crbug.com/42137) | 24 Fixed bug in CPU profiling (http://crbug.com/42137) |
17 | 25 |
18 Fixed a bug with the natives cache. | 26 Fixed a bug with the natives cache. |
19 | 27 |
20 Fixed two bugs in the ARM code generator that can cause | 28 Fixed two bugs in the ARM code generator that can cause |
21 wrong calculations. | 29 wrong calculations. |
(...skipping 1633 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1655 | 1663 |
1656 Improved debugger support by allowing nested break points and by | 1664 Improved debugger support by allowing nested break points and by |
1657 dealing with stack-overflows when compiling functions before | 1665 dealing with stack-overflows when compiling functions before |
1658 setting break points in them. | 1666 setting break points in them. |
1659 | 1667 |
1660 | 1668 |
1661 2008-07-03: Version 0.1.0 | 1669 2008-07-03: Version 0.1.0 |
1662 | 1670 |
1663 Initial export. | 1671 Initial export. |
1664 | 1672 |
OLD | NEW |