OLD | NEW |
| 1 2010-09-13: Version 2.4.3 |
| 2 |
| 3 Made Date.parse properly handle TZ offsets (issue 857). |
| 4 |
| 5 Performance improvements on all platforms. |
| 6 |
| 7 |
1 2010-09-08: Version 2.4.2 | 8 2010-09-08: Version 2.4.2 |
2 | 9 |
3 Fixed GC crash bug. | 10 Fixed GC crash bug. |
4 | 11 |
5 Fixed stack corruption bug. | 12 Fixed stack corruption bug. |
6 | 13 |
7 Fixed compilation for newer C++ compilers that found Operand(0) | 14 Fixed compilation for newer C++ compilers that found Operand(0) |
8 ambiguous. | 15 ambiguous. |
9 | 16 |
10 | 17 |
(...skipping 2047 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2058 | 2065 |
2059 Improved debugger support by allowing nested break points and by | 2066 Improved debugger support by allowing nested break points and by |
2060 dealing with stack-overflows when compiling functions before | 2067 dealing with stack-overflows when compiling functions before |
2061 setting break points in them. | 2068 setting break points in them. |
2062 | 2069 |
2063 | 2070 |
2064 2008-07-03: Version 0.1.0 | 2071 2008-07-03: Version 0.1.0 |
2065 | 2072 |
2066 Initial export. | 2073 Initial export. |
2067 | 2074 |
OLD | NEW |