- Feb 10, 1999
-
-
Simon Marlow authored
more 4.02 updates.
-
Simon Peyton Jones authored
Tiny error-message hacks
-
Simon Peyton Jones authored
Misc tests fixes, and activate the programs directory
-
Simon Peyton Jones authored
Import instance involving (->)... Paul Callaghan bug report
-
- Feb 09, 1999
-
-
Simon Marlow authored
remove a couple of 'sec:'s.
-
Simon Marlow authored
Bugfix for generation resizing in the single-generation case.
-
Simon Marlow authored
Count live data properly in the single-generation case.
-
sof authored
Updated + added Main.main regression test.
-
Simon Marlow authored
Hack around timezone problems. Completely fail to do the right thing in favour of getting 4.02 out of the door.
-
Simon Peyton Jones authored
Add -fdo-case-elim to the first simplifier pass; I forget exactly why
-
Simon Peyton Jones authored
Fix typechecker bug so that main :: a main = error "Urk" gives a sensible error message rather than crashing the compiler
-
- Feb 08, 1999
-
-
sof authored
Added `timezone' config test.
-
Simon Marlow authored
Fix bug in scavenge_mutable_list that meant mutable objects sometimes got dropped from the mutable list.
-
- Feb 06, 1999
-
-
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.
-
- Feb 05, 1999
-
-
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.
-
Simon Marlow authored
Copyright police.
-
Simon Marlow authored
Remove MUT_ARR_WORDS. I'm not sure why we had it in the first place.
-
Simon Marlow 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.
-
Simon Marlow 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.
-
Simon Marlow authored
-
Simon Marlow 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
-
Julian Seward 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.
-
- Feb 04, 1999
-
-
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
-
Simon Peyton Jones 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.)
-