OLD | NEW |
| 1 2010-03-29: Version 2.2.0 |
| 2 |
| 3 Fixed a few minor bugs. |
| 4 |
| 5 Performance improvements for string operations. |
| 6 |
| 7 |
1 2010-03-26: Version 2.1.10 | 8 2010-03-26: Version 2.1.10 |
2 | 9 |
3 Fixed scons build issues. | 10 Fixed scons build issues. |
4 | 11 |
5 Fixed a couple of minor bugs. | 12 Fixed a couple of minor bugs. |
6 | 13 |
7 | 14 |
8 2010-03-25: Version 2.1.9 | 15 2010-03-25: Version 2.1.9 |
9 | 16 |
10 Added API support for reattaching a global object to a context. | 17 Added API support for reattaching a global object to a context. |
(...skipping 1580 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1591 | 1598 |
1592 Improved debugger support by allowing nested break points and by | 1599 Improved debugger support by allowing nested break points and by |
1593 dealing with stack-overflows when compiling functions before | 1600 dealing with stack-overflows when compiling functions before |
1594 setting break points in them. | 1601 setting break points in them. |
1595 | 1602 |
1596 | 1603 |
1597 2008-07-03: Version 0.1.0 | 1604 2008-07-03: Version 0.1.0 |
1598 | 1605 |
1599 Initial export. | 1606 Initial export. |
1600 | 1607 |
OLD | NEW |