OLD | NEW |
| 1 2010-04-12: Version 2.2.2 |
| 2 |
| 3 Introduced new profiler API. |
| 4 |
| 5 Fixed random number generator to produce full 32 random bits. |
| 6 |
| 7 |
1 2010-04-06: Version 2.2.1 | 8 2010-04-06: Version 2.2.1 |
2 | 9 |
3 Debugger improvements. | 10 Debugger improvements. |
4 | 11 |
5 Fixed minor bugs. | 12 Fixed minor bugs. |
6 | 13 |
7 | 14 |
8 2010-03-29: Version 2.2.0 | 15 2010-03-29: Version 2.2.0 |
9 | 16 |
10 Fixed a few minor bugs. | 17 Fixed a few minor bugs. |
(...skipping 1594 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1605 | 1612 |
1606 Improved debugger support by allowing nested break points and by | 1613 Improved debugger support by allowing nested break points and by |
1607 dealing with stack-overflows when compiling functions before | 1614 dealing with stack-overflows when compiling functions before |
1608 setting break points in them. | 1615 setting break points in them. |
1609 | 1616 |
1610 | 1617 |
1611 2008-07-03: Version 0.1.0 | 1618 2008-07-03: Version 0.1.0 |
1612 | 1619 |
1613 Initial export. | 1620 Initial export. |
1614 | 1621 |
OLD | NEW |