Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a build error on powerpc/Linux; spotted by Jeroen Pulles | Ian Lynagh | 2008-07-23 | 1 | -1/+1 |
| | |||||
* | refactoring/tidyup: (not.is64BitInteger) -> is32BitInteger | Simon Marlow | 2008-07-22 | 1 | -18/+18 |
| | |||||
* | Warn about unrecognised pragmas; these often mean we've typoed | Ian Lynagh | 2008-07-22 | 2 | -3/+21 |
| | |||||
* | Add replacements for the -optdep flags, and deprecate the old ones | Ian Lynagh | 2008-07-22 | 1 | -6/+15 |
| | |||||
* | Fix the stage3 build | Ian Lynagh | 2008-07-22 | 2 | -11/+15 |
| | |||||
* | Fixes for haddock 0.8 | Ian Lynagh | 2008-07-21 | 15 | -39/+39 |
| | |||||
* | haddock the stage2 compiler if HADDOCK_DOCS is YES | Ian Lynagh | 2008-07-20 | 1 | -0/+5 |
| | |||||
* | First step for getting rid of the old -optdep flags | Ian Lynagh | 2008-07-20 | 2 | -51/+73 |
| | | | | | | | They are now handled by the main flag parser, rather than having their own praser that runs later. As an added bonus, 5 global variables are also gone. | ||||
* | Fix Haddock errors. | Thomas Schilling | 2008-07-20 | 1 | -1/+1 |
| | |||||
* | Fix Haddock errors. | Thomas Schilling | 2008-07-20 | 1 | -58/+58 |
| | |||||
* | Fix Haddock errors. | Thomas Schilling | 2008-07-20 | 2 | -4/+4 |
| | |||||
* | Fix Haddock errors. | Thomas Schilling | 2008-07-20 | 6 | -39/+40 |
| | |||||
* | Fix Haddock errors. | Thomas Schilling | 2008-07-20 | 1 | -7/+7 |
| | |||||
* | Fix Haddock errors. | Thomas Schilling | 2008-07-20 | 3 | -7/+7 |
| | |||||
* | Fix Haddock errors. | Thomas Schilling | 2008-07-20 | 4 | -10/+10 |
| | |||||
* | Fix Haddock errors. | Thomas Schilling | 2008-07-20 | 1 | -11/+10 |
| | |||||
* | Fix Haddock errors. | Thomas Schilling | 2008-07-20 | 2 | -17/+17 |
| | |||||
* | Fix Haddock errors. | Thomas Schilling | 2008-07-20 | 1 | -1/+1 |
| | |||||
* | Fix Haddock errors. | Thomas Schilling | 2008-07-20 | 2 | -4/+4 |
| | |||||
* | Fix Haddock errors. | Thomas Schilling | 2008-07-20 | 6 | -24/+22 |
| | |||||
* | Fix Haddock errors. | Thomas Schilling | 2008-07-20 | 3 | -9/+9 |
| | |||||
* | Fix Haddock errors. | Thomas Schilling | 2008-07-20 | 2 | -3/+3 |
| | |||||
* | Fix Haddock errors. | Thomas Schilling | 2008-07-20 | 2 | -2/+2 |
| | |||||
* | Fix Haddock errors. | Thomas Schilling | 2008-07-20 | 2 | -6/+6 |
| | |||||
* | Fix Haddock errors. | Thomas Schilling | 2008-07-20 | 3 | -10/+9 |
| | |||||
* | Fix Haddock errors. | Thomas Schilling | 2008-07-20 | 2 | -2/+3 |
| | |||||
* | Fix Haddock errors. | Thomas Schilling | 2008-07-20 | 4 | -12/+15 |
| | |||||
* | Fix Haddock errors. | Thomas Schilling | 2008-07-20 | 4 | -23/+25 |
| | |||||
* | Fix Haddock errors. | Thomas Schilling | 2008-07-20 | 1 | -46/+50 |
| | |||||
* | Fix Haddock errors. | Thomas Schilling | 2008-07-20 | 3 | -11/+11 |
| | |||||
* | Fix Haddock errors. | Thomas Schilling | 2008-07-20 | 1 | -0/+6 |
| | |||||
* | Properly comment out unused pragmas | Ian Lynagh | 2008-07-20 | 3 | -20/+20 |
| | | | | | | | We now say -- {-# SPECIALIZE ... rather than {-# -- SPECIALIZE ... | ||||
* | Add a WARNING pragma | Ian Lynagh | 2008-07-20 | 18 | -157/+205 |
| | |||||
* | Some "install" and "clean" fixes | Ian Lynagh | 2008-07-18 | 1 | -0/+4 |
| | |||||
* | Change how inplace detection works, so that it also works on Windows | Ian Lynagh | 2008-07-18 | 1 | -6/+15 |
| | |||||
* | More dependency wibbling | Ian Lynagh | 2008-07-18 | 1 | -6/+2 |
| | |||||
* | We need to make Parser.y and Config.hs earlier | Ian Lynagh | 2008-07-18 | 1 | -4/+4 |
| | |||||
* | More build system changes; ghc-pkg is now built with Cabal | Ian Lynagh | 2008-07-18 | 1 | -13/+8 |
| | |||||
* | Fix some argument names | Ian Lynagh | 2008-07-17 | 1 | -1/+1 |
| | |||||
* | Split building the ghc package and binary into "boot" and "all" steps | Ian Lynagh | 2008-07-17 | 1 | -1/+5 |
| | | | | In "boot" we configure, and in "all" we do the actual building. | ||||
* | Remove some duplication | Ian Lynagh | 2008-07-17 | 1 | -30/+21 |
| | |||||
* | Windows fixes | Ian Lynagh | 2008-07-16 | 1 | -1/+7 |
| | |||||
* | Fix the inplace compiler finding package.conf on Windows | Ian Lynagh | 2008-07-16 | 1 | -1/+4 |
| | |||||
* | Fix the build with GHC 6.4.2 | Ian Lynagh | 2008-07-16 | 1 | -0/+4 |
| | |||||
* | Get building GHC itself with Cabal more-or-less working | Ian Lynagh | 2008-07-16 | 11 | -1423/+690 |
| | | | | | Installing and bindist creation don't work, but they were already broken. Only tested validating with one setup. | ||||
* | Fix for 1st half of #2203Before_cabalised-GHC | Manuel M T Chakravarty | 2008-07-15 | 1 | -15/+19 |
| | |||||
* | Fix check of rhs of type family instances (#2157) | Manuel M T Chakravarty | 2008-07-14 | 2 | -9/+2 |
| | |||||
* | FIX BUILD on Windows | Simon Marlow | 2008-07-14 | 1 | -1/+1 |
| | |||||
* | Make showSDoc and printDoc use the same default width (100) | Simon Marlow | 2008-07-14 | 1 | -1/+1 |
| | | | | | | For some reason they were different (100/120), which made some tests produce different output when I moved from showSDoc to printDoc for error messages. | ||||
* | FIX #2322: add exceptions for more functions in math.h | Simon Marlow | 2008-07-11 | 1 | -2/+10 |
| |