OLD | NEW |
| 1 2013-01-09: Version 3.16.3 |
| 2 |
| 3 Improved GC performance when moving parts of a FixedArray (issue 2452). |
| 4 |
| 5 Enabled readline on d8 while building a shared lib (issue 1781). |
| 6 |
| 7 Fixed missing exception check in typed array constructor |
| 8 (Chromium issue 168545). |
| 9 |
| 10 Check for read-only-ness when preparing for array sort (issue 2419). |
| 11 |
| 12 Performance and stability improvements on all platforms. |
| 13 |
| 14 |
1 2013-01-04: Version 3.16.2 | 15 2013-01-04: Version 3.16.2 |
2 | 16 |
3 Added Makefile options to build for the Raspberry Pi (armv7=0, | 17 Added Makefile options to build for the Raspberry Pi (armv7=0, |
4 arm_fpu=vfp2). | 18 arm_fpu=vfp2). |
5 | 19 |
6 Performance and stability improvements on all platforms. | 20 Performance and stability improvements on all platforms. |
7 | 21 |
8 | 22 |
9 2012-12-27: Version 3.16.1 | 23 2012-12-27: Version 3.16.1 |
10 | 24 |
(...skipping 4896 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4907 setting break points in them. | 4921 setting break points in them. |
4908 | 4922 |
4909 | 4923 |
4910 2008-07-03: Version 0.1.0 | 4924 2008-07-03: Version 0.1.0 |
4911 | 4925 |
4912 Initial export. | 4926 Initial export. |
4913 | 4927 |
4914 # Local Variables: | 4928 # Local Variables: |
4915 # mode:text | 4929 # mode:text |
4916 # End: | 4930 # End: |
OLD | NEW |