- Feb 15, 1999
-
-
Simon Marlow authored
wibble
-
sof authored
Allow empty export lists again
-
Simon Marlow authored
Add pointer to docs on scoped type variables. Slide tag for 4.02 patchlevel 1.
-
Simon Marlow authored
we're at patchlevel 1.
-
Simon Marlow authored
eliminate warnings about nested comments.
-
Simon Marlow authored
4.02 tag slid forward to include GC bug fix in rev 1.31.
-
Simon Marlow authored
Fix another bug in scavenge_mutable_list: mutable objects promoted during scavenging of the mutable list itself could get dropped.
-
Simon Marlow authored
Add a few more flag test macros.
-
- Feb 12, 1999
-
-
Simon Marlow authored
finalise/finalize changes.
-
- Feb 11, 1999
-
-
Simon Marlow authored
Weak library updates.
-
Simon Marlow authored
finalise/finalize changes.
-
Simon Marlow authored
finalise/finalize changes.
-
Simon Marlow authored
More finalise/finalize updates.
-
Simon Peyton Jones authored
Fix yet another specialiser dict-floating bug; showed up in nofib/spectral/typech98
-
Simon Marlow authored
More weak pointer changes.
-
Simon Marlow authored
- s/finalise/finalize/g - make finalize run the finalizer immediately, and wait for its completion - make mkWeak take a (Maybe (IO ())) for the finalizer argument - remove mkWeakNoFinalizer
-
Simon Marlow authored
Add release notes for 4.03.
-
Simon Marlow authored
Bump version to 4.03.
-
Simon Marlow authored
- add scoped type variables documentation.
-
- 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.
-