- 10 Feb, 1999 2 commits
- 09 Feb, 1999 7 commits
-
-
simonm authored
remove a couple of 'sec:'s.
-
simonm authored
Bugfix for generation resizing in the single-generation case.
-
simonm authored
Count live data properly in the single-generation case.
-
sof authored
Updated + added Main.main regression test.
-
simonm authored
Hack around timezone problems. Completely fail to do the right thing in favour of getting 4.02 out of the door.
-
simonpj authored
Add -fdo-case-elim to the first simplifier pass; I forget exactly why
-
simonpj authored
Fix typechecker bug so that main :: a main = error "Urk" gives a sensible error message rather than crashing the compiler
-
- 08 Feb, 1999 2 commits
- 06 Feb, 1999 6 commits
-
-
sof authored
CC_DECLARE ppr bugfix
-
sof authored
The StablePtr dataCon is now a 'known' name
-
sof authored
H98ified
-
sof authored
New regression test - overlapped patterns involving labelled fields.
-
sof authored
Added two new (read.show) regression tests for derived Read&Show instances.
-
sof authored
simplify_pat: When simplifying a RecPat to a ConPat, expand out the missing fields with WildPats.
-
- 05 Feb, 1999 16 commits
-
-
sof authored
-fwarn-type-defaults is your friend; misc changes to avoid H98's 'default default' of Integer to kick when what we really want is Int.
-
simonm authored
Copyright police.
-
simonm authored
Remove MUT_ARR_WORDS. I'm not sure why we had it in the first place.
-
simonm authored
[ repeating commit, message got lost last time ] - Scavenge each older generation immediately after traversing its mutable list. - Make the first GC a major one: it doesn't cost much, and we get to garbage collection 'main' straight away. - Change the order of scavenging to try to minimise the size of the mutable lists.
-
simonm authored
[ repeating commit, message got lost last time ] - Scavenge each older generation immediately after traversing its mutable list. - Make the first GC a major one: it doesn't cost much, and we get to garbage collection 'main' straight away. - Change the order of scavenging to try to minimise the size of the mutable lists.
-
simonm authored
-
simonm authored
Make it work.
-
sof authored
Updates
-
sof authored
'errors' caught by -fwarn-type-defaults
-
sof authored
Add initial empty line to a block of errors/warnings
-
sof authored
sigh, too hasty with dropping -monly-3-regs on Int and Word
-
sof authored
Added oblique egcs-1.1.1 remark
-
sof authored
don't include structs that are known to be empty within StgInfoTable and StgHeader. Shouldn't be a problem - but egcs-1.1.1 doesn't handle them correctly.
-
sof authored
deriving Enum bugfixes
-
sewardj authored
Track recent changes in ghc/rts so this file is still compilable.
-
sof authored
PrelErr.hi-boot: record exports as coming from a .hi-boot file.
-
- 04 Feb, 1999 7 commits
-
-
sof authored
- don't complain if 'total memory in use' field not found in final RTS info dump. - add -fwarn-type-defaults to the set of -Wall warnings.
-
sof authored
Document new -fwarn-type-defaults option.
-
sof authored
- Decode module names before outputting the .hi file
-
sof authored
workaround for cpp unfriendly SLIT string
-
simonpj authored
a) Fix black hole bug when doing -dshow-rn-trace (Involved reorganising where fixity exports are dealt with in RnNames/RnIfaces.) b) Arrange to apply Lint to imported unfoldings when -dcore-lint c) Add -fwarn-type-defaults to report use of the defaulting rules for types d) Make it so that f (error "help) --> error "help", if f is strict (Changes in Simplify.lhs.)
-
simonm authored
Don't go into an infinite loop for errors generated by hPutStr when outputing an error message. Use writeErrString__ to output all errors (this won't generate a Haskell exception).
-