summaryrefslogtreecommitdiff
path: root/ghc/interpreter/dynamic.h
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2000-03-10 19:50:44 by sewardj]sewardj2000-03-101-4/+0
| | | | | | Major cleanup of header files. Merge the 5 deleted files into connect.h. Organise connect.h to gather declarations into roughtly related categories.
* [project @ 1999-10-28 14:32:06 by sewardj]sewardj1999-10-281-3/+1
| | | | | | | | | Make platform-specific dynamic loaders add ".so", ".dll" etc to library names, so that f-i decls can be written without them. Modify Prelude accordingly. Remove unused functionality in dynamic.c and make err msgs a bit better.
* [project @ 1999-10-26 17:27:25 by sewardj]sewardj1999-10-261-3/+4
| | | | | | | | | | | | Add foreign import/export implementations for x86 stdcall convention. Make parser notice calling conventions on f-i and f-x declarations, check they are supported on the platform Hugs is compiled on. Pass them all the way through the code generator to the interpreter. Allow f-i/f-x decls to omit the calling convention, in which case ccall is used. Remove calling convention from all such decls in the Prelude so it will work on any platform.
* [project @ 1998-12-02 13:17:09 by simonm]simonm1998-12-021-0/+5
Move 4.01 onto the main trunk.