| OLD | NEW |
| 1 2011-11-21: Version 3.7.9 |
| 2 |
| 3 Removed exit-time destructors. |
| 4 |
| 5 Stability and performance improvements on all platforms. |
| 6 |
| 7 |
| 1 2011-11-17: Version 3.7.8 | 8 2011-11-17: Version 3.7.8 |
| 2 | 9 |
| 3 Removed hidden prototype from builtins, i.e., deleting an overridden | 10 Removed hidden prototype from builtins, i.e., deleting an overridden |
| 4 function on builtins will not make the original function reappear. | 11 function on builtins will not make the original function reappear. |
| 5 | 12 |
| 6 Added NetBSD support for scons build. | 13 Added NetBSD support for scons build. |
| 7 | 14 |
| 8 Performance improvements on all platforms. | 15 Performance improvements on all platforms. |
| 9 | 16 |
| 10 | 17 |
| 11 2011-11-14: Version 3.7.7 | 18 2011-11-14: Version 3.7.7 |
| 12 | 19 |
| 13 Fix missing fast property accessors in heap snapshots. | 20 Fix missing fast property accessors in heap snapshots. |
| (...skipping 3456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3470 setting break points in them. | 3477 setting break points in them. |
| 3471 | 3478 |
| 3472 | 3479 |
| 3473 2008-07-03: Version 0.1.0 | 3480 2008-07-03: Version 0.1.0 |
| 3474 | 3481 |
| 3475 Initial export. | 3482 Initial export. |
| 3476 | 3483 |
| 3477 # Local Variables: | 3484 # Local Variables: |
| 3478 # mode:text | 3485 # mode:text |
| 3479 # End: | 3486 # End: |
| OLD | NEW |