Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get building GHC itself with Cabal more-or-less working | Ian Lynagh | 2008-07-16 | 1 | -29/+0 |
| | | | | | Installing and bindist creation don't work, but they were already broken. Only tested validating with one setup. | ||||
* | ghc-inplace defaults to -fhardwire-lib-paths. Change that to -dynload wrapped | Clemens Fruhwirth | 2008-01-10 | 1 | -6/+7 |
| | |||||
* | Refactor cross-plattform process spawning from ghc-inplace into shell-tools.c | Clemens Fruhwirth | 2008-01-10 | 1 | -129/+1 |
| | |||||
* | Use sed to make stage-specific ghc-inplace.c's | Ian Lynagh | 2007-09-14 | 1 | -3/+6 |
| | | | | | When trying to do it with -D we were having trouble getting the double quotes through in all Windows configurations. | ||||
* | In ghc-inplace, flush stdout after giving debugging output | Ian Lynagh | 2007-08-24 | 1 | -0/+1 |
| | |||||
* | Make ghc-inplace return GHC's exitcode on Windows | Ian Lynagh | 2007-08-21 | 1 | -1/+7 |
| | |||||
* | Fix ghc-inplace.c on Windows; new code based on ghci.c | Ian Lynagh | 2007-08-20 | 1 | -2/+124 |
| | |||||
* | Make ghc-inplace understand -v | Ian Lynagh | 2007-08-17 | 1 | -0/+3 |
| | | | | | If the first arg is -v, make ghc-inplace print out the real GHC path and extra flags it adds | ||||
* | Use a C program for ghc-inplace | Ian Lynagh | 2007-08-15 | 1 | -0/+21 |