|
| 1 | +2010-07-07: Version 2.2.23 |
| 2 | + |
| 3 | + API change: Convert Unicode code points outside the basic multilingual |
| 4 | + plane to the replacement character. Previous behavior was to silently |
| 5 | + truncate the value to 16 bits. |
| 6 | + |
| 7 | + Fixed crash: handle all flat string types in regexp replace. |
| 8 | + |
| 9 | + Prevent invalid pre-parsing data passed in through the API from |
| 10 | + crashing V8. |
| 11 | + |
| 12 | + Performance improvements on all platforms. |
| 13 | + |
| 14 | +2010-07-05: Version 2.2.22 |
| 15 | + |
| 16 | + Added ES5 Object.isExtensible and Object.preventExtensions. |
| 17 | + |
| 18 | + Enabled building V8 as a DLL. |
| 19 | + |
| 20 | + Fixed a bug in date code where -0 was not interpreted as 0 |
| 21 | + (issue 736). |
| 22 | + |
| 23 | + Performance improvements on all platforms. |
| 24 | + |
| 25 | + |
1 | 26 | 2010-06-30: Version 2.2.21 |
2 | 27 |
|
3 | 28 | Fix bug in externalizing some ASCII strings (Chromium issue 47824). |
|
13 | 38 | Provide actual breakpoints locations in response to setBreakpoint |
14 | 39 | and listBreakpoints requests. |
15 | 40 |
|
| 41 | + |
16 | 42 | 2010-06-28: Version 2.2.20 |
| 43 | + |
17 | 44 | Fix bug with for-in on x64 platform (issue 748). |
18 | 45 |
|
19 | 46 | Fix crash bug on x64 platform (issue 756). |
20 | | - |
| 47 | + |
21 | 48 | Fix bug in Object.getOwnPropertyNames. (chromium issue 41243). |
22 | 49 |
|
23 | | - Fix a bug on ARM that caused the result of 1 << x to be |
| 50 | + Fix a bug on ARM that caused the result of 1 << x to be |
24 | 51 | miscalculated for some inputs. |
25 | 52 |
|
26 | 53 | Performance improvements on all platforms. |
27 | 54 |
|
| 55 | + |
28 | 56 | 2010-06-23: Version 2.2.19 |
29 | 57 |
|
30 | 58 | Fix bug that causes the build to break when profillingsupport=off |
|
64 | 92 |
|
65 | 93 | 2010-06-09: Version 2.2.16 |
66 | 94 |
|
67 | | - Removed the SetExternalStringDiposeCallback API. Changed the |
| 95 | + Removed the SetExternalStringDiposeCallback API. Changed the |
68 | 96 | disposal of external string resources to call a virtual Dispose |
69 | 97 | method on the resource. |
70 | 98 |
|
71 | | - Added support for more precise break points when debugging and |
| 99 | + Added support for more precise break points when debugging and |
72 | 100 | stepping. |
73 | 101 |
|
74 | 102 | Memory usage improvements on all platforms. |
|
0 commit comments