Timeline


and

05/11/06:

00:44 Ticket #769 (Heap profiling: time tag format) closed by simonmar
fixed: Thanks. #664 was fixed, but the fix was not merged into the 6.4 branch …

05/10/06:

15:11 Ticket #769 (Heap profiling: time tag format) created by guest
If you enable heap profiling and then use hp2ps to generate a graph it …

05/09/06:

11:07 ArmLinuxGhc edited by guest
(diff)
02:48 Ticket #768 (Improve performance of binary serialisation for interface files) created by simonmar
utils/Binary.hs can be made significantly faster. See: …
02:24 Ticket #764 (DESTDIR Makefile variable) reopened by guest

05/08/06:

04:08 Ticket #765 (x86_64 NCG goes via unsigned for FFI Int return types.) closed by simonmar
invalid: This isn't a bug: the Haskell Int type corresponds to HsInt, …
03:12 Ticket #767 (withMVar family have a bug) created by simonmar
withMVar is defined like this: […] unfortunately this has a …

05/07/06:

11:26 Ticket #766 (GHC 6.4.2 won't build on Mac OS X) created by guest
Problem I'm running Mac OS X Tiger (10.4.6) and trying to build GHC …
09:49 Ticket #715 (OpenAL package fails to compile with older headers) closed by panne
fixed
07:46 Ticket #765 (x86_64 NCG goes via unsigned for FFI Int return types.) created by duncan.coutts@…
With ghc-6.4.2 on x86_64 and using the -fasm NCG we get the wrong answer …

05/06/06:

16:42 ArmLinuxGhc edited by guest
(diff)
16:41 ArmLinuxGhc edited by guest
(diff)
04:08 Ticket #473 (getOpt' checks "non-option options") closed by panne
fixed: The bug has already been fixed in the 6.4.2 branch, and it is now fixed in …
03:54 Ticket #764 (DESTDIR Makefile variable) closed by panne
invalid: GHC's build system already has this feature, see e.g. the RPM spec file …

05/05/06:

16:23 Ticket #763 (Breakpoint mechanism crashes when there's a type error) closed by Lemmih
fixed
10:09 Platforms edited by duncan
ghci does not work on powerpc64-unknown-linux (diff)
09:18 Ticket #764 (DESTDIR Makefile variable) created by guest
I'd like the Makefile to have a DESTDIR parameter. This is destined to …

05/04/06:

11:20 ArmLinuxGhc created by guest
10:58 Platforms edited by guest
(diff)
08:36 Ticket #763 (Breakpoint mechanism crashes when there's a type error) created by simonpj
Test tcfail032 is failing thus; […] Something to do with the new …
06:40 Ticket #739 (command-line expressions with double-quoted strings misinterpret some ...) reopened by simonpj
I am running GHC on a windows XP platform. The bug i did report has …
01:32 Ticket #762 (Unregistered build fails because libghccompat is not built) closed by simonmar
fixed: Both changes applied, thanks.

05/03/06:

16:36 Ticket #762 (Unregistered build fails because libghccompat is not built) created by jeremy at n-heptane.com
I believe that this bug: …

05/02/06:

08:31 Ticket #761 (Occasional Segmentation Fault and strange object 17863) closed by simonmar
worksforme: It's highly likely you have faulty hardware, I'm afraid. GHC exercises …
08:17 Ticket #761 (Occasional Segmentation Fault and strange object 17863) created by guest
Hello, I have noticed the last few months GHC throws an occasional …
01:31 Ticket #754 (EVACUATED object entered) closed by simonmar
duplicate
01:30 Ticket #758 (Error compiling darcs on Mac OS X) closed by simonmar
duplicate: closed; dup of #751
01:29 Ticket #755 (GHC 6.4.2 crashes frequently on OSX Tiger 10.4.6) closed by simonmar
duplicate: duplicate of #751
00:14 Ticket #760 (Template Haskell doesn't like scoped type variables) created by rl@…
GHC panics is scoped type variables are used in [d| ... |]: […]

05/01/06:

18:54 Ticket #759 (RULES ignored by recompilation checker) created by rl@…
The recompilation checker does not seem to take RULES into account. This …

04/30/06:

12:06 Ticket #758 (Error compiling darcs on Mac OS X) created by charles.gerungan@…
The only reason I'm using ghc is to compile darcs on Mac OS X 10.4.6 build …

04/28/06:

