- Dec 03, 1998
-
-
Simon Marlow authored
Inline PrimOps (inc. _c{call,asm}_GC_): load the arguments into temporaries early, just in case one of the arguments is in the spot on the stack where we want to push the return address.
-
Simon Marlow authored
merge from 4.01
-
Simon Marlow authored
bring in correct version
-
Simon Marlow authored
oops, wrong version of gmp.h
-
Simon Marlow authored
Oops, accidentally downgraded these files in the previous commit.
-
Simon Marlow authored
update
-
- Dec 02, 1998
-
-
Simon Marlow authored
Move 4.01 onto the main trunk.
-
- Nov 26, 1998
-
-
sof authored
don't include the non-conflict files that CVS leaves behind in the build tree
-
- Nov 25, 1998
-
-
Simon Marlow authored
add simple IORef test.
-
Simon Marlow authored
4.01 update
-
- Nov 24, 1998
-
-
Alastair Reid authored
Merge from HEAD
-
sof authored
Re-install hack which fixes 'leading underscore' feature test under cygwin32
-
sof authored
Emit soothing msg to counter the (harmless) autoconf warning that is output while processing AC_C_BIGENDIAN
-
- Nov 23, 1998
-
-
sof authored
Extend hConnectTo to also allow output handles to be connected, i.e., h1 <- openFile "foo" WriteMode h2 <- openFile "bar" WriteMode hConnectTo h1 h2 will cause h1's buffer to be flushed when h2's buffer overflows (and it is just about to be flushed.) The implementation is currently not as lazy as that, it flushes h1's buffer regardless of whether h2's buffer overflows or not. This is used to connect 'stderr' and 'stdout', i.e., output on 'stderr' will now cause 'stdout' output to (first) be flushed.
-
sof authored
Default GhcReportCompiles to NO
-
sof authored
Added {TEXT,DATA}_SECTION_MARKER_DECL
-
- Nov 22, 1998
-
-
sof authored
Added f-checks for symlink() and readlink()
-
- Nov 21, 1998
-
-
sof authored
Distinguish between defn and use of etext and end syms; they're not the same on platforms where we have to resort to asm labels.
-
- Nov 17, 1998
-
-
Alastair Reid authored
Added tests required by Hugs
-
- Nov 16, 1998
-
-
Simon Marlow authored
update tests for 4.00
-
sof authored
Cleaned up the handling of the default calling conventions for 'foreign' decls
-
- Nov 13, 1998
- Nov 12, 1998
-
-
sof authored
oops, <windows.h> shouldn't be included unconditionally
-
- Nov 11, 1998
-
-
sof authored
Fixed endian bug that struck when outputting on non-buffered handles
-
- Nov 10, 1998
- Nov 09, 1998
- Nov 08, 1998
-
-
sof authored
Added {read,write}StablePtrOffAddr
-
sof authored
First take at 'foreign label's
-
sof authored
include 'foreign export' prototypes in generated .c file
-
sof authored
corrected Prelude home for {W,I}64
-
sof authored
primOpInfo WriteOffAddrOp fixed
-
sof authored
Added ioOkDataCon_NAME
-
sof authored
pREL_CCALL defined, but not exported
-
sof authored
front end support for 'foreign label's
-
sof authored
Tweaked __fexp regexps
-
- Oct 27, 1998
-
-
Alastair Reid authored
Added CAF text to rts document
-