Version 3.0.1
Added support for an experimental internationalization API as an extension. This extension is disabled by default but can be enabled when building V8. The ECMAScript internationalization strawman is at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api.
Made RegExp character class parsing stricter. This mirrors a change to RegExp parsing in WebKit.
Fixed a bug in Object.defineProperty when used to change attributes of an existing property. It incorrectly set the property value to undefined (issue 965).
Fixed several different compilation failures on various platforms caused by the 3.0.0 release.
Optimized Math.pow so it can work on unboxed doubles.
Sped up quoting of JSON strings by removing one traversal of the string.
git-svn-id: http://v8.googlecode.com/svn/trunk@5995 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
100 files changed