blob: 588a2076826b5f76ba4d0a1e6585ccb1480d86cb [file] [log] [blame]
kasper.lundaf4734f2008-07-28 12:50:18 +000012008-07-28: Version 0.1.4 (128918)
2
3 Added support for storing JavaScript stack traces in a stack
4 allocated buffer to make it visible in shallow core dumps.
5 Controlled by the --preallocate-message-memory flag which is
6 disabled by default.
7
8
kasper.lund44510672008-07-25 07:37:58 +000092008-07-25: Version 0.1.3 (128832)
10
11 Fixed bug in JSObject::GetPropertyAttributePostInterceptor where
12 map transitions would count as properties.
13
14 Allowed aliased eval invocations by treating them as evals in the
15 global context. This may change in the future.
16
17 Added support for accessing the last entered context through the
18 API and renamed Context::Current to Context::GetCurrent and
19 Context::GetSecurityContext to Context::GetCurrentSecurityContext.
20
21 Fixed bug in the debugger that would cause the debugger scripts to
22 be recursively loaded and changed all disabling of interrupts to
23 be block-structured.
24
25 Made snapshot data read-only to allow it to be more easily shared
26 across multiple users of V8 when linked as a shared library.
27
28
kasper.lund212ac232008-07-16 07:07:30 +0000292008-07-16: Version 0.1.2 (127441)
30
31 Fixed building on Mac OS X by recognizing i386 and friends as
32 IA-32 platforms.
33
34 Added propagation of stack overflow exceptions that occur while
35 compiling nested functions.
36
37 Improved debugger with support for recursive break points and
38 handling of exceptions that occur in the debugger JavaScript code.
39
40 Renamed GetInternal to GetInternalField and SetInternal to
41 SetInternalField in the API and moved InternalFieldCount and
42 SetInternalFieldCount from FunctionTemplate to ObjectTemplate.
43
44
kasper.lundbd3ec4e2008-07-09 11:06:54 +0000452008-07-09: Version 0.1.1 (126448)
46
47 Fixed bug in stack overflow check code for IA-32 targets where a
48 non-tagged value in register eax was pushed to the stack.
49
50 Fixed potential quadratic behavior when converting strings to
51 numbers.
52
53 Fixed bug where the return value from Object::SetProperty could
54 end up being the property holder instead of the written value.
55
56 Improved debugger support by allowing nested break points and by
57 dealing with stack-overflows when compiling functions before
58 setting break points in them.
59
60
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +0000612008-07-03: Version 0.1.0 (125876)
62
kasper.lundbd3ec4e2008-07-09 11:06:54 +000063 Initial export.
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +000064