| OLD | NEW |
| 1 2011-04-13: Version 3.2.10 |
| 2 |
| 3 Fixed bug in external float arrays on ARM (issue 1323). |
| 4 |
| 5 Minor performance improvements and bug fixes. |
| 6 |
| 7 |
| 1 2011-04-11: Version 3.2.9 | 8 2011-04-11: Version 3.2.9 |
| 2 | 9 |
| 3 Removed support for ABI prior to EABI on ARM. | 10 Removed support for ABI prior to EABI on ARM. |
| 4 | 11 |
| 5 Fixed multiple crash bugs. | 12 Fixed multiple crash bugs. |
| 6 | 13 |
| 7 Added GCMole to the repository, a simple static analysis tool that | 14 Added GCMole to the repository, a simple static analysis tool that |
| 8 searches for GC-unsafe evaluation order dependent callsites. | 15 searches for GC-unsafe evaluation order dependent callsites. |
| 9 | 16 |
| 10 Made preparser API be exported in shared libraries. | 17 Made preparser API be exported in shared libraries. |
| (...skipping 2662 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2673 | 2680 |
| 2674 Improved debugger support by allowing nested break points and by | 2681 Improved debugger support by allowing nested break points and by |
| 2675 dealing with stack-overflows when compiling functions before | 2682 dealing with stack-overflows when compiling functions before |
| 2676 setting break points in them. | 2683 setting break points in them. |
| 2677 | 2684 |
| 2678 | 2685 |
| 2679 2008-07-03: Version 0.1.0 | 2686 2008-07-03: Version 0.1.0 |
| 2680 | 2687 |
| 2681 Initial export. | 2688 Initial export. |
| 2682 | 2689 |
| OLD | NEW |