OLD | NEW |
| 1 2009-02-25: Version 1.0.2 |
| 2 |
| 3 Improved profiling support by performing simple call stack |
| 4 sampling for ticks and by fixing a bug in the logging of code |
| 5 addresses. |
| 6 |
| 7 Fixed a number of debugger issues. |
| 8 |
| 9 Optimized code that uses eval. |
| 10 |
| 11 Fixed a couple of bugs in the regular expression engine. |
| 12 |
| 13 Reduced the size of generated code for certain regular expressions. |
| 14 |
| 15 Removed JSCRE completely. |
| 16 |
| 17 Fixed issue where test could not be run if there was a dot in the |
| 18 checkout path. |
| 19 |
| 20 |
1 2009-02-13: Version 1.0.1 | 21 2009-02-13: Version 1.0.1 |
2 | 22 |
3 Fixed two crash-bugs in irregexp (issue 231 and 233). | 23 Fixed two crash-bugs in irregexp (issue 231 and 233). |
4 | 24 |
5 Fixed a number of minor bugs (issue 87, 227 and 228). | 25 Fixed a number of minor bugs (issue 87, 227 and 228). |
6 | 26 |
7 Added support for morphing strings to external strings on demand | 27 Added support for morphing strings to external strings on demand |
8 to avoid having to create copies in the embedding code. | 28 to avoid having to create copies in the embedding code. |
9 | 29 |
10 Removed experimental support for external symbol callbacks. | 30 Removed experimental support for external symbol callbacks. |
(...skipping 596 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
607 | 627 |
608 Improved debugger support by allowing nested break points and by | 628 Improved debugger support by allowing nested break points and by |
609 dealing with stack-overflows when compiling functions before | 629 dealing with stack-overflows when compiling functions before |
610 setting break points in them. | 630 setting break points in them. |
611 | 631 |
612 | 632 |
613 2008-07-03: Version 0.1.0 | 633 2008-07-03: Version 0.1.0 |
614 | 634 |
615 Initial export. | 635 Initial export. |
616 | 636 |
OLD | NEW |