- Aug 20, 1999
-
-
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.
-
Simon Marlow authored
fix a couple of typos in the rules docs.
-
Simon Marlow authored
oops, 'g' and 'h' aren't hex digits.
-
- Jul 31, 1999
- Jul 30, 1999
-
-
Simon Marlow authored
Fix -monly-3-regs problem.
-
Simon Marlow authored
typePrimRep should work on the repType, avoiding foralls etc.
-
- Jul 29, 1999
-
-
sof authored
Removed rather odd quote-removal sed patterns; surely not needed... (they were causing CPP trouble)
-
sof authored
Fixed bug/limitation in command-line handling.
-
sof authored
Recent CPP-related wibblement meant that _WIN32 wasn't defined when the pre-proc was run (cf. -undef usage.) Avoid the use of _WIN32
-
sof authored
Another cosmetic change - avoid desugar warning
-
sof authored
showPrimRep - dead code removal. No need to carry over to 4.04
-
Simon Marlow authored
test for bit shifts by 32.
-