OLD | NEW |
| 1 2010-04-28: Version 2.2.6 |
| 2 |
| 3 Add "amd64" as recognized architecture in scons build script |
| 4 (by Ryan Dahl <coldredlemur@gmail.com>). |
| 5 |
| 6 Fix bug in String search and replace with very simple RegExps. |
| 7 |
| 8 Fix bug in RegExp containing "\b^". |
| 9 |
| 10 Performance improvements on all platforms. |
| 11 |
1 2010-04-26: Version 2.2.5 | 12 2010-04-26: Version 2.2.5 |
2 | 13 |
3 Various performance improvements (especially for ARM and x64) | 14 Various performance improvements (especially for ARM and x64) |
4 | 15 |
5 Fixed bug in CPU profiling (http://crbug.com/42137) | 16 Fixed bug in CPU profiling (http://crbug.com/42137) |
6 | 17 |
7 Fixed a bug with the natives cache. | 18 Fixed a bug with the natives cache. |
8 | 19 |
9 Fixed two bugs in the ARM code generator that can cause | 20 Fixed two bugs in the ARM code generator that can cause |
10 wrong calculations. | 21 wrong calculations. |
11 | 22 |
12 Fixed a bug that may cause a wrong result for shift operations. | 23 Fixed a bug that may cause a wrong result for shift operations. |
13 | 24 |
14 | 25 |
15 2010-04-21: Version 2.2.4 | 26 2010-04-21: Version 2.2.4 |
16 | 27 |
17 Fixed warnings on arm on newer GCC versions. | 28 Fixed warnings on arm on newer GCC versions. |
18 | 29 |
19 Fixed a number of minor bugs. | 30 Fixed a number of minor bugs. |
(...skipping 1624 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1644 | 1655 |
1645 Improved debugger support by allowing nested break points and by | 1656 Improved debugger support by allowing nested break points and by |
1646 dealing with stack-overflows when compiling functions before | 1657 dealing with stack-overflows when compiling functions before |
1647 setting break points in them. | 1658 setting break points in them. |
1648 | 1659 |
1649 | 1660 |
1650 2008-07-03: Version 0.1.0 | 1661 2008-07-03: Version 0.1.0 |
1651 | 1662 |
1652 Initial export. | 1663 Initial export. |
1653 | 1664 |
OLD | NEW |