OLD | NEW |
| 1 2011-05-09: Version 3.3.5 |
| 2 |
| 3 Fixed build on FreeBSD. Patch by Akinori MUSHA. |
| 4 |
| 5 Added check that receiver is JSObject on API calls. |
| 6 |
| 7 Implemented CallAsConstructor method for Object in the API (Issue 1348). |
| 8 Patch by Peter Varga. |
| 9 |
| 10 Added CallAsFunction method to the Object class in the API (Issue 1336). |
| 11 Patch by Peter Varga. |
| 12 |
| 13 Added per-isolate locking and unlocking. |
| 14 |
| 15 Fixed bug in x64 >>> operator (Issue 1359). |
| 16 |
| 17 |
1 2011-05-04: Version 3.3.4 | 18 2011-05-04: Version 3.3.4 |
2 | 19 |
3 Implemented API to disallow code generation from strings for a context | 20 Implemented API to disallow code generation from strings for a context |
4 (issue 1258). | 21 (issue 1258). |
5 | 22 |
6 Fixed bug with whitespaces in parseInt (issue 955). | 23 Fixed bug with whitespaces in parseInt (issue 955). |
7 | 24 |
8 Fixed bug with == comparison of Date objects (issue 1356). | 25 Fixed bug with == comparison of Date objects (issue 1356). |
9 | 26 |
10 Added GYP variables for ARM code generation: | 27 Added GYP variables for ARM code generation: |
(...skipping 2739 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2750 | 2767 |
2751 Improved debugger support by allowing nested break points and by | 2768 Improved debugger support by allowing nested break points and by |
2752 dealing with stack-overflows when compiling functions before | 2769 dealing with stack-overflows when compiling functions before |
2753 setting break points in them. | 2770 setting break points in them. |
2754 | 2771 |
2755 | 2772 |
2756 2008-07-03: Version 0.1.0 | 2773 2008-07-03: Version 0.1.0 |
2757 | 2774 |
2758 Initial export. | 2775 Initial export. |
2759 | 2776 |
OLD | NEW |