- 21 Oct, 1998 1 commit
-
-
sof authored
- added primops for read&writing StablePtrs to ByteArrays, Adds and FOs - egcs crashes in odd ways when encountering the typedefs we need to produce when compiling 'foreign import dynamic's. To workaround the problem, kludgily add a CCallTypedef constructor to AbsCSyn.AbstractC which the flattener will produce (at the toplevel) when encountering CCallOps inside COptStmts. - augmented PrimOp.CCallOp to carry a unique when it represents a 'foreign import dynamic' call. The CoreToStg pass ensures that these uniques are exactly that. They're used to eventuall generate (unique) typedef names.
-
- 12 Oct, 1998 1 commit
-
-
simonm authored
oops, forgot to update bin dist configure for FreeBSD 2.0/3.0 split.
-
- 09 Oct, 1998 1 commit
-
-
simonm authored
clean up document makefiles.
-
- 08 Oct, 1998 4 commits
- 07 Oct, 1998 4 commits
- 06 Oct, 1998 2 commits
- 05 Oct, 1998 2 commits
-
-
simonm authored
Add support for FreeBSD 3.0 (ELFish). Rename i386-unknown-freebsd to i386-unknown-freebsd2, and add i386-unknown-freebsd3. NOTE: this won't bootstrap an ELF GHC using an a.out GHC, some laying on of hands is required for that.
-
simonm authored
sync with recent changes to configure.in.
-
- 02 Oct, 1998 1 commit
-
-
sof authored
Generalise --exlude-module=M handling slightly, it now will ignore any appearances of M along the user import path too.
-
- 30 Sep, 1998 9 commits
-
-
sof authored
Included fixity info declared elsewhere; added 'seq' infix decl
-
sof authored
tweaked Integral.Int.div to cope with overflows
-
sof authored
Protect uses of ForeignObj with #ifndef __PARALLEL_HASKELL__
-
sof authored
Added showIntAtBase to export list
-
sof authored
For posterity: some older entries
-
sof authored
-Added entries for library changes + new FFI support.
-
sof authored
new helper: openAlphaTyVars
-
sof authored
wibble
-
sof authored
merged from new-rts: permit unsafeCoerce# to be applied to values with an unboxed type
-
- 29 Sep, 1998 4 commits
-
-
sof authored
Added CODE_BEFORE_DATA, DATA_SECTION_END_MARKER, TEXT_SECTION_END_MARKER
-
sof authored
added use of FPTOOLS_CODE_BEFORE_DATA, FPTOOLS_END_DATA_SECTION, FPTOOLS_END_TEXT_SECTION
-
sof authored
Added feature tests for etext and end plus text vs. data section placement in executable
-
sof authored
merged from HEAD
-
- 20 Sep, 1998 1 commit
-
-
simonm authored
disable posix subdir, one of the tests hangs on Linux.
-
- 14 Sep, 1998 1 commit
-
-
simonm authored
quick fix for multi-file sgml docs.
-
- 07 Sep, 1998 1 commit
-
-
sof authored
Some Numeric lib tests
-
- 06 Sep, 1998 1 commit
-
-
simonm authored
remove socket, these tests don't seem to be suitable for non-interactive use.
-
- 04 Sep, 1998 1 commit
-
-
sof authored
In an interface file, don't allow data and newtype decls to have deriving clauses (not needed.)
-
- 02 Sep, 1998 2 commits
- 31 Aug, 1998 3 commits
- 27 Aug, 1998 1 commit
-
-
sof authored
floatToDigits bugfix
-