OLD | NEW |
| 1 2012-07-30: Version 3.12.18 |
| 2 |
| 3 Forced using bit-pattern for signed zero double. (issue 2239) |
| 4 |
| 5 Made sure double to int conversion is correct. (issue 2260) |
| 6 |
| 7 Performance and stability improvements on all platforms. |
| 8 |
| 9 |
1 2012-07-27: Version 3.12.17 | 10 2012-07-27: Version 3.12.17 |
2 | 11 |
3 Always set the callee's context when calling a function from optimized | 12 Always set the callee's context when calling a function from optimized |
4 code. | 13 code. |
5 (Chromium issue 138887) | 14 (Chromium issue 138887) |
6 | 15 |
7 Fixed building with GCC 3.x | 16 Fixed building with GCC 3.x |
8 (issue 2016, 2017) | 17 (issue 2016, 2017) |
9 | 18 |
10 Improved API calls that return empty handles. | 19 Improved API calls that return empty handles. |
(...skipping 4458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4469 setting break points in them. | 4478 setting break points in them. |
4470 | 4479 |
4471 | 4480 |
4472 2008-07-03: Version 0.1.0 | 4481 2008-07-03: Version 0.1.0 |
4473 | 4482 |
4474 Initial export. | 4483 Initial export. |
4475 | 4484 |
4476 # Local Variables: | 4485 # Local Variables: |
4477 # mode:text | 4486 # mode:text |
4478 # End: | 4487 # End: |
OLD | NEW |