Commit be576757 authored by ager@chromium.org's avatar ager@chromium.org

Prepare push to trunk containing two irregexp crash fixes and support

for morphing strings to external strings.  Now working on version
1.0.2.

Review URL: http://codereview.chromium.org/20351

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1265 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 80bb2cc5
2009-02-13: Version 1.0.1
Fixed two crash-bugs in irregexp (issue 231 and 233).
Fixed a number of minor bugs (issue 87, 227 and 228).
Added support for morphing strings to external strings on demand
to avoid having to create copies in the embedding code.
Removed experimental support for external symbol callbacks.
2009-02-09: Version 1.0.0
Fixed crash-bug in the code generation for case independent 16 bit
......
......@@ -2184,7 +2184,7 @@ bool v8::V8::Initialize() {
const char* v8::V8::GetVersion() {
return "1.0.1 (candidate)";
return "1.0.2 (candidate)";
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment