OLD | NEW |
| 1 2013-11-27: Version 3.23.13 |
| 2 |
| 3 Increase precision for base conversion for large integers (issue 3025). |
| 4 |
| 5 Flatten cons string for single character substrings (Chromium issue |
| 6 323041). |
| 7 |
| 8 Performance and stability improvements on all platforms. |
| 9 |
| 10 |
1 2013-11-26: Version 3.23.12 | 11 2013-11-26: Version 3.23.12 |
2 | 12 |
3 Performance and stability improvements on all platforms. | 13 Performance and stability improvements on all platforms. |
4 | 14 |
5 | 15 |
6 2013-11-25: Version 3.23.11 | 16 2013-11-25: Version 3.23.11 |
7 | 17 |
8 Deprecate old versions of Isolate::SetData and GetData. | 18 Deprecate old versions of Isolate::SetData and GetData. |
9 | 19 |
10 Performance and stability improvements on all platforms. | 20 Performance and stability improvements on all platforms. |
(...skipping 6301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6312 setting break points in them. | 6322 setting break points in them. |
6313 | 6323 |
6314 | 6324 |
6315 2008-07-03: Version 0.1.0 | 6325 2008-07-03: Version 0.1.0 |
6316 | 6326 |
6317 Initial export. | 6327 Initial export. |
6318 | 6328 |
6319 # Local Variables: | 6329 # Local Variables: |
6320 # mode:text | 6330 # mode:text |
6321 # End: | 6331 # End: |
OLD | NEW |