[project @ 1999-03-01 14:46:42 by sewardj]
authorsewardj <unknown>
Mon, 1 Mar 1999 14:47:09 +0000 (14:47 +0000)
committersewardj <unknown>
Mon, 1 Mar 1999 14:47:09 +0000 (14:47 +0000)
commit8931116063aaf06ed2759e2b2ca2e554cfa7124f
tree123d56d7577558ee6e9846db013273990b346434
parente0a630ed3d3b26f367a31b94479f46a94625a074
[project @ 1999-03-01 14:46:42 by sewardj]
Mods to make STG-hugs able to compile and run small examples.  This
commit also includes proper implementations of seq, raise and catch.
31 files changed:
ghc/includes/Assembler.h
ghc/includes/options.h
ghc/interpreter/backend.h
ghc/interpreter/codegen.c
ghc/interpreter/compiler.c
ghc/interpreter/connect.h
ghc/interpreter/derive.c
ghc/interpreter/dynamic.c
ghc/interpreter/hugs.c
ghc/interpreter/input.c
ghc/interpreter/lift.c
ghc/interpreter/link.c
ghc/interpreter/link.h
ghc/interpreter/machdep.c
ghc/interpreter/nHandle.c [new file with mode: 0644]
ghc/interpreter/output.c
ghc/interpreter/preds.c
ghc/interpreter/static.c
ghc/interpreter/stg.c
ghc/interpreter/storage.c
ghc/interpreter/storage.h
ghc/interpreter/subst.c
ghc/interpreter/translate.c
ghc/interpreter/type.c
ghc/interpreter/version.h
ghc/rts/Assembler.c
ghc/rts/Bytecodes.h
ghc/rts/Disassembler.c
ghc/rts/Evaluator.c
ghc/rts/ForeignCall.c
ghc/rts/Printer.c