OLD | NEW |
| 1 2011-03-17: Version 3.2.3 |
| 2 |
| 3 Fixed a number of crash bugs. |
| 4 |
| 5 Fixed Array::New(length) to return an array with a length (issue 1256). |
| 6 |
| 7 Fixed FreeBSD build. |
| 8 |
| 9 Changed __defineGetter__ to not throw (matching the behavior of Safari). |
| 10 |
| 11 Implemented more of EcmaScript 5 strict mode. |
| 12 |
| 13 Improved Crankshaft performance on all platforms. |
| 14 |
| 15 |
1 2011-03-14: Version 3.2.2 | 16 2011-03-14: Version 3.2.2 |
2 | 17 |
3 Fixed a number of crash and correctness bugs. | 18 Fixed a number of crash and correctness bugs. |
4 | 19 |
5 Improved Crankshaft performance on all platforms. | 20 Improved Crankshaft performance on all platforms. |
6 | 21 |
7 Fixed Crankshaft on Solaris/Illumos. | 22 Fixed Crankshaft on Solaris/Illumos. |
8 | 23 |
9 | 24 |
10 2011-03-10: Version 3.2.1 | 25 2011-03-10: Version 3.2.1 |
(...skipping 2575 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2586 | 2601 |
2587 Improved debugger support by allowing nested break points and by | 2602 Improved debugger support by allowing nested break points and by |
2588 dealing with stack-overflows when compiling functions before | 2603 dealing with stack-overflows when compiling functions before |
2589 setting break points in them. | 2604 setting break points in them. |
2590 | 2605 |
2591 | 2606 |
2592 2008-07-03: Version 0.1.0 | 2607 2008-07-03: Version 0.1.0 |
2593 | 2608 |
2594 Initial export. | 2609 Initial export. |
2595 | 2610 |
OLD | NEW |