summaryrefslogtreecommitdiff
path: root/ghc/compiler/parser/hschooks.h
Commit message (Collapse)AuthorAgeFilesLines
* Reorganisation of the source treeSimon Marlow2006-04-071-9/+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.
* Fix for feature request #655 (Loading the GHC library from GHCi.)Lemmih2006-01-231-6/+0
| | | | | | Moved the utility functions out of hschooks, avoided linking the GHC library with hschooks.o and added a couple of symbols to the linkers export list.
* [project @ 2002-04-22 14:54:09 by simonmar]simonmar2002-04-221-1/+6
| | | | | Define out-of-line versions of strlen and memcmp for PrimPacked, and remove the -monly-2-regs flag.
* [project @ 2000-12-20 09:56:26 by simonmar]simonmar2000-12-201-1/+2
| | | | #include "HsFFI.h" for ghc-4.08.1
* [project @ 2000-12-19 14:24:24 by simonmar]simonmar2000-12-191-2/+2
| | | | wibble
* [project @ 2000-12-19 12:55:18 by simonmar]simonmar2000-12-191-0/+9
- Add setHeapSize (for -H support, works with ghc-4.08+) - Add enableGhcTiming (for -Rghc-timing, works with ghc-4.11+) Both of these are no-ops for older compilers.