OLD | NEW |
---|---|
1 2011-06-08: Version 3.4.3 | |
2 | |
3 Clear the global thread table when an isolate is disposed | |
4 (issue 1433). | |
5 | |
6 Converted time zone name to UTF8 on Windows (issue 1290). | |
7 | |
8 Limited the number of arguments in a function call to 32766 | |
9 (issue 1413). | |
10 | |
11 Compress sources of JS libraries in addition to the snapshot. | |
12 | |
13 Fixed a bug in Lithium environment iteration. | |
14 | |
15 Performance improvements on all platforms. | |
16 | |
Kasper Lund
2011/06/08 09:05:25
We usually have two newlines between ChangeLog ent
| |
1 2011-06-06: Version 3.4.2 | 17 2011-06-06: Version 3.4.2 |
2 | 18 |
3 More work on ES-Harmony proxies. Still hidden behind a flag. | 19 More work on ES-Harmony proxies. Still hidden behind a flag. |
4 | 20 |
5 Fixed some crash bugs and improved performance. | 21 Fixed some crash bugs and improved performance. |
6 | 22 |
7 Fixed building with gdb debugging support. | 23 Fixed building with gdb debugging support. |
8 | 24 |
9 Do not install SIGPROF handler until it is needed. | 25 Do not install SIGPROF handler until it is needed. |
10 | 26 |
11 Added DateTimeFormat to i18n API. | 27 Added DateTimeFormat to i18n API. |
12 | 28 |
13 Fixed compilation on OpenBSD. | 29 Fixed compilation on OpenBSD. |
14 | 30 |
15 Take the ulimit into account when sizing the heap. OpenBSD users | 31 Take the ulimit into account when sizing the heap. OpenBSD users |
16 may still have to increase the default ulimit to run heavy pages in | 32 may still have to increase the default ulimit to run heavy pages in |
17 the browser. | 33 the browser. |
18 | 34 |
Kasper Lund
2011/06/08 09:05:25
Ditto.
| |
19 2011-06-01: Version 3.4.1 | 35 2011-06-01: Version 3.4.1 |
20 | 36 |
21 Fixed JSON stringify issue with arrays. | 37 Fixed JSON stringify issue with arrays. |
22 | 38 |
23 Changed calls to JS builtins to be passed undefined when called with | 39 Changed calls to JS builtins to be passed undefined when called with |
24 implicit receiver. | 40 implicit receiver. |
25 | 41 |
26 Implemented the set trap for Harmony proxies. Proxies still need to | 42 Implemented the set trap for Harmony proxies. Proxies still need to |
27 be enabled with the --harmony-proxies flag. | 43 be enabled with the --harmony-proxies flag. |
28 | 44 |
(...skipping 2842 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2871 | 2887 |
2872 Improved debugger support by allowing nested break points and by | 2888 Improved debugger support by allowing nested break points and by |
2873 dealing with stack-overflows when compiling functions before | 2889 dealing with stack-overflows when compiling functions before |
2874 setting break points in them. | 2890 setting break points in them. |
2875 | 2891 |
2876 | 2892 |
2877 2008-07-03: Version 0.1.0 | 2893 2008-07-03: Version 0.1.0 |
2878 | 2894 |
2879 Initial export. | 2895 Initial export. |
2880 | 2896 |
OLD | NEW |