| OLD | NEW |
| 1 2013-11-15: Version 3.23.5 |
| 2 |
| 3 Fixed missing type feedback check for Generic*String addition. |
| 4 (Chromium issue 318671) |
| 5 |
| 6 Fixed duplicate check in DependentCode::Insert. |
| 7 (Chromium issue 318454) |
| 8 |
| 9 Performance and stability improvements on all platforms. |
| 10 |
| 11 |
| 12 2013-11-14: Version 3.23.4 |
| 13 |
| 14 Fixed overflow in TypedArray initialization function. |
| 15 (Chromium issue 319120) |
| 16 |
| 17 Performance and stability improvements on all platforms. |
| 18 |
| 19 |
| 20 2013-11-13: Version 3.23.3 |
| 21 |
| 22 Fixed compilation with GCC 4.8. |
| 23 (issue 2767, 2149) |
| 24 |
| 25 Added explicit Isolate parameter to External::New. |
| 26 (Chromium issue 266838) |
| 27 |
| 28 Performance and stability improvements on all platforms. |
| 29 |
| 30 |
| 1 2013-11-12: Version 3.23.2 | 31 2013-11-12: Version 3.23.2 |
| 2 | 32 |
| 3 Fixed --extra-code flag for snapshot creation. | 33 Fixed --extra-code flag for snapshot creation. |
| 4 (issue 2994) | 34 (issue 2994) |
| 5 | 35 |
| 6 Fixed error message wording when instanceof throws. | 36 Fixed error message wording when instanceof throws. |
| 7 (Chromium issue 82797, issue 1593) | 37 (Chromium issue 82797, issue 1593) |
| 8 | 38 |
| 9 Performance and stability improvements on all platforms. | 39 Performance and stability improvements on all platforms. |
| 10 | 40 |
| (...skipping 6196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6207 setting break points in them. | 6237 setting break points in them. |
| 6208 | 6238 |
| 6209 | 6239 |
| 6210 2008-07-03: Version 0.1.0 | 6240 2008-07-03: Version 0.1.0 |
| 6211 | 6241 |
| 6212 Initial export. | 6242 Initial export. |
| 6213 | 6243 |
| 6214 # Local Variables: | 6244 # Local Variables: |
| 6215 # mode:text | 6245 # mode:text |
| 6216 # End: | 6246 # End: |
| OLD | NEW |