- Jan 12, 1999
-
-
Julian Seward authored
Added check target.
-
Julian Seward authored
Made FILE_OBJECT be defined for -D__HUGS__. Changed .dll file refs to .so for -D__HUGS__.
-
Julian Seward authored
Created a Makefile for fptools/ghc/interpreter.
-
Julian Seward authored
Disabled nonblocking IO (the +128 for file flags) until missing prims are implemented.
-
Julian Seward authored
Removed extraneous test following 'if ( fo->flags & FILEOBJ_NONBLOCKING_IO )'
-
- Jan 11, 1999
- Jan 10, 1999
-
-
sof authored
Added definition of WithGhcHcVersion (but left commented out, as it's currently unused.)
-
- Jan 08, 1999
-
-
sof authored
mkdependHS: for "source" imports of the form, e.g., import {-# SOURCE #-} Foo emit dependency on Foo.hi-boot-<iface-file-version-number> rather than just Foo.hi-boot if the former exists.
-
Simon Marlow authored
Generate static closures with float/double fields properly.
-
Simon Marlow authored
Fix endianness problems in info table generation.
-
Julian Seward authored
Added -fno-asm-mangling.
-
Simon Marlow authored
Add missing <p>
-
Simon Marlow authored
Doc changes for revised exception interface.
-
- Jan 07, 1999
-
-
Keith Wansbrough authored
Add missing export of warnPprTrace (for WARN macro).
-
Simon Peyton Jones authored
Fix RnEnv.mkPrintUnqualFn
-
Simon Marlow authored
Revised interface to the exception library. Docs to follow.
-
Simon Marlow authored
this file is NON_POSIX_SOURCE, since we use lstat.
-
Simon Marlow authored
#include <unistd.h> to get prototype for vfork.
-
Keith Wansbrough authored
Add missing pattern to tidyNote.
-
Simon Peyton Jones authored
Small changes to make the compiler boot itself
-
Simon Peyton Jones authored
Add debug macro WARN
-
Simon Marlow authored
New rev5 hi-boot file.
-
Simon Marlow authored
Sync up with .hi-boot file.
-
- Jan 06, 1999
-
-
Simon Marlow authored
Sort unboxed slots - part of the fix for large bitmaps.
-
Simon Marlow authored
Fixes to the large bitmap code.
-
Simon Marlow authored
Oops; committed wrong version. Revert previous commit.
-
Simon Marlow authored
Fixes to the large bitmap code.
-
Simon Marlow authored
- check for silly stack sizes in the right place - stub the link field of the running TSO (fixes a bug in the _ccall_GC support).
-
Simon Marlow authored
trim import
-
Simon Marlow authored
updates
-
- Jan 05, 1999
-
-
Simon Peyton Jones authored
Fix renamer crash on bootstrap build
-
- Dec 24, 1998
-
-
Simon Peyton Jones authored
Fix simplifier bug that forgot mkRhsTyLam
-
- Dec 23, 1998
-
-
Simon Marlow authored
A couple of small additions.
-
Simon Marlow authored
Add strictness for fork# and par#.
-
Simon Marlow authored
Update for version 4.02
-
Simon Peyton Jones authored
Fix strictness of NewArrayOp and NewMutVarOp in PrimOp.lhs
-
- Dec 22, 1998
-
-
Simon Marlow authored
Filter out type arguments when analysing primops.
-
Simon Marlow authored
Another fix for getScrutineeTyCon: ignore Fun tycons.
-
Simon Marlow authored
Remove overlapped case correctly spotted by GHC.
-