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