| OLD | NEW |
| 1 2013-04-30: Version 3.18.5 | 1 2013-04-30: Version 3.18.5 |
| 2 | 2 |
| 3 Allowed setting debugger breakpoints on CompareNilICs (issue 2660) | 3 Allowed setting debugger breakpoints on CompareNilICs (issue 2660) |
| 4 | 4 |
| 5 Fixed beyond-heap load on x64 Crankshafted StringCharFromCode | 5 Fixed beyond-heap load on x64 Crankshafted StringCharFromCode |
| 6 (Chromium issue 235311) | 6 (Chromium issue 235311) |
| 7 | 7 |
| 8 Change 'Parse error' to three more informative messages. | 8 Change 'Parse error' to three more informative messages. |
| 9 (Chromium issue 2636) | 9 (Chromium issue 2636) |
| 10 | 10 |
| (...skipping 2366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2377 | 2377 |
| 2378 Lowered limit on code space for systems with low memory supply. | 2378 Lowered limit on code space for systems with low memory supply. |
| 2379 | 2379 |
| 2380 Allowed compiling v8_shell with the 'host' toolset (issue 82437). | 2380 Allowed compiling v8_shell with the 'host' toolset (issue 82437). |
| 2381 | 2381 |
| 2382 Extended setBreakpoint API to accept partial script name (issue 1418). | 2382 Extended setBreakpoint API to accept partial script name (issue 1418). |
| 2383 | 2383 |
| 2384 Made multi-line comments not count when deciding whether the '-->' | 2384 Made multi-line comments not count when deciding whether the '-->' |
| 2385 comment starter is first on a line. This matches Safari. | 2385 comment starter is first on a line. This matches Safari. |
| 2386 | 2386 |
| 2387 Made handling of non-array recievers in Array length setter correct | 2387 Made handling of non-array receivers in Array length setter correct |
| 2388 (issue 1491). | 2388 (issue 1491). |
| 2389 | 2389 |
| 2390 Added ability to heap profiler to iterate over snapshot's node | 2390 Added ability to heap profiler to iterate over snapshot's node |
| 2391 (issue 1481). | 2391 (issue 1481). |
| 2392 | 2392 |
| 2393 | 2393 |
| 2394 2011-06-20: Version 3.4.5 | 2394 2011-06-20: Version 3.4.5 |
| 2395 | 2395 |
| 2396 Fixed issues 794, 1097, 1215(partial), 1417, 1435, 1472, 1473, | 2396 Fixed issues 794, 1097, 1215(partial), 1417, 1435, 1472, 1473, |
| 2397 1476, and 1477. | 2397 1476, and 1477. |
| (...skipping 557 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2955 | 2955 |
| 2956 Make invalid break/continue statements a syntax error instead of a | 2956 Make invalid break/continue statements a syntax error instead of a |
| 2957 runtime error. | 2957 runtime error. |
| 2958 | 2958 |
| 2959 | 2959 |
| 2960 2011-01-17: Version 3.0.8 | 2960 2011-01-17: Version 3.0.8 |
| 2961 | 2961 |
| 2962 Exposed heap size limit to the heap statistics gathered by | 2962 Exposed heap size limit to the heap statistics gathered by |
| 2963 the GetHeapStatistics API. | 2963 the GetHeapStatistics API. |
| 2964 | 2964 |
| 2965 Wrapped external pointers more carefully (issue 1037). | 2965 Wrapped external pointers more carefuly (issue 1037). |
| 2966 | 2966 |
| 2967 Hardened the implementation of error objects to avoid setters | 2967 Hardened the implementation of error objects to avoid setters |
| 2968 intercepting the properties set then throwing an error. | 2968 intercepting the properties set then throwing an error. |
| 2969 | 2969 |
| 2970 Avoided trashing the FPSCR when calculating Math.floor on ARM. | 2970 Avoided trashing the FPSCR when calculating Math.floor on ARM. |
| 2971 | 2971 |
| 2972 Performance improvements on the IA32 platform. | 2972 Performance improvements on the IA32 platform. |
| 2973 | 2973 |
| 2974 | 2974 |
| 2975 2011-01-10: Version 3.0.7 | 2975 2011-01-10: Version 3.0.7 |
| (...skipping 2366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5342 setting break points in them. | 5342 setting break points in them. |
| 5343 | 5343 |
| 5344 | 5344 |
| 5345 2008-07-03: Version 0.1.0 | 5345 2008-07-03: Version 0.1.0 |
| 5346 | 5346 |
| 5347 Initial export. | 5347 Initial export. |
| 5348 | 5348 |
| 5349 # Local Variables: | 5349 # Local Variables: |
| 5350 # mode:text | 5350 # mode:text |
| 5351 # End: | 5351 # End: |
| OLD | NEW |