summaryrefslogtreecommitdiff
path: root/ghc/includes/Linker.h
Commit message (Collapse)AuthorAgeFilesLines
* Reorganisation of the source treeSimon Marlow2006-04-071-30/+0
| | | | | | | | | | | | | | | Most of the other users of the fptools build system have migrated to Cabal, and with the move to darcs we can now flatten the source tree without losing history, so here goes. The main change is that the ghc/ subdir is gone, and most of what it contained is now at the top level. The build system now makes no pretense at being multi-project, it is just the GHC build system. No doubt this will break many things, and there will be a period of instability while we fix the dependencies. A straightforward build should work, but I haven't yet fixed binary/source distributions. Changes to the Building Guide will follow, too.
* [project @ 2005-03-27 13:41:13 by panne]panne2005-03-271-1/+0
| | | | | | | | | | * Some preprocessors don't like the C99/C++ '//' comments after a directive, so use '/* */' instead. For consistency, a lot of '//' in the include files were converted, too. * UnDOSified libraries/base/cbits/runProcess.c. * My favourite sport: Killed $Id$s.
* [project @ 2002-05-01 15:46:14 by simonmar]simonmar2002-05-011-2/+2
| | | | | | | | | | | | | Cleanup and overhaul the bogus dynamic library loading code in InteractiveUI. Bugs fixed: - when linking in extra_libraries from a package, we now search library_paths in addition to the default dlopen() paths. - the path-searching machinery for dynamic libraries specified on the command line was broken, it didn't work unless the library was found on the first path in the list.
* [project @ 2001-07-23 10:43:18 by simonmar]simonmar2001-07-231-1/+4
| | | | merge in changes from rts/Linker.h
* [project @ 2000-12-04 12:31:19 by simonmar]simonmar2000-12-041-0/+28
merge recent changes from before-ghci-branch onto the HEAD