Optionally use libffi to implement 'foreign import "wrapper"' (#793)
[ghc-hetmet.git] / compiler / deSugar / DsForeign.lhs
2008-01-03 Simon MarlowOptionally use libffi to implement 'foreign import...
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-26 Simon MarlowRefactoring only: remove [Id] field from ForeignStubs
2007-08-09 simonpj@microsoft.comTidy up the treatment of newtypes, refactor, and fix...
2007-08-07 Isaac DupreeWarning police: eliminate all defaulting within stage1
2006-11-21 Simon Marlowput the unsafeCoerce trace inside DEBUG, to avoid test...
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-09 Simon MarlowRemove old FFI syntax
2006-07-25 Simon MarlowGeneralise Package Support
2006-04-18 Simon Marlowhandle Bool arg to foreign import "wrapper"
2006-04-18 Simon Marlowupdate commentry for foreign import "wrapper" handling
2006-04-11 simonpj@microsoft.comAllow IO to be wrapped in a newtype in foreign import...
2006-04-07 Simon MarlowReorganisation of the source tree