OLD | NEW |
| 1 2012-02-08: Version 3.9.4 |
| 2 |
| 3 Properly initialize element-transitioning array literals on ARM. |
| 4 (issue 1930) |
| 5 |
| 6 Bug fixes on all platforms. |
| 7 |
| 8 |
1 2012-02-07: Version 3.9.3 | 9 2012-02-07: Version 3.9.3 |
2 | 10 |
3 When rethrowing an exception, print the stack trace of its original | 11 When rethrowing an exception, print the stack trace of its original |
4 site instead of rethrow site (Chromium issue 60240). | 12 site instead of rethrow site (Chromium issue 60240). |
5 | 13 |
6 Increased size of small stacks from 32k to 64k to avoid hitting limits | 14 Increased size of small stacks from 32k to 64k to avoid hitting limits |
7 in Chromium (Chromium issue 112843). | 15 in Chromium (Chromium issue 112843). |
8 | 16 |
9 | 17 |
10 2012-02-06: Version 3.9.2 | 18 2012-02-06: Version 3.9.2 |
(...skipping 3684 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3695 setting break points in them. | 3703 setting break points in them. |
3696 | 3704 |
3697 | 3705 |
3698 2008-07-03: Version 0.1.0 | 3706 2008-07-03: Version 0.1.0 |
3699 | 3707 |
3700 Initial export. | 3708 Initial export. |
3701 | 3709 |
3702 # Local Variables: | 3710 # Local Variables: |
3703 # mode:text | 3711 # mode:text |
3704 # End: | 3712 # End: |
OLD | NEW |