Merging in the new codegen branch
[ghc-hetmet.git] / compiler / deSugar / DsForeign.lhs
2008-08-14 dias@eecs.harvard.eduMerging in the new codegen branch
2008-07-31 Max BolingbrokeHandle introduction of MkCore in DsForeign
2008-06-14 Ian LynaghFix a warning in DsForeign
2008-06-14 Ian LynaghFix warnings in DsForeign
2008-05-14 Simon MarlowFIX #2276: foreign import stdcall "&foo" doesn't work
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in DsForeign
2008-04-02 Simon MarlowDo not #include external header files when compiling...
2008-02-16 Ian LynaghGenerate foo(void) rather than foo() in FFI stub files
2008-01-04 Simon MarlowUse the correct libffi type for pointers
2008-01-17 Twan van LaarhovenMonadify deSugar/DsForeign: use do, return, applicative...
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