Timeline
03/13/06:
- 05:57 Ticket #723 (The package database should be a directory of files instead of a single ...) created by
- This would help package systems that want to install packages by just …
03/10/06:
- 13:09 Ticket #722 (Adrian Hey's StringMap library in the collections package.) created by
- * Bring Adrian Hey's StringMap? to a higher level of completeness, so it …
- 12:51 Ticket #721 (Write Data.Trie) created by
- Pull the various Trie implementations that lie around, and make something …
- 12:38 Ticket #720 (Map/Set range function) created by
- 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
- fixed
- 02:57 Ticket #719 (error messages are too long sometimes) created by
- 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
- duplicate: duplicate of #709
03/08/06:
- 13:57 Ticket #718 (FinalizerEnvPtr and newForeignPtrEnv missing from Freign.ForeignPtr) created by
- The type FinalizerEnvPtr and, more importantly, the function …
- 10:32 Ticket #717 (Compiling large constant data structure fails) created by
- 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
- 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
- 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
- the user's guide claims 7.4.2 3. There are no restrictions on the context …
03/05/06:
03/03/06:
- 15:18 Ticket #713 (SMP + FFI = crash...) created by
- Source code will be attached. This is a modified version of bug #705: …
- 02:33 Ticket #712 (getDirectoryContents: failed (No error)) created by
- Reported on ghc-bugs by martin.boeker@…: this error …
03/02/06:
- 15:25 CollectionClassFramework edited by
- (diff)
- 13:12 Ticket #711 (shutdownHaskell() does not return allocated memory on Unix) created by
- Calling shutdownHaskell() doesn't actually return the memory allocated. …
- 02:03 Ticket #710 (library reorganisation) created by
- 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
- The native code generator on PowerPC can sometimes generate code that …
- 01:23 Ticket #708 (Compiler error) created by
- 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
- 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
- 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
- fixed: Fixed, thanks.
- 07:10 Ticket #707 (foldr/build seems to be broken) closed by
- duplicate: Another symptom of #683, I think.
02/27/06:
- 07:58 Ticket #707 (foldr/build seems to be broken) created by
- 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
- 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
- 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
- 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
- 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
- See: …
02/22/06:
- 14:48 Ticket #223 (ghci identifier autocomplete like bash) closed by
- fixed: Done: […]
- 09:00 Ticket #703 (all binaries built by ghc have executable stacks) created by
- = Non-executable stacks = The GNU toolchain supports marking object files …
- 08:08 Ticket #687 (conc049 <<loop>> with heap profiling turned on) closed by
- fixed
- 07:52 Ticket #702 (MingW ld.exe produces program which segfaults) created by
- (from Alistair Bayley - alistair@…) The C program below works …
02/20/06:
- 14:41 CollectionClassFramework edited by
- (diff)
- 14:39 CollectionClassFramework edited by
- (diff)
- 14:17 CollectionClassFramework edited by
- (diff)
- 09:05 WikiStart edited by
- (diff)
- 06:23 Ticket #697 (Bad assembler generated) closed by
- 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
- 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
- […] 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
- 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
- allocaBytes does not appear to free the memory after the computation has …
02/14/06:
- 19:01 Ticket #697 (Bad assembler generated) created by
- 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
- (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
- Invoking ghcii.sh from cygwin fails if ghc is installed in "C:\Program …
Note: See TracTimeline
for information about the timeline view.
