| Commit message (Expand) | Author | Age | Files | Lines |
* | copyFileWithHeader: use binary Handles | Simon Marlow | 2009-06-15 | 1 | -6/+7 |
* | GHC new build system megapatch | Ian Lynagh | 2009-04-26 | 1 | -142/+58 |
* | Don't put a trailing / on the mingw include path | Ian Lynagh | 2009-03-10 | 1 | -1/+1 |
* | If we are given -Werror, then pass -Werror to cpp | Ian Lynagh | 2009-02-26 | 1 | -2/+5 |
* | SysTools no longer needs -fno-cse | Ian Lynagh | 2008-12-11 | 1 | -3/+0 |
* | Make the lists of files and directories to be cleaned-up non-global | Ian Lynagh | 2008-12-11 | 1 | -16/+16 |
* | Perform case-insensitive matching of path components in getBaseDir on Windows... | Neil Mitchell | 2008-11-05 | 1 | -3/+4 |
* | Make the matching of the filename ghc.exe case insensitive, fixes bug #2603 | Neil Mitchell | 2008-09-16 | 1 | -1/+1 |
* | When passing gcc -B, also tell it where the mingw include directory is | Ian Lynagh | 2008-09-18 | 1 | -2/+3 |
* | Follow extensible exception changes | Ian Lynagh | 2008-07-30 | 1 | -6/+6 |
* | update the comments about how we find $topdir | Simon Marlow | 2008-07-25 | 1 | -33/+22 |
* | try to fix the way we find $topdir | Simon Marlow | 2008-07-25 | 1 | -14/+12 |
* | Change how inplace detection works, so that it also works on Windows | Ian Lynagh | 2008-07-18 | 1 | -6/+15 |
* | More build system changes; ghc-pkg is now built with Cabal | Ian Lynagh | 2008-07-18 | 1 | -13/+8 |
* | Fix the inplace compiler finding package.conf on Windows | Ian Lynagh | 2008-07-16 | 1 | -1/+4 |
* | Get building GHC itself with Cabal more-or-less working | Ian Lynagh | 2008-07-16 | 1 | -3/+8 |
* | Move -fno-cse flags from Makefile into pragmas | Ian Lynagh | 2008-07-11 | 1 | -0/+3 |
* | Remove code that isn't used now that we assume that GHC >= 6.4 | Ian Lynagh | 2008-06-20 | 1 | -14/+0 |
* | Now that we require GHC >= 6.4.2, System.IO.Error is always available | Ian Lynagh | 2008-06-20 | 1 | -1/+1 |
* | Make initSysTools use the dflags it is passed, rather than defaultDynFlags | Ian Lynagh | 2008-06-14 | 1 | -3/+1 |
* | Make SysTools warning-free | Ian Lynagh | 2008-06-12 | 1 | -19/+12 |
* | Remove some CPPery with the help of a new value isWindowsHost in Util | Ian Lynagh | 2008-06-12 | 1 | -54/+48 |
* | Remove unused FFI import GetTempPathA (getTempPath) | Ian Lynagh | 2008-06-12 | 1 | -4/+0 |
* | Whitespace only, in SysTools | Ian Lynagh | 2008-06-11 | 1 | -275/+275 |
* | Get rid of the last remnants of PROJECT_DIR | Ian Lynagh | 2008-06-11 | 1 | -7/+1 |
* | (F)SLIT -> (f)sLit in SysTools | Ian Lynagh | 2008-04-12 | 1 | -4/+4 |
* | Don't import FastString in HsVersions.h | Ian Lynagh | 2008-03-29 | 1 | -1/+1 |
* | Remove old code to get TMPDIR, use System.Directory.getTemporaryDirectory | Simon Marlow | 2008-02-07 | 1 | -25/+3 |
* | Remove some of the old compat stuff now that we assume GHC 6.4 | Simon Marlow | 2008-02-08 | 1 | -7/+0 |
* | xcode build target for fixed /Library/Frameworks inst | Manuel M T Chakravarty | 2008-02-05 | 1 | -1/+7 |
* | lots of portability changes (#1405) | Isaac Dupree | 2008-01-17 | 1 | -3/+3 |
* | Use System.FilePath | Ian Lynagh | 2008-01-12 | 1 | -17/+21 |
* | FIX #1110: hackery also needed when running gcc for CPP | Simon Marlow | 2007-12-05 | 1 | -1/+3 |
* | FIX #1828: installing to a patch with spaces in | Simon Marlow | 2007-11-15 | 1 | -8/+12 |
* | Fix CodingStyle#Warnings URLs | Ian Lynagh | 2007-09-04 | 1 | -1/+1 |
* | Use OPTIONS rather than OPTIONS_GHC for pragmas | Ian Lynagh | 2007-09-03 | 1 | -2/+2 |
* | Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modules | Ian Lynagh | 2007-09-01 | 1 | -0/+7 |
* | windres also needs the PATH workaround, because it runs gcc | Simon Marlow | 2007-08-24 | 1 | -2/+5 |
* | Put a space between gcc and its arguments when calling windres | Ian Lynagh | 2007-08-23 | 1 | -1/+2 |
* | windres is in bin/, not the top-level directory | Ian Lynagh | 2007-08-23 | 1 | -1/+1 |
* | FIX #1271: create manifests, and embed them in executables on Windows | Simon Marlow | 2007-08-10 | 1 | -1/+17 |
* | FIX #1427, #1569: gcc 4.2.x needs -fno-toplevel-reorder | Simon Marlow | 2007-08-21 | 1 | -0/+5 |
* | Warning police: eliminate all defaulting within stage1 | Isaac Dupree | 2007-08-07 | 1 | -2/+9 |
* | remove #if branches for pre-ghc-6.0 | Isaac Dupree | 2007-06-05 | 1 | -8/+1 |
* | FIX #1110: the linker also needs the workaround | Simon Marlow | 2007-06-01 | 1 | -1/+3 |
* | fix for Vista workaround: "PATH" can be spelt "Path" | Simon Marlow | 2007-05-14 | 1 | -1/+2 |
* | Warning fix for unused and redundant imports | Michael D. Adams | 2007-05-10 | 1 | -1/+0 |
* | fix building with pre-6.4 | Simon Marlow | 2007-04-16 | 1 | -1/+1 |
* | MERGE: another attempt at a workaround for #1110 (Vista bug) | Simon Marlow | 2007-04-16 | 1 | -9/+17 |
* | Don't use regexps in the GHC sources | Ian Lynagh | 2007-04-10 | 1 | -23/+79 |