cvs commit: hugs98/src builtin.c ffi.c machdep.c plugin.c
static.c HsFFI.h
Sigbjorn Finne
sof@glass.cse.ogi.edu
Mon, 3 Feb 2003 21:07:51 -0800
sof 2003/02/03 21:07:51 PST
Modified files:
src builtin.c ffi.c machdep.c plugin.c
static.c HsFFI.h
Log:
Up HugsAPI version to 5 -- method table is unchanged from 4, but
DLLs are now assumed to also export
extern int HugsAPIVersion();
indicating what HugsAPI the primitive stubs in that DLL is
assuming. The other change is that with version 5, the new
IO monad representation is assumed.
Revision Changes Path
1.46 +6 -2 hugs98/src/builtin.c
1.24 +8 -6 hugs98/src/ffi.c
1.76 +39 -7 hugs98/src/machdep.c
1.7 +3 -3 hugs98/src/plugin.c
1.137 +3 -3 hugs98/src/static.c
1.11 +16 -0 hugs98/src/HsFFI.h