OLD | NEW |
| 1 2009-05-04: Version 1.2.2 |
| 2 |
| 3 Fixed bug in array sorting for sparse arrays (issue 326). |
| 4 |
| 5 Added support for adding a soname when building a shared library |
| 6 on Linux (issue 151). |
| 7 |
| 8 Fixed bug caused by morphing internal ASCII strings to external |
| 9 two-byte strings. Slices over ASCII strings have to forward ASCII |
| 10 checks to the underlying buffer string. |
| 11 |
| 12 Allowed API call-as-function handlers to be called as |
| 13 constructors. |
| 14 |
| 15 Fixed a crash bug where an external string was disposed but a |
| 16 slice of the external string survived as a symbol. |
| 17 |
| 18 |
1 2009-04-27: Version 1.2.1 | 19 2009-04-27: Version 1.2.1 |
2 | 20 |
3 Added EcmaScript 5 JSON object. | 21 Added EcmaScript 5 JSON object. |
4 | 22 |
5 Fix bug in preemption support on ARM. | 23 Fix bug in preemption support on ARM. |
6 | 24 |
7 | 25 |
8 2009-04-23: Version 1.2.0 | 26 2009-04-23: Version 1.2.0 |
9 | 27 |
10 Optimized floating-point operations on ARM. | 28 Optimized floating-point operations on ARM. |
(...skipping 824 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
835 | 853 |
836 Improved debugger support by allowing nested break points and by | 854 Improved debugger support by allowing nested break points and by |
837 dealing with stack-overflows when compiling functions before | 855 dealing with stack-overflows when compiling functions before |
838 setting break points in them. | 856 setting break points in them. |
839 | 857 |
840 | 858 |
841 2008-07-03: Version 0.1.0 | 859 2008-07-03: Version 0.1.0 |
842 | 860 |
843 Initial export. | 861 Initial export. |
844 | 862 |
OLD | NEW |