| OLD | NEW |
| 1 2011-09-13: Version 3.6.3 |
| 2 |
| 3 Implemented better support of typed arrays in the d8 shell. |
| 4 |
| 5 Bug fixes and performance improvements on all platforms. |
| 6 |
| 7 |
| 1 2011-09-08: Version 3.6.2 | 8 2011-09-08: Version 3.6.2 |
| 2 | 9 |
| 3 Added "dependencies" target to top-level Makefile. | 10 Added "dependencies" target to top-level Makefile. |
| 4 | 11 |
| 5 Added ability to turn profiler on/off in d8. | 12 Added ability to turn profiler on/off in d8. |
| 6 | 13 |
| 7 Added "soname_version" parameter to common.gypi, v8.gyp, and Makefile. | 14 Added "soname_version" parameter to common.gypi, v8.gyp, and Makefile. |
| 8 | 15 |
| 9 Fixed several crash bugs. | 16 Fixed several crash bugs. |
| 10 | 17 |
| (...skipping 3252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3263 setting break points in them. | 3270 setting break points in them. |
| 3264 | 3271 |
| 3265 | 3272 |
| 3266 2008-07-03: Version 0.1.0 | 3273 2008-07-03: Version 0.1.0 |
| 3267 | 3274 |
| 3268 Initial export. | 3275 Initial export. |
| 3269 | 3276 |
| 3270 # Local Variables: | 3277 # Local Variables: |
| 3271 # mode:text | 3278 # mode:text |
| 3272 # End: | 3279 # End: |
| OLD | NEW |