OLD | NEW |
| 1 2013-08-29: Version 3.21.6 |
| 2 |
| 3 Fixed inlined 'throw' statements interfering with live range |
| 4 computation. (issue 2843) |
| 5 |
| 6 Performance and stability improvements on all platforms. |
| 7 |
| 8 |
1 2013-08-28: Version 3.21.5 | 9 2013-08-28: Version 3.21.5 |
2 | 10 |
3 Fixed compilation with recent MinGW64 versions. (issue 2300) | 11 Fixed compilation with recent MinGW64 versions. (issue 2300) |
4 | 12 |
5 Added RemovePrototype to FunctionTemplate. (Chromium issue 272440) | 13 Added RemovePrototype to FunctionTemplate. (Chromium issue 272440) |
6 | 14 |
7 Performance and stability improvements on all platforms. | 15 Performance and stability improvements on all platforms. |
8 | 16 |
9 | 17 |
10 2013-08-26: Version 3.21.4 | 18 2013-08-26: Version 3.21.4 |
(...skipping 5803 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5814 setting break points in them. | 5822 setting break points in them. |
5815 | 5823 |
5816 | 5824 |
5817 2008-07-03: Version 0.1.0 | 5825 2008-07-03: Version 0.1.0 |
5818 | 5826 |
5819 Initial export. | 5827 Initial export. |
5820 | 5828 |
5821 # Local Variables: | 5829 # Local Variables: |
5822 # mode:text | 5830 # mode:text |
5823 # End: | 5831 # End: |
OLD | NEW |