Timeline


and

06/28/06:

05:40 Ticket #807 (glibc double free error when running program compiled for profiling with ...) created by amiddelk@…
After compiling a Haskell program for profiling, running the program with …

06/27/06:

09:52 Hackathon edited by guest
(diff)
05:20 JobAdvert edited by simonmar
note deadline has now passed (diff)
05:18 WikiStart edited by simonmar
remove job advert (diff)

06/26/06:

22:52 Ticket #806 (hGetBufNonBlocking doesn't work on Windows) created by titto@…
All HAppS ( http://happs.org/HAppS/README.html) applications fail with an …
21:49 Hackathon edited by guest
(diff)
17:39 Hackathon edited by guest
add Mark Tullsen; couple wibbles. (diff)
16:43 Ticket #805 (Too many workers; runaway worker creation?) created by lipeng@…
See the attached code. Use "make" to compile and you should get an …
12:09 Hackathon edited by guest
(diff)
06:42 Ticket #804 (Signal handlers always installed, evem in a DLL) created by guest
Even when building a DLL the GHC runtime system will install signal …
06:36 Ticket #803 (malloc() without free()) created by guest
The GHC runtime system contains a lot of malloc()s without any …
03:57 Ticket #802 (Allow two packages to use the same module name) created by simonpj
See GhcPackages?
03:52 Commentary/Packages/GhcPackagesProposal edited by simonpj
(diff)
03:29 Commentary/Packages/GhcPackagesProposal created by simonpj

06/25/06:

16:59 Ticket #801 (random list from randomseed ... amd64 differs) created by caaadar
I have the following: […] randomList 2342 on Linux/amd64 differs from …
09:14 Hackathon edited by guest
(diff)

06/23/06:

02:21 Ticket #799 (runtime error when using par/seq in a monad) closed by simonmar
fixed

06/22/06:

19:34 Ticket #800 (GHC 6.5 enforces "-x c" option in the Cc phase making it impossibble to ...) created by kyra@…
GHC 6.4.x enforces "-x c" option ONLY for HCc phase. This makes possible …
15:38 Ticket #799 (runtime error when using par/seq in a monad) created by mafuchs@…
The following version of parfib dies with the following message, but the …
14:42 Hackathon edited by guest
(diff)
14:41 Hackathon edited by guest
(diff)
12:30 Ticket #798 (Ix{Int}.index: Index (402849792) out of range ((0,100))) created by stepan@…
While building ghc HEAD pulled 2006-06-21 I got the following: […] I …
11:45 Hackathon edited by guest
(diff)
10:04 Hackathon edited by guest
(diff)
07:47 Ticket #679 (using ReadWriteMode in Windows corrupts files) closed by simonmar
fixed: Fixed by turning off buffering by default for read/write text files on …
06:42 Platforms edited by simonmar
(diff)
06:39 Ticket #648 (Problem resolving library paths (missing path in package.conf?)) closed by simonmar
fixed: Fixed, I believe. In HEAD/6.6, there are new options …
06:36 Ticket #668 (Compiler loops indefinitely on Morris-style fixed-point operator) closed by simonmar
wontfix: This is a known bug, documented …
06:17 Ticket #695 (ghcii.sh fails if ghc's path contains spaces) closed by simonmar
fixed: fix applied, thanks.
04:55 Ticket #796 (Literate pre-processor fails to see end of code in LaTeX) closed by simonmar
invalid: We can't find a bug here. Inside \begin{code}...\end{code} you should not …
01:48 Ticket #797 (nofib tests fail on Windows due to different EOL convention in output ...) created by simonmar
Now fixed in the 6.6 branch.
01:42 Ticket #318 (GHCi support on x86_64) closed by simonmar
fixed: closing feature request, this is now complete apart from the static data …
01:39 WikiStart edited by simonmar
rearrange ticket queries (diff)

06/21/06:

09:39 Hackathon edited by guest
(diff)
08:32 Hackathon edited by simonpj
(diff)
05:31 HackathonProjects edited by simonmar
some more items (diff)
05:27 Hackathon edited by simonmar
tiny edit (diff)
04:25 Ticket #651 (Template Haskell doesn't work with profiling) closed by simonmar
fixed: Fixed in HEAD.
01:26 Ticket #775 (ctime_r call in Solaris 10 SPARC) closed by simonmar
fixed: Fixed in 6.4 branch and HEAD.

06/16/06:

08:46 Hackathon edited by guest
(diff)
07:31 Ticket #688 (killThread and SMP) closed by simonmar
fixed: Now done.
07:29 JobAdvert edited by simonmar
(diff)
07:27 WikiStart edited by simonmar
(diff)
01:34 Hackathon edited by simonpj
(diff)
01:31 HackathonProjects created by simonpj
01:30 Hackathon edited by simonpj
(diff)

06/15/06:

23:12 Hackathon edited by guest
(diff)
23:04 Hackathon edited by guest
(diff)
14:39 Ticket #796 (Literate pre-processor fails to see end of code in LaTeX) created by Adam
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 ravi@…
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 simonmar
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 rturk@…
[…] Apparently, StdGen's next only returns non-negative …

06/10/06:

18:39 Attic/X86OSXGhc edited by guest
(diff)
18:36 Attic/X86OSXGhc edited by guest
(diff)
18:34 Attic/X86OSXGhc edited by guest
(diff)
07:13 Attic/X86OSXGhc edited by guest
(diff)
06:00 Attic/X86OSXGhc edited by guest
(diff)

06/09/06:

03:56 JobAdvert created by simonmar
03:51 WikiStart edited by simonmar
(diff)

06/08/06:

01:18 Ticket #793 (Use gcc's libffi to replace Adjustor.c and ByteCodeFFI.hs?) created by simonmar
libffi is a library that comes with gcc and provides FFI …

06/07/06:

13:42 Ticket #792 (add viewMin/Max) created by jpbernardy
Have a function to get min/max element, remove it from the collection, and …
13:31 CollectionClassFramework edited by jpbernardy
(diff)
02:17 Ticket #776 (GHCi 6.4.2 reports an internal error: unknown/strange object) closed by simonmar
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 mblazevic@…
To reproduce the problem, download the attachment and do the following, …
04:00 Ticket #790 (Redundant re-link when ".exe" omitted) closed by simonmar
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 simonpj
(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 simonpj
Fredrick Eaton (frederik@…) said: Here I'm reading a very …
02:02 Ticket #787 (compacting GC) closed by simonmar
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 simonpj
It would be good to implement * John Meacham's intriguing: …
05:32 WindowsGhc edited by simonpj
(diff)
05:32 WindowsGhc created by simonpj
05:22 Platforms edited by simonpj
(diff)
04:59 Ticket #777 (Typos in user guide example) closed by simonpj
fixed: Good point. Now fixed, thank you. Simon
03:55 ModuleDependencies edited by guest
(diff)
03:55 ModuleDependencies edited by guest
(diff)
03:54 ModuleDependencies edited by guest
(diff)
00:54 Ticket #779 (small bugs in Language.Haskell.TH.Ppr.pprint) closed by skata@…
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 Bulat.Ziganshin@…
although Simon Marlow said that 6.4.2 finally fixed all compacting GC …
09:21 Ticket #786 (bugs around tagToEnum#) created by Bulat.Ziganshin@…
i've enclosed 3 modules which reports various problems. all they use …
09:13 Ticket #785 (Allow partial application of type synonyms) created by Bulat.Ziganshin@…
the enclosed program shows what i need. in particular, it is useful for …
09:05 Ticket #784 (defining type of returned value) created by Bulat.Ziganshin@…
04:52 Ticket #783 (SRTs bigger than they should be?) created by guest
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 simonmar
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 simonmar
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 guest
System.Posix.getEnvironment fails on Linux 2.6.16-1.2108_FC4smp with a …

05/30/06:

03:02 Hackathon edited by guest
(diff)
00:13 Ticket #780 (internal error: mallocBytesRWX:) closed by simonmar
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 BjornBringert
Fixed bullet list formatting (diff)
17:16 Attic/X86OSXGhc edited by guest
(diff)
15:47 Ticket #780 (internal error: mallocBytesRWX:) created by dreamer.tan@…
while loading my code (RBtrees implementation) sometimes interpreter says: …
01:33 BackEndNotes created by simonmar
01:27 WikiStart edited by simonmar
(diff)
Note: See TracTimeline for information about the timeline view.