| kasper.lund | bd3ec4e | 2008-07-09 11:06:54 +0000 | [diff] [blame^] | 1 | 2008-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.hansen | 43d26ec | 2008-07-03 15:10:15 +0000 | [diff] [blame] | 17 | 2008-07-03: Version 0.1.0 (125876) |
| 18 | |
| kasper.lund | bd3ec4e | 2008-07-09 11:06:54 +0000 | [diff] [blame^] | 19 | Initial export. |
| christian.plesner.hansen | 43d26ec | 2008-07-03 15:10:15 +0000 | [diff] [blame] | 20 | |