- Nov 25, 1999
-
-
Simon Marlow authored
Incremental cleanups & improvements to the I/O subsystem - Initial fix for problems caused by partial writes to non-blocking file descriptors. To see this bug, run ghc/tests/programs/life_space_leak through a pipe. - remove FILEOBJ_FLUSH, it allegedly has the same meaning as FILEOBJ_WRITE. This fixes a buf in openFd: it erroneously didn't set FILEOBJ_FLUSH on writeable file descriptors. - some ANSIfication
-
Julian Seward authored
import wibble for hugs
-
Julian Seward authored
Remove debugging printf in findQualifier().
-
Julian Seward authored
HUGS_VERSION ++
-
Julian Seward authored
Change STDCALL to STDKALL to avoid conflict with a header file.
-
Simon Peyton Jones authored
Simon's driver changes (should have committed these a while back) * Add -no-rules to first simplifier pass * Move CSE pass
-
Simon Peyton Jones authored
Missing dollar on USER_WAY_NAMES and OPTS
-
Simon Peyton Jones authored
Add a comment
-
Simon Peyton Jones authored
Express sequence in terms of foldr
-
Simon Peyton Jones authored
Better error message when trying to derive classes for existentially-quantified data constructors. And a general slight tidy up in TcDeriv
-
Simon Peyton Jones authored
Slight wibble on polytype syntax, going in the direction of allowing for-alls in more places. This one lets you say forall a. forall b. a->b
-
Simon Peyton Jones authored
Report decent error for top-level defn of a qualified name
-
Simon Peyton Jones authored
Add documentation on pattern guards
-
Julian Seward authored
Don't guess where the installation directory is. Instead, read it from the STGHUGSDIR env var at startup.
-
- Nov 24, 1999
-
-
Julian Seward authored
Disable debug printing in setDefaultLibDir.
-
Julian Seward authored
Add clean target, and change hugslib to all.
-
Simon Marlow authored
Fix bug in threadDelay, where the delay ticks could end up negative.
-
AndyGill authored
Fixing setDefaultLibDir to work with relative use of hugs binary.
-
AndyGill authored
Adding method for packaging up binary distribution of Hugs.
-
Simon Marlow authored
wibble
-
Simon Marlow authored
- remove -dcore-lint - add Happy-generated files to MAINTAINER_CLEAN - replace $(GHC_DRIVER_DIR)/ghc with $(GHC)
-
AndyGill authored
Fixes to allow compilation under cygwin and Win32.
-
- Nov 23, 1999
-
-
Julian Seward authored
Bind namePmFromInteger, namePmSubtract, namePmLe to stuff in Prelude so that n+k patterns work.
-
AndyGill authored
Fixing incorrect definition of BlockBuffering in Hugs.
-
AndyGill authored
Changing the top level evaluator so it runs things of type IO a, not just IO <monomorphic-thing>.
-
Simon Marlow authored
wibble
-
Simon Marlow authored
ANSIfication
-
Simon Marlow authored
oops, committed wrong file
-
Simon Marlow authored
ANSIfication
-
Simon Marlow authored
Use %Z instead of %z for timezone (%z is GNU extension to strftime)
-
Simon Marlow authored
failure to commit important files is a jumping-out-of-the-window offence
-
AndyGill authored
Updating dll export function list to include new functions in nHandle.c
-
Simon Peyton Jones authored
Add test for top-level qualified defns
-
Simon Peyton Jones authored
Print module names un-encoded in user style
-
Simon Peyton Jones authored
Add documentation about separate compilation
-
Julian Seward authored
Fix typo in exitWith.
-
Julian Seward authored
wibble
-
Julian Seward authored
Update version number.
-
Julian Seward authored
Zap irrelevant ifdefs.
-
- Nov 22, 1999
-
-
Julian Seward authored
cgAlts(): Don't test constructor tag if the scrutinee is known to come from a product (single-constructor) type.
-