- 27 Oct, 2003 7 commits
-
-
simonpj authored
Fix to super-class loop avoidance code; commented in the file; tcrun020 tests
-
simonpj authored
Improve duplicate-instance reporting; swap inst-env param order
-
simonpj authored
Comments only
-
simonpj authored
Always qualify in defaultErrStyle
-
simonpj authored
Improve error message when iface decl not found
-
simonpj authored
Eliminate bogus warning
-
simonpj authored
Remove unused function dontAddErrLoc
-
- 24 Oct, 2003 5 commits
-
-
stolz authored
Initialize hp_file for heap profiling (code stolen from Profiling.c). This bug might suggest some general reviewing of this code-path... Closes: SF bug [ 827485 ] Heap profile w/ debugging RTS dumps core http://sourceforge.net/tracker/index.php?func=detail&aid=827485&group_id=8032&atid=108032
-
simonmar authored
Fix bugs in previous commit.
-
simonmar authored
When allocating a large object in gen 0, update the n_large_blocks count. I think this is just an accounting issue, and doesn't actually cause a space leak, but it does result in an assertion failure when running with sanity checking on.
-
simonmar authored
Remove a comment that appears to contradict the code.
-
simonmar authored
Set the mut_link of a MUT_ARR_PTRS_FROZEN to NULL. This might be the cause of the stage2 crash; I'll check as soon as the build completes.
-
- 23 Oct, 2003 5 commits
- 22 Oct, 2003 5 commits
-
-
simonpj authored
Do foralls right in the renamer
-
simonmar authored
Fix a nasty bug in the GC mutable list handling, which shows up when an array is frozen and then unsafeThaw#'d. The array could end up on the mutable list twice. Fixes SourceForge bug #819116.
-
simonmar authored
- In GHCi & Template Haskell, give a warning for things mentioned on the command line that we don't recognise, and then ignore them. In batch mode, these are still passed to the linker as before. - Clean up & rename the filename-suffix recognising functions in DriverPhases. There's probably a better place for these, but I've left them where they are for now.
-
simonmar authored
thread_stack(RET_BCO): Grab the pointer to the BCO *before* threading it. Fixes crashes when using compacting GC with GHCi. I noticed while debugging this that compacting GC is horrendously slow now, which might have something to do with the new eval/apply PAP layouts. That's something to investigate later.
-
dons authored
mips64-sgi-irix6.5 works unregisterised
-
- 21 Oct, 2003 10 commits
-
-
simonpj authored
Wibbles
-
simonpj authored
1. A tiresome change to HsType, to keep a record of whether or not the HsForAll was originally explicitly-quantified. This is solely so that the type checker can print out messages that show the source code the programmer wrote. Tiresome but easy. 2. Improve reporting of kind errors.
-
simonpj authored
Show generic-ness when printing a data decl
-
simonpj authored
Wibble to reporting duplicate instance decls
-
simonpj authored
Report duplicate instance declarations
-
stolz authored
Save one fcntl-call in setNonBlockingFd when Fd is already non-blocking. Please merge.
-
simonmar authored
Change the filename policies (again). Now the interface file and object file always follow the source file unless the -odir or -hidir options are specified.
-
simonmar authored
Add a FAQ entry for Ctrl-D and EOF.
-
simonmar authored
Clarify one paragraph in the recompilation checker section (I hope).
-
sof authored
stg_InstallConsoleEvent(): registering generic_handler() once will do
-
- 20 Oct, 2003 6 commits
-
-
panne authored
Fixed previous commit. Negation is the root of all evil... :-)
-
sof authored
Console event handling support (i.e., Haskell-side support for SIGINT under win32). win32/ConsoleHandler.h implements the Signals.h API. No library support for installing user event handlers included in this commit.
-
simonmar authored
Check type of wint_t
-
simonpj authored
Wibble to the last commit; report derived warnings with -dppr-debug
-
simonpj authored
Suppress renamer warnings (such as unused variables) when renaming stuff generated by 'deriving' code.
-
simonmar authored
merge rev. 1.60.2.1 (appears to have been committed on the branch by mistake).
-
- 17 Oct, 2003 1 commit
-
-
panne authored
Add config.cache to DIST_CLEAN_FILES and remove autom4te.cache subdir for every clean* target
-
- 16 Oct, 2003 1 commit
-
-
sof authored
printStackChunk(): attempt to handle RET_FUNs
-