OLD | NEW |
| 1 2013-06-13: Version 3.19.15 |
| 2 |
| 3 Performance and stability improvements on all platforms. |
| 4 |
| 5 |
1 2013-06-13: Version 3.19.14 | 6 2013-06-13: Version 3.19.14 |
2 | 7 |
3 Fixed crashes when calling new Array(a) with a single argument that | 8 Fixed crashes when calling new Array(a) with a single argument that |
4 could result in creating a holey array with a packed elements kind. | 9 could result in creating a holey array with a packed elements kind. |
5 (Chromium issue 245480) | 10 (Chromium issue 245480) |
6 | 11 |
7 Fixed issues in parallel compilation. | 12 Fixed issues in parallel compilation. |
8 (Chromium issue 248076) | 13 (Chromium issue 248076) |
9 | 14 |
10 Performance and stability improvements on all platforms. | 15 Performance and stability improvements on all platforms. |
(...skipping 5486 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5497 setting break points in them. | 5502 setting break points in them. |
5498 | 5503 |
5499 | 5504 |
5500 2008-07-03: Version 0.1.0 | 5505 2008-07-03: Version 0.1.0 |
5501 | 5506 |
5502 Initial export. | 5507 Initial export. |
5503 | 5508 |
5504 # Local Variables: | 5509 # Local Variables: |
5505 # mode:text | 5510 # mode:text |
5506 # End: | 5511 # End: |
OLD | NEW |