| OLD | NEW |
| 1 2009-01-27: Version 0.4.9 |
| 2 |
| 3 Enabled new regular expression engine. |
| 4 |
| 5 Made a number of changes to the debugger protocol. |
| 6 |
| 7 Fixed a number of bugs in the preemption support. |
| 8 |
| 9 Added -p option to the developer shell to run files in parallel |
| 10 using preemption. |
| 11 |
| 12 Fixed a number of minor bugs (including issues 176, 187, 189, 192, |
| 13 193, 198 and 201). |
| 14 |
| 15 Fixed a number of bugs in the serialization/deserialization |
| 16 support for the ARM platform. |
| 17 |
| 18 |
| 1 2009-01-19: Version 0.4.8.1 | 19 2009-01-19: Version 0.4.8.1 |
| 2 | 20 |
| 3 Minor patch to debugger support. | 21 Minor patch to debugger support. |
| 4 | 22 |
| 5 | 23 |
| 6 2009-01-16: Version 0.4.8 | 24 2009-01-16: Version 0.4.8 |
| 7 | 25 |
| 8 Fixed string length bug on ARM (issue 171). | 26 Fixed string length bug on ARM (issue 171). |
| 9 | 27 |
| 10 Made most methods in the API const. | 28 Made most methods in the API const. |
| (...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 560 | 578 |
| 561 Improved debugger support by allowing nested break points and by | 579 Improved debugger support by allowing nested break points and by |
| 562 dealing with stack-overflows when compiling functions before | 580 dealing with stack-overflows when compiling functions before |
| 563 setting break points in them. | 581 setting break points in them. |
| 564 | 582 |
| 565 | 583 |
| 566 2008-07-03: Version 0.1.0 | 584 2008-07-03: Version 0.1.0 |
| 567 | 585 |
| 568 Initial export. | 586 Initial export. |
| 569 | 587 |
| OLD | NEW |