summaryrefslogtreecommitdiff
path: root/compiler/ghci/LibFFI.hsc
Commit message (Expand)AuthorAgeFilesLines
* Change a few throwGhcException uses to throwGhcExceptionIOIan Lynagh2013-01-301-2/+2
* Remove a use of printfIan Lynagh2012-11-291-2/+1
* Small refactoringIan Lynagh2012-11-291-3/+3
* Whitespace only in compiler/ghci/LibFFI.hscIan Lynagh2012-11-291-17/+10
* Replace all uses of ghcError with throwGhcException and purge ghcError.Erik de Castro Lopo2012-11-301-1/+1
* Move wORD_SIZE into platformConstantsIan Lynagh2012-09-161-10/+11
* Fix Win64 build now that hsc2hs knows what platform we're onIan Lynagh2012-05-011-2/+2
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Using 'stdcall' when it is not supported is only a warning now (#3336)Simon Marlow2010-09-241-1/+2
* Trim unused imports detected by new unused-import codesimonpj@microsoft.com2009-07-061-1/+1
* Follow extensible exception changesIan Lynagh2008-07-301-2/+1
* Import libffi-3.0.4, and use it to provide FFI support in GHCiSimon Marlow2008-04-081-8/+0
* Support for using libffi to implement FFI calls in GHCi (#631)Simon Marlow2008-02-041-0/+146