- 14 Aug, 1998 37 commits
-
-
sof authored
New const: mAX_Long_REG
-
sof authored
New options: -ddump-foreign-stubs, -femit-extern-decls, opts for output files for foreign decl stubbery, (the oh-so cool) -freport-compile, -fhi-version
-
sof authored
Re-export foreign decl bits
-
sof authored
Foreign declarations
-
sof authored
Import list update
-
sof authored
New FFI needs to know about primitive types (no more CCallable and CReturnable); added keys for them
-
sof authored
MachInt64 and MachWord64 added; avoid gratuitous range checking on MachInts
-
sof authored
New function: mkNameVisible
-
sof authored
New function: mkIdVisible
-
sof authored
More import list updates
-
sof authored
import list update
-
sof authored
Export tcPolyExpr
-
sof authored
wibble
-
sof authored
If possible, use new IO support for doing block IO
-
sof authored
new exported function: pprCode
-
sof authored
Remove fromRational junk, use Numeric.fromRat instead
-
sof authored
Make use of new IO implementation, if possible
-
sof authored
abstract away the real home of trace, and re-export it from here
-
sof authored
Int64# and Word64# primops and prototypes, removed shiftRAZh
-
sof authored
If supported/needed, define LngRegs in register table
-
sof authored
For completeness, define CALLE{E,R}_SAVES_* for LongRegs
-
sof authored
define MAX_LONG_REG
-
sof authored
{Save,Restore}AllStgRegs: save and restore LngRegs
-
sof authored
Protect long long bits with HAVE_LONG_LONG
-
sof authored
Updated prototypes of hook functions;
-
sof authored
Updated to print out LngReg offsets if needs be
-
sof authored
Moved prototypes of error handling functions into stgdefs.h instead
-
sof authored
Updated to reflect last batch of changes
-
sof authored
On-the-fly generation of code chunks for 'foreign export dynamic' - x86 only at the moment
-
sof authored
DEBUG_REGS: deal with LngRegs
-
sof authored
Added eqStablePtr
-
sof authored
callWrapper: Save and restore LngRegs if needs be
-
sof authored
Hooks now take a file descriptor, not a FILE
-
sof authored
long long primitives
-
sof authored
handle_tick_serial: don't tick while reporting a cc profile
-
sof authored
Added support for setting and getting socket options: data SocketOption getSocketOption :: Socket -> SocketOption -> IO Int setSocketOption :: Socket -> SocketOption -> Int -> IO ()
-
sof authored
Added stubs for getsockopt() and setsockopt(), removed redundant ghc_errno switches, use stdErrno() instead.
-
- 13 Aug, 1998 1 commit
-
-
sof authored
Unused bunch of prototypes
-
- 12 Aug, 1998 1 commit
-
-
simonm authored
Exception library tests.
-
- 11 Aug, 1998 1 commit
-
-
sof authored
Pick up unvectorize from Util
-