This project is mirrored from https://gitlab.haskell.org/ghc/ghc.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 02 Dec, 1998 1 commit
-
-
simonm authored
Move 4.01 onto the main trunk.
-
- 26 Nov, 1998 1 commit
-
-
sof authored
don't include the non-conflict files that CVS leaves behind in the build tree
-
- 25 Nov, 1998 2 commits
- 24 Nov, 1998 3 commits
- 23 Nov, 1998 3 commits
-
-
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
-
- 22 Nov, 1998 1 commit
-
-
sof authored
Added f-checks for symlink() and readlink()
-
- 21 Nov, 1998 1 commit
-
-
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.
-
- 17 Nov, 1998 1 commit
-
-
reid authored
Added tests required by Hugs
-
- 16 Nov, 1998 2 commits
- 13 Nov, 1998 2 commits
- 12 Nov, 1998 1 commit
-
-
sof authored
oops, <windows.h> shouldn't be included unconditionally
-
- 11 Nov, 1998 1 commit
-
-
sof authored
Fixed endian bug that struck when outputting on non-buffered handles
-
- 10 Nov, 1998 2 commits
- 09 Nov, 1998 3 commits
- 08 Nov, 1998 9 commits
-
-
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
-
- 27 Oct, 1998 1 commit
-
-
reid authored
Added CAF text to rts document
-
- 23 Oct, 1998 1 commit
-
-
sof authored
getAllFilesMatching: increase malleability factor by a notch; just warn if an element along the import search path doesn't exist, don't barf.
-
- 21 Oct, 1998 5 commits
-
-
sof authored
Check if tc type substitutions clone correctly
-
sof authored
StablePtr array ops added
-
sof authored
Upped the heap sizes for Int and Word some more
-
sof authored
Oops, previous commit msg was a bit off; foreignObjToAddr added, but to this interface (Foreign.) Addr was augmented with writeForeignObjOffAddr though.
-
sof authored
Added foreignObjToAddr
-