| OLD | NEW |
| 1 2013-03-13: Version 3.17.10 |
| 2 |
| 3 Fixed heap snapshot creation for Harmony collections. (issue 2535) |
| 4 |
| 5 Fixed register allocation corner case. (Chromium issue 177883) |
| 6 |
| 7 Performance and stability improvements on all platforms. |
| 8 |
| 9 |
| 1 2013-03-08: Version 3.17.9 | 10 2013-03-08: Version 3.17.9 |
| 2 | 11 |
| 3 Restored Function()'s expected string representation. (issue 2470) | 12 Restored Function()'s expected string representation. (issue 2470) |
| 4 | 13 |
| 5 Enabled deprecatations (again). (issue 2487) | 14 Enabled deprecatations (again). (issue 2487) |
| 6 | 15 |
| 7 Avoid bool to Oddball conversions by being lazy. (issue 2491) | 16 Avoid bool to Oddball conversions by being lazy. (issue 2491) |
| 8 | 17 |
| 9 Added %p option to --logfile. | 18 Added %p option to --logfile. |
| 10 | 19 |
| (...skipping 5174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5185 setting break points in them. | 5194 setting break points in them. |
| 5186 | 5195 |
| 5187 | 5196 |
| 5188 2008-07-03: Version 0.1.0 | 5197 2008-07-03: Version 0.1.0 |
| 5189 | 5198 |
| 5190 Initial export. | 5199 Initial export. |
| 5191 | 5200 |
| 5192 # Local Variables: | 5201 # Local Variables: |
| 5193 # mode:text | 5202 # mode:text |
| 5194 # End: | 5203 # End: |
| OLD | NEW |