OLD | NEW |
| 1 2012-04-26: Version 3.10.6 |
| 2 |
| 3 Fixed some bugs in accessing details of the lastest regexp match. |
| 4 |
| 5 Fixed source property of empty RegExp objects. (issue 1982) |
| 6 |
| 7 Enabled inlining some V8 API functions. |
| 8 |
| 9 Performance and stability improvements on all platforms. |
| 10 |
| 11 |
1 2012-04-23: Version 3.10.5 | 12 2012-04-23: Version 3.10.5 |
2 | 13 |
3 Put new global var semantics behind a flag until WebKit tests are | 14 Put new global var semantics behind a flag until WebKit tests are |
4 cleaned up. | 15 cleaned up. |
5 | 16 |
6 Enabled stepping into callback passed to builtins. | 17 Enabled stepping into callback passed to builtins. |
7 (Chromium issue 109564) | 18 (Chromium issue 109564) |
8 | 19 |
9 Performance and stability improvements on all platforms. | 20 Performance and stability improvements on all platforms. |
10 | 21 |
(...skipping 4039 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4050 setting break points in them. | 4061 setting break points in them. |
4051 | 4062 |
4052 | 4063 |
4053 2008-07-03: Version 0.1.0 | 4064 2008-07-03: Version 0.1.0 |
4054 | 4065 |
4055 Initial export. | 4066 Initial export. |
4056 | 4067 |
4057 # Local Variables: | 4068 # Local Variables: |
4058 # mode:text | 4069 # mode:text |
4059 # End: | 4070 # End: |
OLD | NEW |