- Jan 27, 1998
-
-
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
- Jan 19, 1998
-
-
Simon Marlow authored
Numerous small changes * update layout of info tables. * macros \Section, \Subsection etc. for making labels more consistent. * macros \secref, \figref for consistent cross-references. * fix some cross references. * lots of other small changes.
-
Simon Marlow authored
IO.isUserError returns Bool in Haskell 1.4, not Maybe.
-
- Jan 18, 1998
-
-
Alastair Reid authored
A major rewrite/reorganisation. New material on bytecodes. Deleted some of the really out of date stuff about the old system (You might have to checkout the previous revision if you need historical info.) I have not merged the sections on TSOs and Stacks. SimonM has a clearer idea of what the TSO status words look like and I think he said he'd written a new section with stacks part of TSOs.
-
- Jan 16, 1998
-
-
Simon Marlow authored
remove a few SLIT's with commas and parenthesis.
-
Simon Marlow authored
remove < > around a mail address, they come out wrong in LaTeX.
-
- Jan 14, 1998
-
-
sof authored
New option variables: HC_PRE and HC_POST; $(SHELL) actions to perform before & after compiling a Haskell source file
-
Simon Marlow authored
remove fastmake
-