OLD | NEW |
| 1 2010-09-27: Version 2.4.6 |
| 2 Fixed assertion failure related to copy-on-write arrays (issue 876). |
| 3 |
| 4 Fixed build failure of 64-bit V8 on Windows. |
| 5 |
| 6 Fixed a bug in RegExp (issue http://crbug.com/52801). |
| 7 |
| 8 Improved the profiler's coverage to cover more functions (issue 858). |
| 9 |
| 10 Fixed error in shift operators on 64-bit V8 |
| 11 (issue http://crbug.com/54521). |
| 12 |
| 13 |
1 2010-09-22: Version 2.4.5 | 14 2010-09-22: Version 2.4.5 |
2 Changed the RegExp benchmark to exercise the regexp engine on different | 15 Changed the RegExp benchmark to exercise the regexp engine on different |
3 inputs by scrambling the input strings. | 16 inputs by scrambling the input strings. |
4 | 17 |
5 Fixed a bug in keyed loads on strings. | 18 Fixed a bug in keyed loads on strings. |
6 | 19 |
7 Fixed a bug with loading global function prototypes. | 20 Fixed a bug with loading global function prototypes. |
8 | 21 |
9 Fixed a bug with profiling RegExp calls (issue http://crbug.com/55999). | 22 Fixed a bug with profiling RegExp calls (issue http://crbug.com/55999). |
10 | 23 |
(...skipping 2079 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2090 | 2103 |
2091 Improved debugger support by allowing nested break points and by | 2104 Improved debugger support by allowing nested break points and by |
2092 dealing with stack-overflows when compiling functions before | 2105 dealing with stack-overflows when compiling functions before |
2093 setting break points in them. | 2106 setting break points in them. |
2094 | 2107 |
2095 | 2108 |
2096 2008-07-03: Version 0.1.0 | 2109 2008-07-03: Version 0.1.0 |
2097 | 2110 |
2098 Initial export. | 2111 Initial export. |
2099 | 2112 |
OLD | NEW |