OLD | NEW |
| 1 2009-04-27: Version 1.2.1 |
| 2 |
| 3 Added EcmaScript 5 JSON object. |
| 4 |
| 5 Fix bug in preemption support on ARM. |
| 6 |
| 7 |
1 2009-04-23: Version 1.2.0 | 8 2009-04-23: Version 1.2.0 |
2 | 9 |
3 Optimized floating-point operations on ARM. | 10 Optimized floating-point operations on ARM. |
4 | 11 |
5 Added a number of extensions to the debugger API. | 12 Added a number of extensions to the debugger API. |
6 | 13 |
7 Changed the enumeration order for unsigned integer keys to always | 14 Changed the enumeration order for unsigned integer keys to always |
8 be numerical order. | 15 be numerical order. |
9 | 16 |
10 Added a "read" extension to the shell sample. | 17 Added a "read" extension to the shell sample. |
(...skipping 817 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
828 | 835 |
829 Improved debugger support by allowing nested break points and by | 836 Improved debugger support by allowing nested break points and by |
830 dealing with stack-overflows when compiling functions before | 837 dealing with stack-overflows when compiling functions before |
831 setting break points in them. | 838 setting break points in them. |
832 | 839 |
833 | 840 |
834 2008-07-03: Version 0.1.0 | 841 2008-07-03: Version 0.1.0 |
835 | 842 |
836 Initial export. | 843 Initial export. |
837 | 844 |
OLD | NEW |