OLD | NEW |
| 1 2013-11-29: Version 3.23.15 |
| 2 |
| 3 Fix context register allocation in LTransitionElementsKind |
| 4 (Chromium issue 324306). |
| 5 |
| 6 Fix bug in inlining Function.apply (Chromium issue 323942). |
| 7 |
| 8 Ensure that length is Smi in TypedArrayFromArrayLike constructor |
| 9 (Chromium issue 324028). |
| 10 |
| 11 Performance and stability improvements on all platforms. |
| 12 |
| 13 |
1 2013-11-28: Version 3.23.14 | 14 2013-11-28: Version 3.23.14 |
2 | 15 |
3 Shorten autogenerated error message (issue 3019). | 16 Shorten autogenerated error message (issue 3019). |
4 | 17 |
5 Performance and stability improvements on all platforms. | 18 Performance and stability improvements on all platforms. |
6 | 19 |
7 | 20 |
8 2013-11-27: Version 3.23.13 | 21 2013-11-27: Version 3.23.13 |
9 | 22 |
10 Increase precision for base conversion for large integers (issue 3025). | 23 Increase precision for base conversion for large integers (issue 3025). |
(...skipping 6318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6329 setting break points in them. | 6342 setting break points in them. |
6330 | 6343 |
6331 | 6344 |
6332 2008-07-03: Version 0.1.0 | 6345 2008-07-03: Version 0.1.0 |
6333 | 6346 |
6334 Initial export. | 6347 Initial export. |
6335 | 6348 |
6336 # Local Variables: | 6349 # Local Variables: |
6337 # mode:text | 6350 # mode:text |
6338 # End: | 6351 # End: |
OLD | NEW |