| OLD | NEW |
| 1 2011-06-06: Version 3.4.2.1 |
| 2 |
| 3 Reverted 8133: Lower heap size limits on systems that are short |
| 4 of virtual memory. It was causing problems with layout tests on |
| 5 MacOS. |
| 6 |
| 7 |
| 1 2011-06-06: Version 3.4.2 | 8 2011-06-06: Version 3.4.2 |
| 2 | 9 |
| 3 More work on ES-Harmony proxies. Still hidden behind a flag. | 10 More work on ES-Harmony proxies. Still hidden behind a flag. |
| 4 | 11 |
| 5 Fixed some crash bugs and improved performance. | 12 Fixed some crash bugs and improved performance. |
| 6 | 13 |
| 7 Fixed building with gdb debugging support. | 14 Fixed building with gdb debugging support. |
| 8 | 15 |
| 9 Do not install SIGPROF handler until it is needed. | 16 Do not install SIGPROF handler until it is needed. |
| 10 | 17 |
| (...skipping 2860 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2871 | 2878 |
| 2872 Improved debugger support by allowing nested break points and by | 2879 Improved debugger support by allowing nested break points and by |
| 2873 dealing with stack-overflows when compiling functions before | 2880 dealing with stack-overflows when compiling functions before |
| 2874 setting break points in them. | 2881 setting break points in them. |
| 2875 | 2882 |
| 2876 | 2883 |
| 2877 2008-07-03: Version 0.1.0 | 2884 2008-07-03: Version 0.1.0 |
| 2878 | 2885 |
| 2879 Initial export. | 2886 Initial export. |
| 2880 | 2887 |
| OLD | NEW |