OLD | NEW |
---|---|
1 2011-10-13: Version 3.7.0 | |
2 | |
3 Fixed array handling for Object.defineOwnProperty (ES5 conformance). | |
4 | |
5 Fixed issue 1757 (string slices of external strings). | |
6 | |
7 Fixed issue 1759 (ARM). | |
Rico
2011/10/13 09:56:18
this is a pretty bad description of what we fixed
| |
8 | |
9 Added flag --noclever-optimizations to disable some things that caused t rouble in the past. | |
danno
2011/10/13 09:39:17
80 col
| |
10 | |
11 Added flag --stress-compaction for testing. | |
12 | |
13 Added flag --harmony to activate all experimental Harmony features. | |
14 | |
15 | |
1 2011-10-10: Version 3.6.6 | 16 2011-10-10: Version 3.6.6 |
2 | 17 |
3 Added a GC pause visualization tool. | 18 Added a GC pause visualization tool. |
4 | 19 |
5 Added presubmit=no and werror=no flags to Makefile. | 20 Added presubmit=no and werror=no flags to Makefile. |
6 | 21 |
7 ES5/Test262 conformance improvements. | 22 ES5/Test262 conformance improvements. |
8 | 23 |
9 Fixed compilation issues with GCC 4.5.x (issue 1743). | 24 Fixed compilation issues with GCC 4.5.x (issue 1743). |
10 | 25 |
(...skipping 3328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3339 setting break points in them. | 3354 setting break points in them. |
3340 | 3355 |
3341 | 3356 |
3342 2008-07-03: Version 0.1.0 | 3357 2008-07-03: Version 0.1.0 |
3343 | 3358 |
3344 Initial export. | 3359 Initial export. |
3345 | 3360 |
3346 # Local Variables: | 3361 # Local Variables: |
3347 # mode:text | 3362 # mode:text |
3348 # End: | 3363 # End: |
OLD | NEW |