Timeline
06/16/06:
- 08:46 Hackathon edited by
- (diff)
- 07:31 Ticket #688 (killThread and SMP) closed by
- fixed: Now done.
- 07:29 JobAdvert edited by
- (diff)
- 07:27 WikiStart edited by
- (diff)
- 01:34 Hackathon edited by
- (diff)
- 01:31 HackathonProjects created by
- 01:30 Hackathon edited by
- (diff)
06/15/06:
- 23:12 Hackathon edited by
- (diff)
- 23:04 Hackathon edited by
- (diff)
- 14:39 Ticket #796 (Literate pre-processor fails to see end of code in LaTeX) created by
- Using the code environment in a LaTeX document to place Haskell source, if …
06/14/06:
- 14:56 Ticket #795 (ghc-6.5.20060607: panic! (the 'impossible' happened) ... initC: srt) created by
- I got the error above while compiling some of my code with the ghc …
- 04:30 Ticket #778 (building with gcc-4.1.x causes ghc to enter infinite allocation loop) closed by
- fixed: Now fixed. Annoyingly I'd already come across this bug in the HEAD and …
06/12/06:
- 15:28 Ticket #794 (System.Random: StdGen's genRange doesn't match its next) created by
- […] Apparently, StdGen's next only returns non-negative …
06/10/06:
- 18:39 Attic/X86OSXGhc edited by
- (diff)
- 18:36 Attic/X86OSXGhc edited by
- (diff)
- 18:34 Attic/X86OSXGhc edited by
- (diff)
- 07:13 Attic/X86OSXGhc edited by
- (diff)
- 06:00 Attic/X86OSXGhc edited by
- (diff)
06/09/06:
06/08/06:
- 01:18 Ticket #793 (Use gcc's libffi to replace Adjustor.c and ByteCodeFFI.hs?) created by
- libffi is a library that comes with gcc and provides FFI …
06/07/06:
- 13:42 Ticket #792 (add viewMin/Max) created by
- Have a function to get min/max element, remove it from the collection, and …
- 13:31 CollectionClassFramework edited by
- (diff)
- 02:17 Ticket #776 (GHCi 6.4.2 reports an internal error: unknown/strange object) closed by
- fixed: Fixed; this is the same bug as #787
06/06/06:
- 19:02 Ticket #791 (The program built with ghc 6.4.2 -prof hangs, without -prof works) created by
- To reproduce the problem, download the attachment and do the following, …
- 04:00 Ticket #790 (Redundant re-link when ".exe" omitted) closed by
- fixed: Already fixed in HEAD, I don't think this one is critical enough to be …
- 02:57 Ticket #790 (Redundant re-link when ".exe" omitted) created by
- (Reported by Neil Mitchell.) GHC 6.4.2 doesn't normally relink when …
- 02:24 Ticket #789 (BCOs can only have 64k instructions: linkBCO: >= 64k insns in BCO) created by
- Fredrick Eaton (frederik@…) said: Here I'm reading a very …
- 02:02 Ticket #787 (compacting GC) closed by
- fixed: Thanks for the report. It turned out that this is a bug that affects …
06/05/06:
- 06:23 Ticket #788 (Implement class aliases and/or constraint synonyms) created by
- It would be good to implement * John Meacham's intriguing: …
- 05:32 WindowsGhc edited by
- (diff)
- 05:32 WindowsGhc created by
- 05:22 Platforms edited by
- (diff)
- 04:59 Ticket #777 (Typos in user guide example) closed by
- fixed: Good point. Now fixed, thank you. Simon
- 03:55 ModuleDependencies edited by
- (diff)
- 03:55 ModuleDependencies edited by
- (diff)
- 03:54 ModuleDependencies edited by
- (diff)
- 00:54 Ticket #779 (small bugs in Language.Haskell.TH.Ppr.pprint) closed by
- fixed: I have just fixed a stupid bug in my patch and executed "darcs send". …
06/04/06:
- 09:29 Ticket #787 (compacting GC) created by
- although Simon Marlow said that 6.4.2 finally fixed all compacting GC …
- 09:21 Ticket #786 (bugs around tagToEnum#) created by
- i've enclosed 3 modules which reports various problems. all they use …
- 09:13 Ticket #785 (Allow partial application of type synonyms) created by
- the enclosed program shows what i need. in particular, it is useful for …
- 09:05 Ticket #784 (defining type of returned value) created by
- 04:52 Ticket #783 (SRTs bigger than they should be?) created by
- Windows XP, GHC 6.4.2 binary package. Will attach the relevant module. …
06/02/06:
- 01:47 Ticket #782 (GHCi input does not support unicode) created by
- Currently GHCi interprets input from the command line as Latin-1, it is …
05/31/06:
- 07:15 Ticket #738 (ghc can't load files with selinux Enforcing) closed by
- fixed: Fixed in the HEAD and the 6.4 branch, but I haven't been able to test …
- 02:15 Ticket #781 (GHCi on x86_64, cannot link to static data in shared libs) created by
- System.Posix.getEnvironment fails on Linux 2.6.16-1.2108_FC4smp with a …
05/30/06:
- 03:02 Hackathon edited by
- (diff)
- 00:13 Ticket #780 (internal error: mallocBytesRWX:) closed by
- duplicate: See bug #738. You need to turn off SELinux. We will have a fix for this …
05/29/06:
- 20:41 Attic/X86OSXGhc edited by
- Fixed bullet list formatting (diff)
- 17:16 Attic/X86OSXGhc edited by
- (diff)
- 15:47 Ticket #780 (internal error: mallocBytesRWX:) created by
- while loading my code (RBtrees implementation) sometimes interpreter says: …
- 01:33 BackEndNotes created by
- 01:27 WikiStart edited by
- (diff)
05/28/06:
- 04:12 Ticket #779 (small bugs in Language.Haskell.TH.Ppr.pprint) created by
- Thank you very much for developing GHC. I would like to report two small …
05/27/06:
- 21:30 Ticket #778 (building with gcc-4.1.x causes ghc to enter infinite allocation loop) created by
- I have the same program using both ghci and ghc. ghci gives: […] and …
- 19:01 Attic/X86OSXGhc edited by
- (diff)
05/26/06:
- 18:53 Ticket #777 (Typos in user guide example) created by
- In section "7.4.1.3 Liberalised type synonyms" of the user guide i find …
- 09:57 Attic/X86OSXGhc edited by
- (diff)
05/25/06:
- 23:34 Platforms edited by
- (diff)
- 23:33 Attic/X86OSXGhc edited by
- (diff)
- 23:31 Attic/X86OSXGhc created by
- 15:49 Platforms edited by
- sp (diff)
- 08:04 Ticket #773 (garbage collector bug?) closed by
- fixed: Submitter reports that the crash doesn't happen with 6.4.2.
- 01:07 Ticket #774 (Building GHC 6.4.2 on Solaris 10 SPARC) closed by
- fixed: Thanks for the report. This one has already been fixed, please wait for …
- 00:54 Platforms edited by
- (diff)
05/24/06:
05/23/06:
- 12:20 Ticket #776 (GHCi 6.4.2 reports an internal error: unknown/strange object) created by
- I have a medium-sized interpreted program that seems to corrupt the heap …
- 08:34 Attic/BeginnersNotes edited by
- (diff)
- 08:34 Attic/BeginnersNotes edited by
- (diff)
- 03:47 Attic/BeginnersNotes edited by
- (diff)
- 03:46 Attic/BeginnersNotes edited by
- (diff)
- 03:18 Attic/BeginnersNotes edited by
- (diff)
- 03:18 Attic/BeginnersNotes edited by
- (diff)
- 03:17 Attic/BeginnersNotes edited by
- (diff)
- 03:15 Attic/BeginnersNotes edited by
- (diff)
- 03:15 Attic/BeginnersNotes edited by
- (diff)
- 03:10 Attic/BeginnersNotes edited by
- (diff)
- 03:09 Attic/BeginnersNotes edited by
- (diff)
- 03:06 Attic/BeginnersNotes edited by
- (diff)
- 03:06 Attic/BeginnersNotes edited by
- (diff)
- 03:05 Attic/BeginnersNotes created by
- 02:57 WikiStart edited by
- (diff)
- 01:50 Ticket #775 (ctime_r call in Solaris 10 SPARC) created by
- GHC 6.4.2 does not build on Solaris 10 because ctime_r takes three instead …
- 01:40 Ticket #774 (Building GHC 6.4.2 on Solaris 10 SPARC) created by
- There is trouble building GHC 6.4.2 on Solaris 10 SPARC. The OS version …
05/22/06:
- 19:08 Ticket #773 (garbage collector bug?) created by
- ghc.exe: internal error: update_fwd: unknown/strange object 0 Please …
- 07:58 StgObjectTypes edited by
- (diff)
- 03:30 StgObjectTypes edited by
- (diff)
- 02:55 CapabilitiesAndScheduling edited by
- (diff)
- 02:54 CapabilitiesAndScheduling edited by
- (diff)
05/21/06:
05/19/06:
- 09:29 ModuleDependencies edited by
- (diff)
- 09:28 ModuleDependencies edited by
- (diff)
- 09:20 ModuleDependencies edited by
- (diff)
- 09:20 ModuleDependencies edited by
- (diff)
- 09:16 ModuleDependencies edited by
- (diff)
- 09:00 StgObjectTypes edited by
- (diff)
- 08:50 StgObjectTypes created by
- 08:50 GarbageCollectorNotes edited by
- (diff)
- 08:49 SingleThreadedCollection edited by
- (diff)
- 07:10 SingleThreadedCollection created by
- 06:50 GarbageCollectorNotes edited by
- (diff)
- 06:41 CapabilitiesAndScheduling edited by
- (diff)
- 06:37 CapabilitiesAndScheduling edited by
- (diff)
- 06:28 CapabilitiesAndScheduling edited by
- (diff)
- 06:22 CapabilitiesAndScheduling created by
- 06:22 GarbageCollectorNotes edited by
- (diff)
- 06:12 GcDataStructures created by
- 06:11 GarbageCollectorNotes edited by
- (diff)
- 04:21 GarbageCollectorNotes edited by
- (diff)
- 04:20 GarbageCollectorNotes edited by
- (diff)
- 03:59 GarbageCollectorNotes edited by
- (diff)
- 03:57 GarbageCollectorNotes edited by
- (diff)
- 03:25 GarbageCollectorNotes edited by
- (diff)
- 03:22 GarbageCollectorNotes edited by
- (diff)
- 03:20 GarbageCollectorNotes edited by
- (diff)
- 02:52 Ticket #772 (checkPrecMatch) closed by
- fixed: Fixed thank you. Simon
05/18/06:
- 10:22 Ticket #772 (checkPrecMatch) created by
- […] This happened when i compile in GHCI: […] The last line give …
- 03:46 Ticket #752 (ghc-6.4.2 not running under solaris) closed by
- fixed: I believe I have now fixed this, both in the HEAD and the 6-4-branch. …
05/17/06:
- 08:08 ModuleDependencies edited by
- (diff)
- 08:07 ModuleDependencies edited by
- (diff)
- 08:06 ModuleDependencies edited by
- (diff)
- 07:58 ModuleDependencies edited by
- (diff)
- 07:57 ModuleDependencies edited by
- (diff)
- 07:55 ModuleDependencies edited by
- (diff)
- 07:54 ModuleDependencies created by
- 07:53 WikiStart edited by
- (diff)
- 01:02 WikiStart edited by
- (diff)
Note: See TracTimeline
for information about the timeline view.
