OLD | NEW |
| 1 2009-02-09: Version 1.0.0 |
| 2 |
| 3 Fixed crash-bug in the code generation for case independent 16 bit |
| 4 backreferences. |
| 5 |
| 6 Made shells more robust in the presence of string conversion |
| 7 failures (issue 224). |
| 8 |
| 9 Fixed a potential infinite loop when attempting to resolve |
| 10 eval (issue 221). |
| 11 |
| 12 Miscellaneous fixes to the new regular expression engine. |
| 13 |
| 14 Reduced binary by stripping unneeded text from JavaScript library and |
| 15 minifying some JavaScript files. |
| 16 |
| 17 |
1 2009-01-27: Version 0.4.9 | 18 2009-01-27: Version 0.4.9 |
2 | 19 |
3 Enabled new regular expression engine. | 20 Enabled new regular expression engine. |
4 | 21 |
5 Made a number of changes to the debugger protocol. | 22 Made a number of changes to the debugger protocol. |
6 | 23 |
7 Fixed a number of bugs in the preemption support. | 24 Fixed a number of bugs in the preemption support. |
8 | 25 |
9 Added -p option to the developer shell to run files in parallel | 26 Added -p option to the developer shell to run files in parallel |
10 using preemption. | 27 using preemption. |
(...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
578 | 595 |
579 Improved debugger support by allowing nested break points and by | 596 Improved debugger support by allowing nested break points and by |
580 dealing with stack-overflows when compiling functions before | 597 dealing with stack-overflows when compiling functions before |
581 setting break points in them. | 598 setting break points in them. |
582 | 599 |
583 | 600 |
584 2008-07-03: Version 0.1.0 | 601 2008-07-03: Version 0.1.0 |
585 | 602 |
586 Initial export. | 603 Initial export. |
587 | 604 |
OLD | NEW |