- Aug 24, 1999
-
-
Simon Peyton Jones authored
Make primOpHasSideEffects return True for the various Write primops. Amazingly, this wasn't done, and that meant that Write operations could be silently discarded! This broke the GHC typechecker (actually the implementation of checkNoErrsTc, showed up in deriving code)
-
Simon Peyton Jones authored
When recompiling with GHC 4.02 and Keith's new type representations, it seems that I need UVar to be in Var.hi-boot. I don't think this will be the case with the better handling of SOURCE import in 4.04, but for now I'm just going ahead and adding the UVar synonym to the Var.hi-boot files.
-
- Aug 23, 1999
-
-
Simon Marlow authored
-fno-cpr ==> -fno-cpr-analyse
-
Simon Marlow authored
back out rev. 1.115 - -fno-cpr-analyse works fine.
-
Simon Peyton Jones authored
Add simpl005, tests CPR
-
Simon Peyton Jones authored
Add -fno-cpr option
-
Keith Wansbrough authored
Revert commit of 1999/06/12 16:17:28. We use -traditional for CPP, and so x##y and #x don't work and we must use x/**/y (ugh) and "x" (urk!!) instead. Ah well.
-
Simon Marlow authored
Sparc support, from Michael Hobbs <hobbs1@acm.org>.
-
- Aug 20, 1999
-
-
Simon Peyton Jones authored
Add tcrun005
-
Simon Peyton Jones authored
Change the renamer namesuppy for instance decls, so that it is indexed by the class/tycon *string* rather than the class/tycon pair. That way (C,TT) and (CT,T) both give the string "CTT", and hence give a different unique. An alternative would have been to use "C/TT" and "CT/T" respectively, but that would mean obscure errors while everyone remembered to recompile everything. So this seems more direct. Julian reported this bug.
-
Simon Peyton Jones authored
Report precedence errors for sections
-
Simon Peyton Jones authored
Add rnfail019
-
Simon Peyton Jones authored
Add tcfail083
-
Simon Peyton Jones authored
Fix Svens missing-record-field typechecker bug
-
- Aug 17, 1999
-
-
Simon Peyton Jones authored
Fix (I hope) documentation of Integer
-
Simon Peyton Jones authored
Remove bizarre and inoperative returnsRealWorld hack in SaAbsInt.fixpoint
-
- Aug 16, 1999
-
-
Simon Peyton Jones authored
Add notes about what list fusion is done
-
Simon Peyton Jones authored
Add note about exports of RULES
-
- Aug 09, 1999
-
-
sof authored
First step along the way of having GHC understand DOS-style paths (hot new feature!) - if ';' occurs in a -i<dirs> list, ';' is used to separate entries on the import search path, otherwise its trusty old ':'. [This commit is made simply to unblock some Win32 users, but it shouldn't have any untoward effects on others. If it does, please back it out as I'm about to take off for a couple of weeks.]
-
- Aug 06, 1999
-
-
sof authored
Release notes - this file should be zapped (and filled up again) everytime a release goes out the door.
-
sof authored
Moved Pretty from misc/ to exts/
-
Simon Marlow authored
Don't add -I$(ReadlineIncludePath) if $(ReadlineIncludePath) is empty.
-
- Aug 04, 1999
-
-
sven.panne@aedion.de authored
Some small pedantic changes to get function prototypes right.
-
Simon Marlow authored
compile tc087 with -fglasgow-exts
-
Simon Marlow authored
sync output
-
Simon Marlow authored
sync the output for these tests
-
Simon Marlow authored
Fix up expr001.hs and move it into should_compile
-
Simon Marlow authored
GHC deviates from the Haskell report on a couple of the finer points of lexical syntax, so comment out a couple of the tests here.
-
Simon Marlow authored
parenthesise negative numbers in infix expressions.
-
Simon Marlow authored
revert part of rev. 1.4 - don't use index 0 in the stable name table due to conflict with the hash-table lookup function.
-
Simon Marlow authored
Cast NULL to (W_) to avoid warning.
-
Simon Marlow authored
Add a test for a rather misguided use of the Memo library, but which showed up a bug nevertheless :)
-
Simon Marlow authored
We weren't removing old entries from the hash table in two places.
-
- Aug 03, 1999
-
-
Simon Marlow authored
minor cleanup: use INFO_PTR_TO_STRUCT in get_itbl() and hence pull it out of the #ifdef TABLES_NEXT_TO_CODE.
-
- Aug 02, 1999
-
-
Simon Marlow authored
Add some quick-start instructions.
-
Simon Marlow authored
update a little.
-
Simon Marlow authored
Move the RTS document into the ghc tree where it belongs.
-
Simon Marlow authored
Only require happy if compiling ghc, and ask for version 1.6
-
Simon Marlow authored
add gcdIntegerzh.
-
Simon Marlow authored
Oops, back out most of last revision. Other changes crept in by mistake.
-