01:55 Ticket #749 (Building 6.4.2 fails) closed by simonmar
fixed: Fixed as suggested, certainly the quoting on that line is different to the …
01:50 Ticket #757 (Compiler error when trying to run ZFS) closed by simonmar
duplicate: If you have SELinux in "enforcing" mode, try changing it to "permissive". …
01:45 Ticket #620 (IA-64 port) closed by simonmar
fixed

04/27/06:

12:26 Ticket #757 (Compiler error when trying to run ZFS) created by deweese@…
When trying to run ZFS.hs in ghci from …

04/26/06:

02:28 Hackathon edited by duncan.coutts@…
Gtk2Hs currently needs an ugly polling system to allow the use of … (diff)
02:10 WikiStart edited by simonmar
(diff)
02:08 Hackathon created by simonmar
01:03 Ticket #756 (Threaded RTS deadlock when used with Visual Haskell) created by simonmar
It has been reported that the threaded RTS on the HEAD doesn't work with …

04/25/06:

10:48 Ticket #755 (GHC 6.4.2 crashes frequently on OSX Tiger 10.4.6) created by guest
I've installed GHC 6.4.2 through darwinports on my OSX Tiger 10.4.6. It …

04/22/06:

11:54 Ticket #754 (EVACUATED object entered) created by matt@…
using GHC 6.4.2 on Mac OS X 10.4.6, darwinports build. […] Was trying …

04/21/06:

07:17 Ticket #753 (DLL generated by ghc does exit()) created by guest
If you generate a DLL with ghc there is a number of places in the runtime …
07:01 Ticket #752 (ghc-6.4.2 not running under solaris) created by maeder@…
ghc-6.4.2 created under solaris goes to sleep and does not terminate even …

04/20/06:

08:26 Ticket #751 (ghc 6.4.2 on OS X 10.4.6 fails a compiler error building Crypto-3.0.3.) created by gwright@…
I have just installed ghc 6.4.2 on OS X 10.4.6. It was built from source …
06:45 Platforms edited by dons
+openbsd/sparc (diff)
06:12 Platforms edited by simonmar
add build triples; separate old platforms (diff)

04/19/06:

14:25 DebuggingGhcCrashes edited by simonmar
(diff)
14:23 WikiStart edited by simonmar
remove 6.4.2 tickets link (diff)
14:22 WikiStart edited by simonmar
note 6.4.2 release (diff)
02:58 Contributors edited by simonmar
point to platform page, rearrange text slightly (diff)
02:52 WikiStart edited by simonmar
add link to platforms (diff)
02:50 Platforms created by simonmar
01:25 Ticket #750 (Set -M, -H, -c and other memory-related values based on available ...) created by simonmar
From John Meacham: perhaps if -M is not otherwise set, …
00:53 Ticket #746 (ghc panic! with foreign import wrapper involving Bool) closed by simonmar
fixed: Fixed, but not in 6.4.2, sorry. The workaround is to use an integral type …
00:00 Milestone 6.4.2 completed

04/18/06:

07:59 Ticket #749 (Building 6.4.2 fails) created by guest
Trying to rebuild 6.4.2 with 6.4.2 or 6.4.1 fails for me: …
03:54 Ticket #748 (VISUAL HASKELL won't find imports) closed by simonmar
worksforme: You need to explicitly add references to packages in the "References" …

04/17/06:

16:13 Ticket #748 (VISUAL HASKELL won't find imports) created by Jorge.Pelizzoni@…
I've just installed Visual Haskell (18/04/2006) and things work fine till …
09:21 Ticket #747 (Unloading a dll does not clean up properly) created by guest
When a DLL is loaded it calls initUserSignals() and initDefaultHandlers(). …

04/16/06:

17:37 Ticket #746 (ghc panic! with foreign import wrapper involving Bool) created by brianh@…
I encounter a strange 'ghc panic' bug when I try to export the function …

04/14/06:

03:59 Ticket #745 (GHC should recover better from bad type signatures) created by simonpj
GHC currently bales out as soon as it finds an ill-kinded top-level type …
03:56 Ticket #737 (Pattern match failure in coreSyn/CoreUtils.lhs) closed by simonpj
fixed: Thank you for this report. It's now fixed, but alas missed the deadline …

04/13/06:

06:42 Ticket #744 (ghc-pkg lies about location of haddock-interfaces and haddock-html) created by avatar@…
I installed ghc from ghc-6.4.1-1.i386.rpm. This places the haddock …
06:34 WikiStart edited by naur@…
AddingNewPrimitiveOperations (diff)
06:22 AddingNewPrimitiveOperations created by guest

04/12/06:

03:36 Ticket #743 (-M limit exceeded by a factor of 2) created by simonmar
See …
Note: See TracTimeline for information about the timeline view.