| OLD | NEW |
| 1 2011-09-08: Version 3.6.2 |
| 2 |
| 3 Added "dependencies" target to top-level Makefile. |
| 4 |
| 5 Added ability to turn profiler on/off in d8. |
| 6 |
| 7 Added "soname_version" parameter to common.gypi, v8.gyp, and Makefile. |
| 8 |
| 9 Fixed several crash bugs. |
| 10 |
| 11 |
| 1 2011-09-07: Version 3.6.1 | 12 2011-09-07: Version 3.6.1 |
| 2 | 13 |
| 3 Fixed a bug in abrupt exit from with or catch inside finally. | 14 Fixed a bug in abrupt exit from with or catch inside finally. |
| 4 | 15 |
| 5 Fixed possible crash in FixedDoubleArray::Initialize() (Chromium | 16 Fixed possible crash in FixedDoubleArray::Initialize() (Chromium |
| 6 issue 95113). | 17 issue 95113). |
| 7 | 18 |
| 8 Fixed a bug in Page::GetRegionMaskForSpan (Chromium issue 94425). | 19 Fixed a bug in Page::GetRegionMaskForSpan (Chromium issue 94425). |
| 9 | 20 |
| 10 Fixed a few clang warnings (which -Werror treated as errors). | 21 Fixed a few clang warnings (which -Werror treated as errors). |
| 11 | 22 |
| 12 Performance improvements on all platforms. | 23 Performance improvements on all platforms. |
| 13 | 24 |
| 14 | 25 |
| 15 2011-09-05: Version 3.6.0 | 26 2011-09-05: Version 3.6.0 |
| 16 | 27 |
| 17 » Fixed a bug when optimizing named function expression (issue 1647). | 28 Fixed a bug when optimizing named function expression (issue 1647). |
| 18 | 29 |
| 19 » Fixed a bug when optimizing f.call.apply (issue 1650). | 30 Fixed a bug when optimizing f.call.apply (issue 1650). |
| 20 | 31 |
| 21 » Made arguments and caller always be null on native functions | 32 Made arguments and caller always be null on native functions |
| 22 » (issues 1548 and 1643). | 33 (issues 1548 and 1643). |
| 23 | 34 |
| 24 » Fixed issue 1648 (cross-compiling x64 targeting ia32). | 35 Fixed issue 1648 (cross-compiling x64 targeting ia32). |
| 25 | 36 |
| 26 » Fixed issue 371 (d8 printing of strings containing \0). | 37 Fixed issue 371 (d8 printing of strings containing \0). |
| 27 | 38 |
| 28 » Fixed order of evaluation in arguments to parseInt (issue 1649). | 39 Fixed order of evaluation in arguments to parseInt (issue 1649). |
| 29 | 40 |
| 30 » Fixed a problem with large heap snapshots in Chrome DevTools | 41 Fixed a problem with large heap snapshots in Chrome DevTools |
| 31 » (issue 1658, chromium issue 89268). | 42 (issue 1658, chromium issue 89268). |
| 32 | 43 |
| 33 » Upped default maximum heap size from 512M to 700M. | 44 Upped default maximum heap size from 512M to 700M. |
| 34 | 45 |
| 35 | 46 |
| 36 2011-08-31: Version 3.5.10 | 47 2011-08-31: Version 3.5.10 |
| 37 | 48 |
| 38 Added dependency of v8_base on WinSocket2 Windows library in | 49 Added dependency of v8_base on WinSocket2 Windows library in |
| 39 the GYP-build. | 50 the GYP-build. |
| 40 | 51 |
| 41 Various bugfixes. | 52 Various bugfixes. |
| 42 | 53 |
| 43 | 54 |
| (...skipping 3208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3252 setting break points in them. | 3263 setting break points in them. |
| 3253 | 3264 |
| 3254 | 3265 |
| 3255 2008-07-03: Version 0.1.0 | 3266 2008-07-03: Version 0.1.0 |
| 3256 | 3267 |
| 3257 Initial export. | 3268 Initial export. |
| 3258 | 3269 |
| 3259 # Local Variables: | 3270 # Local Variables: |
| 3260 # mode:text | 3271 # mode:text |
| 3261 # End: | 3272 # End: |
| OLD | NEW |