OLD | NEW |
| 1 2012-04-30: Version 3.10.7 |
| 2 |
| 3 Performance and stability improvements on all platforms. |
| 4 |
| 5 |
1 2012-04-26: Version 3.10.6 | 6 2012-04-26: Version 3.10.6 |
2 | 7 |
3 Fixed some bugs in accessing details of the last regexp match. | 8 Fixed some bugs in accessing details of the last regexp match. |
4 | 9 |
5 Fixed source property of empty RegExp objects. (issue 1982) | 10 Fixed source property of empty RegExp objects. (issue 1982) |
6 | 11 |
7 Enabled inlining some V8 API functions. | 12 Enabled inlining some V8 API functions. |
8 | 13 |
9 Performance and stability improvements on all platforms. | 14 Performance and stability improvements on all platforms. |
10 | 15 |
(...skipping 4050 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4061 setting break points in them. | 4066 setting break points in them. |
4062 | 4067 |
4063 | 4068 |
4064 2008-07-03: Version 0.1.0 | 4069 2008-07-03: Version 0.1.0 |
4065 | 4070 |
4066 Initial export. | 4071 Initial export. |
4067 | 4072 |
4068 # Local Variables: | 4073 # Local Variables: |
4069 # mode:text | 4074 # mode:text |
4070 # End: | 4075 # End: |
OLD | NEW |