| OLD | NEW |
| 1 2011-06-06: Version 3.4.2 |
| 2 |
| 3 More work on ES-Harmony proxies. Still hidden behind a flag. |
| 4 |
| 5 Fixed some crash bugs and improved performance. |
| 6 |
| 7 Fixed building with gdb debugging support. |
| 8 |
| 9 Do not install SIGPROF handler until it is needed. |
| 10 |
| 11 Added DateTimeFormat to i18n API. |
| 12 |
| 13 Fixed compilation on OpenBSD. |
| 14 |
| 15 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 |
| 17 the browser. |
| 18 |
| 1 2011-06-01: Version 3.4.1 | 19 2011-06-01: Version 3.4.1 |
| 2 | 20 |
| 3 Fixed JSON stringify issue with arrays. | 21 Fixed JSON stringify issue with arrays. |
| 4 | 22 |
| 5 Changed calls to JS builtins to be passed undefined when called with | 23 Changed calls to JS builtins to be passed undefined when called with |
| 6 implicit receiver. | 24 implicit receiver. |
| 7 | 25 |
| 8 Implemented the set trap for Harmony proxies. Proxies still need to | 26 Implemented the set trap for Harmony proxies. Proxies still need to |
| 9 be enabled with the --harmony-proxies flag. | 27 be enabled with the --harmony-proxies flag. |
| 10 | 28 |
| (...skipping 2842 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2853 | 2871 |
| 2854 Improved debugger support by allowing nested break points and by | 2872 Improved debugger support by allowing nested break points and by |
| 2855 dealing with stack-overflows when compiling functions before | 2873 dealing with stack-overflows when compiling functions before |
| 2856 setting break points in them. | 2874 setting break points in them. |
| 2857 | 2875 |
| 2858 | 2876 |
| 2859 2008-07-03: Version 0.1.0 | 2877 2008-07-03: Version 0.1.0 |
| 2860 | 2878 |
| 2861 Initial export. | 2879 Initial export. |
| 2862 | 2880 |
| OLD | NEW |