- Oct 19, 1997
-
-
sof authored
Drop CoreUnfold.mkUnfolding import
-
sof authored
Added comment on special parser handling of non-qualified gtycons
-
sof authored
Added type signatures
-
sof authored
Drop use of opt_CompilingGhcInternals
-
sof authored
Refrain from doing let-to-case conversion on binders with RHS in whnf
-
sof authored
Drop use of opt_CompilingGhcInternals
-
- Oct 17, 1997
-
-
Simon Marlow authored
Latest batch of changes. Merge SRT and Tag fields in the info table, now that there isn't a bytecode pointer there.
-
Simon Marlow authored
first cut at header files for new RTS
-
Simon Marlow authored
remove OmitDefaultInstanceMethods (unused).
-
Simon Marlow authored
Remove section about -fshow-pragma-name-errs. This option is unsupported, and unnecessary, since GHC can always find the information it needs.
-
Simon Marlow authored
Remove crufty options.
-
Simon Marlow authored
mangler fix.
-
Simon Marlow authored
protect $$s for bash.
-
Simon Marlow authored
fix a bunch of out-of-date things, plus apply some patches for broken \indexes and \items from Sven Panne.
-
- Oct 16, 1997
-
-
Simon Marlow authored
add a few more index entries.
-
Simon Marlow authored
knock the section on warnings into shape.
-
Simon Marlow authored
add opt_WarnMissingMethods.
-
Simon Marlow authored
oops, correct a comment.
-
Simon Marlow authored
move -fwarn-incomplete-patterns into -W (it's not as likely to indicate an error as -fwarn-overlapping-patterns), and add -fwarn-unused-names to -W in case it gets implemented one day.
-
Simon Marlow authored
polymorphic recursion/space leak test
-
Simon Marlow authored
make the RAWCPP test a little more sensible.
-
Simon Marlow authored
Test for CC and GCC before finding CPP, since GNUCPP depends on finding GCC to do the right thing.
-
- Oct 15, 1997
-
-
Simon Marlow authored
Add description of how to set heap/stack sizes by default using the defaultHook hook thingy.
-
Simon Marlow authored
release notes for upcoming releases
-
Simon Marlow authored
new test for type-synonym-arity bug (fixed in TcMonoType.lhs v1.19)
-
Simon Marlow authored
Simon's fix for type synonym arities. The arity of a synonym must by less than or eqaul to the number of arguments supplied (test typecheck/should_compile/tc093.hs).
-
Simon Marlow authored
reverse the sense of -fwarn-incomplete-patterns and -fwarn-overlapped-patterns, these are now added automatically by the driver if necessary.
-
Simon Marlow authored
add -Wnot, -W and -Wall flags. remove stuff to do with -user-prelude: it's not used anywhere, and not documented.
-
Simon Marlow authored
new pictures
-
Simon Marlow authored
latest round of changes.
-
Simon Marlow authored
cut-and-paste-o: hscpp -> mkdependHS
-
- Oct 14, 1997
-
-
Simon Marlow authored
Remove all explicit references to version numbers, except for one in the title. Fix several out-of-date or just bogus instructions. Add comment about @FPTOOLS_TOP_ABS@ probably being wrong if you're using an automounter.
-
Simon Marlow authored
prepend SED and RAWCPP to all scripts, not just PACKAGE_LIB_SCRIPTS.
-
Simon Marlow authored
don't substitute for RAWCPP if we're bin-disting
-
Simon Marlow authored
add test for locally-overloaded constructor arguments
-
Simon Marlow authored
Fix bug in typechecking locally-overloaded function arguments.
-
- Oct 13, 1997
-
-
Simon Marlow authored
Changes to unbox the state in the ST and IO monads. ST now has type newtype ST s a = ST (State# s -> STret s a) data STret s a = STret (State# s) a IO now has type newtype IO a = IO (State# RealWorld -> IOResult a) data IOResult a = IOok (State# RealWorld) a | IOfail (State# RealWorld) IOError So ST should be slightly more efficient, and IO should be nearly as efficient as ST.
-
Simon Marlow authored
this should have been committed before 2.08.
-
Simon Marlow authored
replace a few ';' with '&&' so that failures in for-loops bomb out properly.
-
Simon Marlow authored
do the symlink thing when installing, not in the local tree.
-