OLD | NEW |
| 1 2011-11-23: Version 3.7.10 |
| 2 |
| 3 Set maximum length of FixedArray in terms of elements instead an |
| 4 absolute number of bytes. |
| 5 (Chromium issue 103103) |
| 6 |
| 7 Stability and performance improvements on all platforms. |
| 8 |
| 9 |
1 2011-11-21: Version 3.7.9 | 10 2011-11-21: Version 3.7.9 |
2 | 11 |
3 Removed exit-time destructors. | 12 Removed exit-time destructors. |
4 | 13 |
5 Stability and performance improvements on all platforms. | 14 Stability and performance improvements on all platforms. |
6 | 15 |
7 | 16 |
8 2011-11-17: Version 3.7.8 | 17 2011-11-17: Version 3.7.8 |
9 | 18 |
10 Removed hidden prototype from builtins, i.e., deleting an overridden | 19 Removed hidden prototype from builtins, i.e., deleting an overridden |
(...skipping 3466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3477 setting break points in them. | 3486 setting break points in them. |
3478 | 3487 |
3479 | 3488 |
3480 2008-07-03: Version 0.1.0 | 3489 2008-07-03: Version 0.1.0 |
3481 | 3490 |
3482 Initial export. | 3491 Initial export. |
3483 | 3492 |
3484 # Local Variables: | 3493 # Local Variables: |
3485 # mode:text | 3494 # mode:text |
3486 # End: | 3495 # End: |
OLD | NEW |