OLD | NEW |
---|---|
1 2011-05-04: Version 3.3.4 | |
2 | |
3 Implemented API to disallow code generation from strings for a context | |
4 (issue 1258) | |
Søren Thygesen Gjesse
2011/05/04 11:48:42
End sentence with period (times 3)?
| |
5 | |
6 Fixed bug with whitespaces in parseInt (issue 955) | |
7 | |
8 Fixed bug with == comparison of Date objects (issue 1356) | |
9 | |
10 Added GYP variables for ARM code generation: | |
11 v8_can_use_vfp_instructions, v8_can_use_unaligned_accesses | |
12 and v8_use_arm_eabi_hardfloat. | |
13 | |
14 | |
1 2011-05-02: Version 3.3.3 | 15 2011-05-02: Version 3.3.3 |
2 | 16 |
3 Added support for generating Visual Studio solution and project files | 17 Added support for generating Visual Studio solution and project files |
4 using GYP. | 18 using GYP. |
5 | 19 |
6 Implemented support for ARM EABI calling convention variation where | 20 Implemented support for ARM EABI calling convention variation where |
7 floating-point arguments are passed in registers (hardfloat). | 21 floating-point arguments are passed in registers (hardfloat). |
8 | 22 |
9 Added Object::HasOwnProperty() to the API. | 23 Added Object::HasOwnProperty() to the API. |
10 | 24 |
(...skipping 2725 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2736 | 2750 |
2737 Improved debugger support by allowing nested break points and by | 2751 Improved debugger support by allowing nested break points and by |
2738 dealing with stack-overflows when compiling functions before | 2752 dealing with stack-overflows when compiling functions before |
2739 setting break points in them. | 2753 setting break points in them. |
2740 | 2754 |
2741 | 2755 |
2742 2008-07-03: Version 0.1.0 | 2756 2008-07-03: Version 0.1.0 |
2743 | 2757 |
2744 Initial export. | 2758 Initial export. |
2745 | 2759 |
OLD | NEW |