| OLD | NEW |
| 1 2009-06-23: Version 1.1.10.14 |
| 2 |
| 3 Fixed two bugs in the regular expression engine. |
| 4 |
| 5 |
| 1 2009-05-18: Version 1.1.10.13 | 6 2009-05-18: Version 1.1.10.13 |
| 2 | 7 |
| 3 Added multiple generations to the script compilation cache to | 8 Added multiple generations to the script compilation cache to |
| 4 allow scripts that are used alot to survive a number of garbage | 9 allow scripts that are used alot to survive a number of garbage |
| 5 collections in the compilation cache. | 10 collections in the compilation cache. |
| 6 | 11 |
| 7 | 12 |
| 8 2009-05-15: Version 1.1.10.12 | 13 2009-05-15: Version 1.1.10.12 |
| 9 | 14 |
| 10 Fixed http://crbug.com/12054. Fix numeric overflow handling when | 15 Fixed http://crbug.com/12054. Fix numeric overflow handling when |
| (...skipping 809 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 820 | 825 |
| 821 Improved debugger support by allowing nested break points and by | 826 Improved debugger support by allowing nested break points and by |
| 822 dealing with stack-overflows when compiling functions before | 827 dealing with stack-overflows when compiling functions before |
| 823 setting break points in them. | 828 setting break points in them. |
| 824 | 829 |
| 825 | 830 |
| 826 2008-07-03: Version 0.1.0 | 831 2008-07-03: Version 0.1.0 |
| 827 | 832 |
| 828 Initial export. | 833 Initial export. |
| 829 | 834 |
| OLD | NEW |