- Jan 28, 1998
-
-
Simon Marlow authored
update for announcement of 3.00.
-
sof authored
renameSourceCode: don't emit warnings
-
Simon Marlow authored
Bring back old equality instance for Handles (replaced in rev 1.16) in the concurrent case, since Eq isn't defined over MVars.
-
- Jan 27, 1998
-
-
sof authored
AC_SUBST(exeext)
-
sof authored
Better failure message when entering an unimplemented instance method
-
sof authored
derived Show instances: Space out comma separated labelled fields
-
Simon Marlow authored
use an explicit primitive integer for minBound::Int to avoid problems with overloading and negation.
-
Simon Marlow authored
nuke GHC_DEBUG_HILEV_ASM and GHC_GCC_IS_AVAILABLE - never used.
-
Simon Peyton Jones authored
Fix misleading type checker error msgs; fix broken floatBind in Simplify.lhs
-
- Jan 26, 1998
-
-
sof authored
cygwin32: Use `native' system() instead of fork() & execl()
-
Simon Marlow authored
Remove reference to tests subdir.
-
Simon Marlow authored
back out last commit, the real test is in drv007.hs.
-
Simon Marlow authored
Finally fix the 'for i in ; do ...' problem.
-
Simon Marlow authored
replace this test with one that actually *fails* on 2.10...
-
Simon Marlow authored
Remove use of lit-lit for minBound::Int, this was only needed for bootstrapping.
-
Simon Marlow authored
couple of heap size increments from HWL.
-
- Jan 23, 1998
-
-
sof authored
hook function for I/O errors
-
- Jan 22, 1998
-
-
sof authored
* [cygwin32]: If consistency checker cannot find executable, try a little bit harder..
-
sof authored
* [cygwin32]: If no output file is given when linking, default to main.exe * warn about SCCs being dropped when compiling with -prof -auto{-all}
-
sof authored
Make output stderr dribble consistent
-
sof authored
Changes to reflect Error->GHCerr move
-
sof authored
A renamed version of Error.hi-boot
-
sof authored
* removed ghc/Error.{lhs,hi-boot} * moved contents of Error to GHCerr + adjusted import lists of files that use old Error functionality. * moved seqError from Prelude to GHCerr.
-
sof authored
* Int and Word rewritten to use unboxed types and operations.
-
sof authored
word2Integer# added
-
Simon Marlow authored
Correct a couple of things: WHNF closures can be partial applications as well as constructors.
-
sof authored
* renamed putList2Chan to writeList2Chan. * renamed readChanContents to getChanContents * Use do notation throughout.
-
sof authored
Remove duplicates from export lists.
-
sof authored
Define symbols for the (non-existent) info tables for CCallable and CReturnable (never entered, just defined to appease the linker.)
-
Simon Marlow authored
Even more gruesome hack to avoid -odir $* problems in make depend.
-
- Jan 21, 1998
-
-
sof authored
Fixed panic when deriving Ord on a d. type with a single nullary constructor
-
sof authored
Removed duplicate getRegister clause
-
sof authored
Removed Haskell-1.2 option (unused), plus new option for warning about SCC droppage.
-
sof authored
Warn about SCCs that are being dropped.
-
sof authored
- added regression test to deriving Ord instances on d. types with a single nullary constructor. - Don't dump interface files on stderr, as we're only checking to see if the files compile here.
-
Simon Marlow authored
update: remove fastmake and msub, and add sgmlverb.
-
Simon Marlow authored
remove references to fastmake.
-
Simon Marlow authored
Remove cruft to do with running mkdependHS directly, and add cruft to deal with running 'ghc -M' with HC_OPTS that includes $* (eg. GhcLibHcOpts).
-
Simon Marlow authored
remove MKDEPENDHS_1_2.
-
- Jan 20, 1998
-
-
sof authored
Removed indexCharOffFO#: not needed anymore - part2
-