OLD | NEW |
| 1 2012-03-09: Version 3.9.16 |
| 2 |
| 3 Added basic interface inference for modules (behind the --harmony flag). |
| 4 |
| 5 Added Object.is, Number.isFinite, Number.isNaN. |
| 6 |
| 7 Updated the Unicode tables to Unicode version 6.1.0. |
| 8 |
| 9 Performance and stability improvements on all platforms. |
| 10 |
| 11 |
1 2012-03-06: Version 3.9.15 | 12 2012-03-06: Version 3.9.15 |
2 | 13 |
3 Fix the heap profiler crash caused by memory layout changes between | 14 Fix the heap profiler crash caused by memory layout changes between |
4 passes. | 15 passes. |
5 | 16 |
6 Fix Error.prototype.toString to throw TypeError. (issue 1980) | 17 Fix Error.prototype.toString to throw TypeError. (issue 1980) |
7 | 18 |
8 Fix double-rounding in strtod for MinGW. (issue 1062) | 19 Fix double-rounding in strtod for MinGW. (issue 1062) |
9 | 20 |
10 Fix corrupted snapshot serializaton on ia32. (Chromium issue v8/1985) | 21 Fix corrupted snapshot serializaton on ia32. (Chromium issue v8/1985) |
(...skipping 3816 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3827 setting break points in them. | 3838 setting break points in them. |
3828 | 3839 |
3829 | 3840 |
3830 2008-07-03: Version 0.1.0 | 3841 2008-07-03: Version 0.1.0 |
3831 | 3842 |
3832 Initial export. | 3843 Initial export. |
3833 | 3844 |
3834 # Local Variables: | 3845 # Local Variables: |
3835 # mode:text | 3846 # mode:text |
3836 # End: | 3847 # End: |
OLD | NEW |