blob: 884bed41853eb61ad8dcb63662bae1522c52b4b6 [file] [log] [blame]
kasper.lund212ac232008-07-16 07:07:30 +000012008-07-16: Version 0.1.2 (127441)
2
3 Fixed building on Mac OS X by recognizing i386 and friends as
4 IA-32 platforms.
5
6 Added propagation of stack overflow exceptions that occur while
7 compiling nested functions.
8
9 Improved debugger with support for recursive break points and
10 handling of exceptions that occur in the debugger JavaScript code.
11
12 Renamed GetInternal to GetInternalField and SetInternal to
13 SetInternalField in the API and moved InternalFieldCount and
14 SetInternalFieldCount from FunctionTemplate to ObjectTemplate.
15
16
kasper.lundbd3ec4e2008-07-09 11:06:54 +0000172008-07-09: Version 0.1.1 (126448)
18
19 Fixed bug in stack overflow check code for IA-32 targets where a
20 non-tagged value in register eax was pushed to the stack.
21
22 Fixed potential quadratic behavior when converting strings to
23 numbers.
24
25 Fixed bug where the return value from Object::SetProperty could
26 end up being the property holder instead of the written value.
27
28 Improved debugger support by allowing nested break points and by
29 dealing with stack-overflows when compiling functions before
30 setting break points in them.
31
32
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +0000332008-07-03: Version 0.1.0 (125876)
34
kasper.lundbd3ec4e2008-07-09 11:06:54 +000035 Initial export.
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +000036