- 20 Aug, 1999 2 commits
- 17 Aug, 1999 2 commits
- 16 Aug, 1999 2 commits
- 09 Aug, 1999 1 commit
-
-
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.]
-
- 06 Aug, 1999 3 commits
- 04 Aug, 1999 11 commits
-
-
panne authored
Some small pedantic changes to get function prototypes right.
-
simonmar authored
compile tc087 with -fglasgow-exts
-
simonmar authored
sync output
-
simonmar authored
sync the output for these tests
-
simonmar authored
Fix up expr001.hs and move it into should_compile
-
simonmar 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.
-
simonmar authored
parenthesise negative numbers in infix expressions.
-
simonmar 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.
-
simonmar authored
Cast NULL to (W_) to avoid warning.
-
simonmar authored
Add a test for a rather misguided use of the Memo library, but which showed up a bug nevertheless :)
-
simonmar authored
We weren't removing old entries from the hash table in two places.
-
- 03 Aug, 1999 1 commit
-
-
simonmar authored
minor cleanup: use INFO_PTR_TO_STRUCT in get_itbl() and hence pull it out of the #ifdef TABLES_NEXT_TO_CODE.
-
- 02 Aug, 1999 8 commits
-
-
simonmar authored
Add some quick-start instructions.
-
simonmar authored
update a little.
-
simonmar authored
Move the RTS document into the ghc tree where it belongs.
-
simonmar authored
Only require happy if compiling ghc, and ask for version 1.6
-
simonmar authored
add gcdIntegerzh.
-
simonmar authored
Oops, back out most of last revision. Other changes crept in by mistake.
-
simonmar authored
fix a couple of typos in the rules docs.
-
simonmar authored
oops, 'g' and 'h' aren't hex digits.
-
- 31 Jul, 1999 3 commits
- 30 Jul, 1999 2 commits
- 29 Jul, 1999 5 commits
-
-
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
-