- Feb 02, 1998
-
-
Simon Marlow authored
Notes about 'gmake FAST=YES' and requirement of SGML-Tools for building documentation.
-
Simon Marlow authored
SCRIPT_PROG=ghc-$(GhcProjectVersion) SCRIPT_LINK=ghc
-
Simon Marlow authored
Add support for links to versioned driver scripts.
-
Simon Marlow authored
HBC's QSort algorithm moved into List.
-
- Jan 30, 1998
-
-
sof authored
Added NumExts entry
-
sof authored
New sections on naming conventions and NumExts
-
Simon Marlow authored
Remove old literate documentation support, and add support for multi-file SGML documents.
-
Simon Marlow authored
New SGML User Guide, first cut.
-
sof authored
- intToDigit: if we're going to crash and burn, we might as well report back the argument value that caused it.
-
sof authored
- NumExts: new hugs&ghc interface - moved showOct and showHex from Numeric to NumExts
-
sof authored
- added regressions tests for Word, Int & Bits (pinched test file from Hugs dist.) - added NumExts regressions tests
-
sof authored
buglet (showSDoc, not show)
-
- Jan 29, 1998
-
-
sof authored
Added test case for showing Floats and Doubles.
-
sof authored
Don't use typecasts to convert floats to ints, use unions.
-
Simon Peyton Jones authored
Fix interaction of "hiding" on import with "module M" on export
-
Simon Marlow authored
add note about 'make install-doc' to the message printed after configuration.
-
Simon Marlow authored
protect some sections for the !OMIT_NATIVE_CODEGEN case.
-
Simon Marlow authored
fix script installation *again*.
-
- Jan 28, 1998
-
-
Simon Marlow authored
add note about SGML and the installation guide.
-
Simon Marlow authored
Hmmm, .vsgml rule was wrong. Not sure how that happened.
-
Simon Marlow authored
add pointer to 3-00-notes.lit.
-
Simon Marlow authored
complete changes list for 3.00.
-
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..
-