OLD | NEW |
| 1 2010-04-21: Version 2.3.4 |
| 2 |
| 3 Fixed warnings on arm on newer GCC versions. |
| 4 |
| 5 Fixed a number of minor bugs. |
| 6 |
| 7 Performance improvements on all platforms. |
| 8 |
| 9 |
1 2010-04-14: Version 2.2.3 | 10 2010-04-14: Version 2.2.3 |
2 | 11 |
3 Added stack command and mem command to ARM simulator debugger. | 12 Added stack command and mem command to ARM simulator debugger. |
4 | 13 |
5 Fixed scons snapshot and ARM build, and Windows X64 build issues. | 14 Fixed scons snapshot and ARM build, and Windows X64 build issues. |
6 | 15 |
7 Performance improvements on all platforms. | 16 Performance improvements on all platforms. |
8 | 17 |
9 | 18 |
10 2010-04-12: Version 2.2.2 | 19 2010-04-12: Version 2.2.2 |
(...skipping 1610 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1621 | 1630 |
1622 Improved debugger support by allowing nested break points and by | 1631 Improved debugger support by allowing nested break points and by |
1623 dealing with stack-overflows when compiling functions before | 1632 dealing with stack-overflows when compiling functions before |
1624 setting break points in them. | 1633 setting break points in them. |
1625 | 1634 |
1626 | 1635 |
1627 2008-07-03: Version 0.1.0 | 1636 2008-07-03: Version 0.1.0 |
1628 | 1637 |
1629 Initial export. | 1638 Initial export. |
1630 | 1639 |
OLD | NEW |