OLD | NEW |
| 1 2010-06-28: Version 2.2.20 |
| 2 Fix bug with for-in on x64 platform (issue 748). |
| 3 |
| 4 Fix crash bug on x64 platform (issue 756). |
| 5 |
| 6 Fix bug in Object.getOwnPropertyNames. (chromium issue 41243). |
| 7 |
| 8 Fix a bug on ARM that caused the result of 1 << x to be |
| 9 miscalculated for some inputs. |
| 10 |
| 11 Performance improvements on all platforms. |
| 12 |
1 2010-06-23: Version 2.2.19 | 13 2010-06-23: Version 2.2.19 |
2 | 14 |
3 Fix bug that causes the build to break when profillingsupport=off | 15 Fix bug that causes the build to break when profillingsupport=off |
4 (issue 738). | 16 (issue 738). |
5 | 17 |
6 Added expose-externalize-string flag for testing extensions. | 18 Added expose-externalize-string flag for testing extensions. |
7 | 19 |
8 Resolve linker issues with using V8 as a DLL causing a number of | 20 Resolve linker issues with using V8 as a DLL causing a number of |
9 problems with unresolved symbols. | 21 problems with unresolved symbols. |
10 | 22 |
(...skipping 1784 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1795 | 1807 |
1796 Improved debugger support by allowing nested break points and by | 1808 Improved debugger support by allowing nested break points and by |
1797 dealing with stack-overflows when compiling functions before | 1809 dealing with stack-overflows when compiling functions before |
1798 setting break points in them. | 1810 setting break points in them. |
1799 | 1811 |
1800 | 1812 |
1801 2008-07-03: Version 0.1.0 | 1813 2008-07-03: Version 0.1.0 |
1802 | 1814 |
1803 Initial export. | 1815 Initial export. |
1804 | 1816 |
OLD | NEW |