
7 Oct
2002
7 Oct
'02
9:45 a.m.
malcolm: Mon Oct 7 15:45:48 CEST 2002 Update of /usr/src/master/nhc/src/runtime/Kernel In directory hinken:/tmp/cvs-serv6855 Modified Files: cdata.c collector.c haskellInit.c Log Message: Changes for ForeignObj/ForeignPtr finalisers. * New primitive primForeignPtrC :: Ptr a -> FunPtr (Ptr a -> IO ()) -> IO ForeignPtr a * Small fixes to `runDeferredGCs' so that delayed finalisers of type IO () actually run correctly, and at the right time.