- Aug 04, 1999
-
-
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.
-
Simon Marlow authored
Document changes to shift operations.
-
Simon Marlow authored
Shift operations where the shift count is greater than the width of the type being shifted are now defined as returning zero (or -1 in the case of a negative integer being shifted right with iShiftRA).
-
Simon Marlow authored
The hscpp saga continues, this time mysterious 2's are appearing in my files.
-
- Jul 28, 1999
-
-
Simon Peyton Jones authored
Improve error msg in tcPolyExpr; Simon pls merge into release
-
Simon Marlow authored
- Use explicit file modes when installing binaries & scripts (not essential, but someone complained about it). - Use $(INSTALL_SCRIPT) for scripts
-
Simon Marlow authored
Sigh, another go at getting #line directives right.
-
Simon Marlow authored
Allow unboxed tuple components to have polymorphic types.
-
- Jul 27, 1999
-
-
Simon Marlow authored
Sigh, didn't work in the cpp, !literate case.
-
Simon Marlow authored
oops, debugging code committed by mistake.
-
Simon Marlow authored
Fix filenames in {-# LINE #-} directives when using both unlit and hscpp (I think).
-