OLD | NEW |
| 1 2013-04-26: Version 3.18.4 |
| 2 |
| 3 Added a preliminary API for ES6 ArrayBuffers |
| 4 |
| 5 Replaced qsort with std::sort. (Chromium issue 2639) |
| 6 |
| 7 Performance and stability improvements on all platforms. |
| 8 |
| 9 |
1 2013-04-24: Version 3.18.3 | 10 2013-04-24: Version 3.18.3 |
2 | 11 |
3 Exposed the GC under a name that is less collision prone than window.gc. | 12 Exposed the GC under a name that is less collision prone than window.gc. |
4 (issue 2641) | 13 (issue 2641) |
5 | 14 |
6 Do not emit double values at their use sites. (Chromium issue 234101) | 15 Do not emit double values at their use sites. (Chromium issue 234101) |
7 | 16 |
8 Added methods to allow resuming execution after calling | 17 Added methods to allow resuming execution after calling |
9 TerminateExecution(). (issue 2361) | 18 TerminateExecution(). (issue 2361) |
10 | 19 |
(...skipping 5309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5320 setting break points in them. | 5329 setting break points in them. |
5321 | 5330 |
5322 | 5331 |
5323 2008-07-03: Version 0.1.0 | 5332 2008-07-03: Version 0.1.0 |
5324 | 5333 |
5325 Initial export. | 5334 Initial export. |
5326 | 5335 |
5327 # Local Variables: | 5336 # Local Variables: |
5328 # mode:text | 5337 # mode:text |
5329 # End: | 5338 # End: |
OLD | NEW |