ANN: H98 FFI Addendum 1.0, Release Candidate 11
Manuel M T Chakravarty
chak@cse.unsw.edu.au
Thu, 12 Jun 2003 15:32:20 +1000 (EST)
Dear Haskell Folks,
Release Candidate 11 of the H98 FFI Addendum 1.0 is now
available from
http://www.cse.unsw.edu.au/~chak/haskell/ffi/
The change log since RC 10 is appended below.
Again, please review this specification carefully. If no
suggestion that leads to a serious change is made within two
weeks, I will freeze version 1.0.
Thanks,
Manuel
-=-
% Changes since RC10:
% * 3.3 : Clarified use of foreign functions of pure type
% * 4.1.1: Clarified the meaning of foreign imports without a "&" that have a
% non-functional type in Haskell
% * 5.1 : Clarified the scope of safe use of unsafePerformIO
% * 5.5 : "pre-emptive" dropped in footnote regarding finalizers; added
% `newForeignPointer_' and renamed `foreignPtrToPtr' to
% `unsafeForeignPtrToPtr'
% * Typos throughout