| OLD | NEW |
| 1 2012-01-23: Version 3.8.8 |
| 2 |
| 3 Limited number of loop iterations in Heap::ReserveSpace |
| 4 (Chromium issue 99027). |
| 5 |
| 6 Fixed solaris build (VirtualMemory) (issue 1761). |
| 7 |
| 8 Fixed strict vs. non-strict handling of function proxies in |
| 9 higher-order array and string methods. |
| 10 |
| 11 Enabled asynchronous remote debugging with d8 (issue 1691). |
| 12 |
| 13 Stability and performance improvements on all platforms. |
| 14 |
| 15 |
| 1 2012-01-19: Version 3.8.7 | 16 2012-01-19: Version 3.8.7 |
| 2 | 17 |
| 3 Ensure that LRandom restores rsi after call to the C function on x64. | 18 Ensure that LRandom restores rsi after call to the C function on x64. |
| 4 (Chromium issue http://crbug.com/110509) | 19 (Chromium issue http://crbug.com/110509) |
| 5 | 20 |
| 6 Fixing include issues on *bsd when building with scons. | 21 Fixing include issues on *bsd when building with scons. |
| 7 (issue 1897) | 22 (issue 1897) |
| 8 | 23 |
| 9 Provide a switch to specify -fno-strict-aliasing | 24 Provide a switch to specify -fno-strict-aliasing |
| 10 (issue 1887) | 25 (issue 1887) |
| (...skipping 3613 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3624 setting break points in them. | 3639 setting break points in them. |
| 3625 | 3640 |
| 3626 | 3641 |
| 3627 2008-07-03: Version 0.1.0 | 3642 2008-07-03: Version 0.1.0 |
| 3628 | 3643 |
| 3629 Initial export. | 3644 Initial export. |
| 3630 | 3645 |
| 3631 # Local Variables: | 3646 # Local Variables: |
| 3632 # mode:text | 3647 # mode:text |
| 3633 # End: | 3648 # End: |
| OLD | NEW |