| OLD | NEW |
| 1 2011-09-07: Version 3.6.1 |
| 2 |
| 3 Fixed a bug in abrupt exit from with or catch inside finally. |
| 4 |
| 5 Fixed possible crash in FixedDoubleArray::Initialize() (Chromium |
| 6 issue 95113). |
| 7 |
| 8 Fixed a bug in Page::GetRegionMaskForSpan (Chromium issue 94425). |
| 9 |
| 10 Fixed a few clang warnings (which -Werror treated as errors). |
| 11 |
| 12 Performance improvements on all platforms. |
| 13 |
| 14 |
| 15 2011-09-05: Version 3.6.0 |
| 16 |
| 17 Fixed a bug when optimizing named function expression (issue 1647). |
| 18 |
| 19 Fixed a bug when optimizing f.call.apply (issue 1650). |
| 20 |
| 21 Made arguments and caller always be null on native functions |
| 22 (issues 1548 and 1643). |
| 23 |
| 24 Fixed issue 1648 (cross-compiling x64 targeting ia32). |
| 25 |
| 26 Fixed issue 371 (d8 printing of strings containing \0). |
| 27 |
| 28 Fixed order of evaluation in arguments to parseInt (issue 1649). |
| 29 |
| 30 Fixed a problem with large heap snapshots in Chrome DevTools |
| 31 (issue 1658, chromium issue 89268). |
| 32 |
| 33 Upped default maximum heap size from 512M to 700M. |
| 34 |
| 35 |
| 36 2011-08-31: Version 3.5.10 |
| 37 |
| 38 Added dependency of v8_base on WinSocket2 Windows library in |
| 39 the GYP-build. |
| 40 |
| 41 Various bugfixes. |
| 42 |
| 43 |
| 44 2011-08-29: Version 3.5.9 |
| 45 |
| 46 Made FromPropertyDescriptor not trigger inherited setters. |
| 47 |
| 48 Fixed .gyp files to work on the ARM simulator. |
| 49 |
| 50 Fixed shared library build warnings for MSVS. |
| 51 |
| 52 |
| 1 2011-08-24: Version 3.5.8 | 53 2011-08-24: Version 3.5.8 |
| 2 | 54 |
| 3 Added V8EXPORT attributes for v8::Array::CheckCast and | 55 Added V8EXPORT attributes for v8::Array::CheckCast and |
| 4 v8::Number::CheckCast. | 56 v8::Number::CheckCast. |
| 5 | 57 |
| 6 Made a slight API change enabling opting out from null termination | 58 Made a slight API change enabling opting out from null termination |
| 7 in String::Write*(). | 59 in String::Write*(). |
| 8 | 60 |
| 9 Fixed arm build for gcc-4.6. | 61 Fixed arm build for gcc-4.6. |
| 10 | 62 |
| (...skipping 3189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3200 setting break points in them. | 3252 setting break points in them. |
| 3201 | 3253 |
| 3202 | 3254 |
| 3203 2008-07-03: Version 0.1.0 | 3255 2008-07-03: Version 0.1.0 |
| 3204 | 3256 |
| 3205 Initial export. | 3257 Initial export. |
| 3206 | 3258 |
| 3207 # Local Variables: | 3259 # Local Variables: |
| 3208 # mode:text | 3260 # mode:text |
| 3209 # End: | 3261 # End: |
| OLD | NEW |