Timeline


and

03/10/06:

13:09 Ticket #722 (Adrian Hey's StringMap library in the collections package.) created by jpbernardy
* Bring Adrian Hey's StringMap? to a higher level of completeness, so it …
12:51 Ticket #721 (Write Data.Trie) created by jpbernardy
Pull the various Trie implementations that lie around, and make something …
12:38 Ticket #720 (Map/Set range function) created by jpbernardy
Data.Map seems to lack a way to perform range queries like "fetch all …
03:46 Ticket #588 (Exception: Time.toClockTime: picoseconds out of range) closed by simonmar
fixed
02:57 Ticket #719 (error messages are too long sometimes) created by simonmar
The depth limit stuff in the pretty printer could use some tweaking. eg. …

03/09/06:

06:18 Ticket #717 (Compiling large constant data structure fails) closed by simonmar
duplicate: duplicate of #709

03/08/06:

13:57 Ticket #718 (FinalizerEnvPtr and newForeignPtrEnv missing from Freign.ForeignPtr) created by kahl@…
The type FinalizerEnvPtr and, more importantly, the function …
10:32 Ticket #717 (Compiling large constant data structure fails) created by luettich@…
I am trying to compile a large data strcture as list into a Haskell module …
09:51 Ticket #716 (Unloading a dll generated by GHC doesn't free all resources) created by lennart@…
There seems to be resource leaks in load&unload of a DLL. If you put it in …

03/07/06:

13:41 Ticket #715 (OpenAL package fails to compile with older headers) created by ayqazi@…
Hi, My architecture: Gentoo Linux on a Pentium III 500HMz I perform the …
07:14 Ticket #714 (Inconsistency between handling functional dependencies in class and ...) created by claus.reinke@…
the user's guide claims 7.4.2 3. There are no restrictions on the context …

03/05/06:

13:41 CollectionClassFramework edited by jpbernardy
typo (diff)

03/03/06:

15:18 Ticket #713 (SMP + FFI = crash...) created by lipeng@…
Source code will be attached. This is a modified version of bug #705: …
12:12 Collections.hs attached to CollectionClassFramework by jpbernardy
02:33 Ticket #712 (getDirectoryContents: failed (No error)) created by simonmar
Reported on ghc-bugs by martin.boeker@…: this error …

03/02/06:

15:25 CollectionClassFramework edited by guest
(diff)
13:12 Ticket #711 (shutdownHaskell() does not return allocated memory on Unix) created by lennart.augustsson@…
Calling shutdownHaskell() doesn't actually return the memory allocated. …
02:03 Ticket #710 (library reorganisation) created by simonmar
This is the place I'm going to record the planned reorganisations to the …
01:39 Ticket #709 ("Fixup too large" error with -fasm on PowerPC) created by simonmar
The native code generator on PowerPC can sometimes generate code that …
01:23 Ticket #708 (Compiler error) created by r.j.rorije@…
Hi, I am using Data.Generics and type classes to be able to compare …

03/01/06:

08:51 Ticket #696 (segmentation fault in ./genprimopcode (x86_64)) closed by taral
invalid: From the 6.4.1-2 changelog (not published yet?): * On the list of …
05:26 Ticket #658 (DEPRECATED doesn't work for data constructors) closed by simonmar
fixed: It's quite a large patch, I'm punting on this for 6.4.2. 6.6 has it, …

02/28/06:

08:39 Ticket #705 (crash on readChan/writeChan) closed by simonmar
fixed: Fixed, thanks.
07:10 Ticket #707 (foldr/build seems to be broken) closed by simonmar
duplicate: Another symptom of #683, I think.

02/27/06:

07:58 Ticket #707 (foldr/build seems to be broken) created by lennart@…
Reading the documentation for ghc it says that if a good consumer meets a …

02/26/06:

13:05 Ticket #706 (GHC uses _stub.c files regardless of whether any 'foreign import' decls ...) created by ncalexan@…
It appears GHC links any _stub.o files it can find, which is not correct …

02/24/06:

19:51 Ticket #705 (crash on readChan/writeChan) created by guest
Source code:  http://www.seas.upenn.edu/~lipeng/tmp/ghc_smp_bug.tar.gz

02/23/06:

05:57 Ticket #402 (internal error: startTask: Can't create new task) closed by simonmar
worksforme: Cannot repeat with 6.4.1 on x86_64, so I'm assuming this one is fixed.
05:31 Ticket #449 (Very big integer arithmetic crashes GHCi on Windows and Mac) closed by simonmar
wontfix: I believe this is the process running out of C stack space. GMP allocates …
02:55 Ticket #704 (change array interface to accomodate resizable arrays) created by simonmar
See: …

