| OLD | NEW |
| 1 2011-10-19: Version 3.7.1 |
| 2 |
| 3 Fixed evaluation order in defineProperties to match FireFox. |
| 4 |
| 5 Fixed handling of non-object receivers for array builtins, Chromium bug |
| 6 100702. |
| 7 |
| 8 Multiple fixes to improve compliance with test262. |
| 9 |
| 10 Fixed compatibility with older Android releases. |
| 11 |
| 12 Fixed compilation with gcc-4.5.3. |
| 13 |
| 14 Improved performance of WriteUtf8, issue 1665. |
| 15 |
| 16 Made native syntax an early error in the preparser. |
| 17 |
| 18 Fixed issues 793 and 893 relating to Function.prototype.bind. |
| 19 |
| 20 Improved let support and other Harmony features (behind the |
| 21 --harmony flag). |
| 22 |
| 23 Changed evaluation order for > and <= to match ES5 instead of ES3. |
| 24 |
| 25 Bug fixes and performance improvements on all platforms. |
| 26 |
| 27 |
| 1 2011-10-13: Version 3.7.0 | 28 2011-10-13: Version 3.7.0 |
| 2 | 29 |
| 3 Fixed array handling for Object.defineOwnProperty (ES5 conformance). | 30 Fixed array handling for Object.defineOwnProperty (ES5 conformance). |
| 4 | 31 |
| 5 Fixed issue 1757 (string slices of external strings). | 32 Fixed issue 1757 (string slices of external strings). |
| 6 | 33 |
| 7 Fixed issue 1759 (ARM). | 34 Fixed issue 1759 (ARM). |
| 8 | 35 |
| 9 Added flag --noclever-optimizations to disable some things that | 36 Added flag --noclever-optimizations to disable some things that |
| 10 caused trouble in the past. | 37 caused trouble in the past. |
| (...skipping 3344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3355 setting break points in them. | 3382 setting break points in them. |
| 3356 | 3383 |
| 3357 | 3384 |
| 3358 2008-07-03: Version 0.1.0 | 3385 2008-07-03: Version 0.1.0 |
| 3359 | 3386 |
| 3360 Initial export. | 3387 Initial export. |
| 3361 | 3388 |
| 3362 # Local Variables: | 3389 # Local Variables: |
| 3363 # mode:text | 3390 # mode:text |
| 3364 # End: | 3391 # End: |
| OLD | NEW |