OLD | NEW |
| 1 2010-10-18: Version 2.5.0 |
| 2 |
| 3 Fixed bug in cache handling of lastIndex on global regexps |
| 4 (issue http://crbug.com/58740). |
| 5 |
| 6 Added USE_SIMULATOR macro that explicitly indicates that we wish to use |
| 7 the simulator as the execution engine (by Mark Lam <mark.lam@palm.com> |
| 8 from Hewlett-Packard Development Company, LP). |
| 9 |
| 10 Fixed compilation error on ARM with gcc 4.4 (issue 894). |
| 11 |
| 12 |
1 2010-10-13: Version 2.4.9 | 13 2010-10-13: Version 2.4.9 |
2 | 14 |
3 Fixed a bug in the handling of conditional expressions in test | 15 Fixed a bug in the handling of conditional expressions in test |
4 contexts in compiler for top-level code. | 16 contexts in compiler for top-level code. |
5 | 17 |
6 Added "//@ sourceURL" information to the StackTrace API. | 18 Added "//@ sourceURL" information to the StackTrace API. |
7 | 19 |
8 Exposed RegExp construction through the API. | 20 Exposed RegExp construction through the API. |
9 | 21 |
10 | 22 |
(...skipping 2125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2136 | 2148 |
2137 Improved debugger support by allowing nested break points and by | 2149 Improved debugger support by allowing nested break points and by |
2138 dealing with stack-overflows when compiling functions before | 2150 dealing with stack-overflows when compiling functions before |
2139 setting break points in them. | 2151 setting break points in them. |
2140 | 2152 |
2141 | 2153 |
2142 2008-07-03: Version 0.1.0 | 2154 2008-07-03: Version 0.1.0 |
2143 | 2155 |
2144 Initial export. | 2156 Initial export. |
2145 | 2157 |
OLD | NEW |