02/22/06:

14:48 Ticket #223 (ghci identifier autocomplete like bash) closed by Lemmih
fixed: Done: […]
09:00 Ticket #703 (all binaries built by ghc have executable stacks) created by duncan
= Non-executable stacks = The GNU toolchain supports marking object files …
08:08 Ticket #687 (conc049 <<loop>> with heap profiling turned on) closed by simonmar
fixed
07:52 Ticket #702 (MingW ld.exe produces program which segfaults) created by alistair@…
(from Alistair Bayley - alistair@…) The C program below works …

02/20/06:

14:41 CollectionClassFramework edited by jpbernardy
(diff)
14:39 CollectionClassFramework edited by jpbernardy
(diff)
14:17 CollectionClassFramework edited by jpbernardy
(diff)
09:05 WikiStart edited by simonpj
(diff)
06:23 Ticket #697 (Bad assembler generated) closed by simonmar
fixed: I fixed the out-of-range addqs recently: Thu Feb 9 16:22:47 GMT 2006 …
05:58 Ticket #701 (Better CSE optimisation) created by simonmar
GHC's CSE optimisation is pretty weedy. It looks for expressions like …

02/18/06:

15:00 Ticket #700 (Inconsistent typechecking of pattern match in function binding) created by guest
[…] f is accepted by 6.4.1, but g isn't. I think g should also be …

02/16/06:

18:36 Ticket #699 (GHCi doesn't implement foreign import on amd64 when interpreting.) created by guest
When GHCi is used to load source which has a foreign import I get a …

02/15/06:

11:59 Ticket #698 (GHC's internal memory allocator never releases memory back to the OS) created by guest
allocaBytes does not appear to free the memory after the computation has …

02/14/06:

19:01 Ticket #697 (Bad assembler generated) created by taral
Compiling SHA1.hs from darcs with -fasm on x86_64 results in a bunch of …
18:48 Ticket #696 (segmentation fault in ./genprimopcode (x86_64)) created by taral
(ghc 6.4.1-1 from debian, compiling ghc-6.5.20060211) SRC_HC_OPTS = …

02/12/06:

16:52 Ticket #695 (ghcii.sh fails if ghc's path contains spaces) created by br1@…
Invoking ghcii.sh from cygwin fails if ghc is installed in "C:\Program …

02/10/06:

09:27 Ticket #474 (Debug.Trace.trace should work on Show) reopened by maeder@…
accidentally closed
09:15 Ticket #474 (Debug.Trace.trace should work on Show) closed by maeder@…
fixed: show "a" is slightly different from "a", so it's no true generalization. …
08:31 Ticket #694 (lawbreaker in HughesPJ) created by maeder@…
the law "empty is an identity for <> and $$" is currently broken by ie. …
07:40 Ticket #693 (dynamic locking) created by simonmar
Now that the SMP and threaded runtimes are the same, there is some …
05:16 Ticket #692 (Incorporate programs from the shootout in nofib) created by simonmar
We should have all the shootout benchmarks in nofib. They should probably …
05:08 Ticket #691 (Make the testsuite standalone) created by simonmar
The testsuite uses very little from the fptools framework, and could quite …
04:49 Ticket #690 (Accept source files in encodings other than UTF-8) created by simonmar
We need to support at least Latin-1, for backwards compatibility. One …

02/09/06:

06:00 Ticket #689 (x86_64 tarball of ghc 6.4.1 for Linux contains broken symbolic links) closed by guest
invalid: Whoops, I didn't read the installation instructions! Still a little …
05:47 Ticket #689 (x86_64 tarball of ghc 6.4.1 for Linux contains broken symbolic links) created by guest
The tarball at …
03:40 Ticket #681 (non-terminating instances involving FDs) closed by simonpj
fixed: Fixed, and documented. There'll be some consequential changes to tests. …
03:21 Ticket #688 (killThread and SMP) created by simonmar
killThread currently doesn't work with SMP, unless you only use one CPU. …

02/08/06:

08:35 Ticket #687 (conc049 <<loop>> with heap profiling turned on) created by simonmar
While trying to fix #492, I noticed: […] but the program works as …
08:05 Ticket #685 (Panic splitTyConApp a{tv a1nD} when dealing with GADTs in optimizing mode) closed by simonpj
fixed: Good bug. Fixed, thank you. Simon
07:32 Ticket #660 (binary snapshot install crashes on ps docs) closed by simonmar
fixed: Fixed, thanks.
02:07 Ticket #686 (warning: implicit declaration of function `ftruncate') created by simonmar
Reported by Conal Elliot. might be caused by a new mingw version, we …
Note: See TracTimeline for information about the timeline view.