blob: 12f56e06ea57de73726bc42befac98eaf965e9ec [file] [log] [blame]
kasper.lundbd3ec4e2008-07-09 11:06:54 +000012008-07-09: Version 0.1.1 (126448)
2
3 Fixed bug in stack overflow check code for IA-32 targets where a
4 non-tagged value in register eax was pushed to the stack.
5
6 Fixed potential quadratic behavior when converting strings to
7 numbers.
8
9 Fixed bug where the return value from Object::SetProperty could
10 end up being the property holder instead of the written value.
11
12 Improved debugger support by allowing nested break points and by
13 dealing with stack-overflows when compiling functions before
14 setting break points in them.
15
16
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +0000172008-07-03: Version 0.1.0 (125876)
18
kasper.lundbd3ec4e2008-07-09 11:06:54 +000019 Initial export.
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +000020