| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
merge in changes from rts/Linker.h
|
|
merge recent changes from before-ghci-branch onto the HEAD
|