| OLD | NEW |
| 1 2010-01-10: Version 3.0.7 |
| 2 |
| 3 Stopped calling inherited setters when creating object literals |
| 4 (issue 1015). |
| 5 |
| 6 Changed interpretation of malformed \c? escapes in RegExp to match |
| 7 JSC. |
| 8 |
| 9 Enhanced the command-line debugger interface and fixed some minor |
| 10 bugs in the debugger. |
| 11 |
| 12 Performance improvements on the IA32 platform. |
| 13 |
| 14 |
| 1 2010-01-05: Version 3.0.6 | 15 2010-01-05: Version 3.0.6 |
| 2 | 16 |
| 3 Allowed getters and setters on JSArray elements (Issue 900). | 17 Allowed getters and setters on JSArray elements (issue 900). |
| 4 | 18 |
| 5 Stopped JSON objects from hitting inherited setters (part of | 19 Stopped JSON objects from hitting inherited setters (part of |
| 6 Issue 1015). | 20 issue 1015). |
| 7 | 21 |
| 8 Allowed numbers and strings as names of getters/setters in object | 22 Allowed numbers and strings as names of getters/setters in object |
| 9 initializer (Issue 820). | 23 initializer (issue 820). |
| 10 | 24 |
| 11 Added use_system_v8 option to gyp (off by default), to make it easier | 25 Added use_system_v8 option to gyp (off by default), to make it easier |
| 12 for Linux distributions to ship with system-provided V8 library. | 26 for Linux distributions to ship with system-provided V8 library. |
| 13 | 27 |
| 14 Exported external array data accessors (Issue 1016). | 28 Exported external array data accessors (issue 1016). |
| 15 | 29 |
| 16 Added labelled thread names to help with debugging (on Linux). | 30 Added labelled thread names to help with debugging (on Linux). |
| 17 | 31 |
| 18 | 32 |
| 19 2011-01-03: Version 3.0.5 | 33 2011-01-03: Version 3.0.5 |
| 20 | 34 |
| 21 Fixed a couple of cast errors for gcc-3.4.3. | 35 Fixed a couple of cast errors for gcc-3.4.3. |
| 22 | 36 |
| 23 Performance improvements in GC and IA32 code generator. | 37 Performance improvements in GC and IA32 code generator. |
| 24 | 38 |
| (...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 170 (issue http://crbug.com/60753). | 184 (issue http://crbug.com/60753). |
| 171 | 185 |
| 172 | 186 |
| 173 2010-10-27: Version 2.5.2 | 187 2010-10-27: Version 2.5.2 |
| 174 | 188 |
| 175 Improved sampler resolution on Linux. | 189 Improved sampler resolution on Linux. |
| 176 | 190 |
| 177 Allowed forcing the use of a simulator from the build script | 191 Allowed forcing the use of a simulator from the build script |
| 178 independently of the host architecture. | 192 independently of the host architecture. |
| 179 | 193 |
| 180 Fixed FreeBSD port (Issue 912). | 194 Fixed FreeBSD port (issue 912). |
| 181 | 195 |
| 182 Made windows-tick-processor respect D8_PATH. | 196 Made windows-tick-processor respect D8_PATH. |
| 183 | 197 |
| 184 Implemented --noinline-new flag fully on IA32, X64 and ARM platforms. | 198 Implemented --noinline-new flag fully on IA32, X64 and ARM platforms. |
| 185 | 199 |
| 186 | 200 |
| 187 2010-10-20: Version 2.5.1 | 201 2010-10-20: Version 2.5.1 |
| 188 | 202 |
| 189 Fixed bug causing spurious out of memory exceptions | 203 Fixed bug causing spurious out of memory exceptions |
| 190 (issue http://crbug.com/54580). | 204 (issue http://crbug.com/54580). |
| (...skipping 2160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2351 | 2365 |
| 2352 Improved debugger support by allowing nested break points and by | 2366 Improved debugger support by allowing nested break points and by |
| 2353 dealing with stack-overflows when compiling functions before | 2367 dealing with stack-overflows when compiling functions before |
| 2354 setting break points in them. | 2368 setting break points in them. |
| 2355 | 2369 |
| 2356 | 2370 |
| 2357 2008-07-03: Version 0.1.0 | 2371 2008-07-03: Version 0.1.0 |
| 2358 | 2372 |
| 2359 Initial export. | 2373 Initial export. |
| 2360 | 2374 |
| OLD | NEW |