OLD | NEW |
| 1 2010-11-10: Version 2.5.6 |
| 2 |
| 3 Added support for VFP rounding modes to the ARM simulator. |
| 4 |
| 5 Fixed multiplication overflow bug (issue 927). |
| 6 |
| 7 Added a limit for the amount of executable memory (issue 925). |
| 8 |
| 9 |
1 2010-11-08: Version 2.5.5 | 10 2010-11-08: Version 2.5.5 |
2 | 11 |
3 Added more aggressive GC of external objects in near out-of-memory | 12 Added more aggressive GC of external objects in near out-of-memory |
4 situations. | 13 situations. |
5 | 14 |
6 Fixed a bug that gave the incorrect result for String.split called | 15 Fixed a bug that gave the incorrect result for String.split called |
7 on the empty string (issue 924). | 16 on the empty string (issue 924). |
8 | 17 |
9 | 18 |
10 2010-11-03: Version 2.5.4 | 19 2010-11-03: Version 2.5.4 |
(...skipping 2191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2202 | 2211 |
2203 Improved debugger support by allowing nested break points and by | 2212 Improved debugger support by allowing nested break points and by |
2204 dealing with stack-overflows when compiling functions before | 2213 dealing with stack-overflows when compiling functions before |
2205 setting break points in them. | 2214 setting break points in them. |
2206 | 2215 |
2207 | 2216 |
2208 2008-07-03: Version 0.1.0 | 2217 2008-07-03: Version 0.1.0 |
2209 | 2218 |
2210 Initial export. | 2219 Initial export. |
2211 | 2220 |
OLD | NEW |