GHC new build system megapatch
[ghc-hetmet.git] / compiler / main / SysTools.lhs
2009-04-26 Ian LynaghGHC new build system megapatch
2009-03-10 Ian LynaghDon't put a trailing / on the mingw include path
2009-02-26 Ian LynaghIf we are given -Werror, then pass -Werror to cpp
2008-12-11 Ian LynaghSysTools no longer needs -fno-cse
2008-12-11 Ian LynaghMake the lists of files and directories to be cleaned...
2008-11-05 Neil MitchellPerform case-insensitive matching of path components...
2008-09-16 Neil MitchellMake the matching of the filename ghc.exe case insensit...
2008-09-18 Ian LynaghWhen passing gcc -B, also tell it where the mingw inclu...
2008-07-30 Ian LynaghFollow extensible exception changes
2008-07-25 Simon Marlowupdate the comments about how we find $topdir
2008-07-25 Simon Marlowtry to fix the way we find $topdir
2008-07-18 Ian LynaghChange how inplace detection works, so that it also...
2008-07-18 Ian LynaghMore build system changes; ghc-pkg is now built with...
2008-07-16 Ian LynaghFix the inplace compiler finding package.conf on Windows
2008-07-16 Ian LynaghGet building GHC itself with Cabal more-or-less working
2008-07-11 Ian LynaghMove -fno-cse flags from Makefile into pragmas
2008-06-20 Ian LynaghRemove code that isn't used now that we assume that...
2008-06-20 Ian LynaghNow that we require GHC >= 6.4.2, System.IO.Error is...
2008-06-14 Ian LynaghMake initSysTools use the dflags it is passed, rather...
2008-06-12 Ian LynaghMake SysTools warning-free
2008-06-12 Ian LynaghRemove some CPPery with the help of a new value isWindo...
2008-06-12 Ian LynaghRemove unused FFI import GetTempPathA (getTempPath)
2008-06-11 Ian LynaghWhitespace only, in SysTools
2008-06-11 Ian LynaghGet rid of the last remnants of PROJECT_DIR
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in SysTools
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-02-07 Simon MarlowRemove old code to get TMPDIR, use System.Directory...
2008-02-08 Simon MarlowRemove some of the old compat stuff now that we assume...
2008-02-05 Manuel M T Chakravartyxcode build target for fixed /Library/Frameworks inst
2008-01-17 Isaac Dupreelots of portability changes (#1405)
2008-01-12 Ian LynaghUse System.FilePath
2007-12-05 Simon MarlowFIX #1110: hackery also needed when running gcc for CPP
2007-11-15 Simon MarlowFIX #1828: installing to a patch with spaces in
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-24 Simon Marlowwindres also needs the PATH workaround, because it...
2007-08-23 Ian LynaghPut a space between gcc and its arguments when calling...
2007-08-23 Ian Lynaghwindres is in bin/, not the top-level directory
2007-08-10 Simon MarlowFIX #1271: create manifests, and embed them in executab...
2007-08-21 Simon MarlowFIX #1427, #1569: gcc 4.2.x needs -fno-toplevel-reorder
2007-08-07 Isaac DupreeWarning police: eliminate all defaulting within stage1
2007-06-05 Isaac Dupreeremove #if branches for pre-ghc-6.0
2007-06-01 Simon MarlowFIX #1110: the linker also needs the workaround
2007-05-14 Simon Marlowfix for Vista workaround: "PATH" can be spelt "Path"
2007-05-10 Michael D. AdamsWarning fix for unused and redundant imports
2007-04-16 Simon Marlowfix building with pre-6.4
2007-04-16 Simon MarlowMERGE: another attempt at a workaround for #1110 (Vista...
2007-04-10 Ian LynaghDon't use regexps in the GHC sources
2007-03-08 Simon Marlowwhen invoking gcc, instead of the -B<dir> flag, use...
2007-03-08 Simon Marlowsmall cleanups
2007-02-15 Simon MarlowWhen the pipeline just copies the file, prepend a LINE...
2007-01-31 Ian LynaghAlways pay attention to -keep-tmp-files when we want...
2006-10-18 Ian LynaghFix the build with GHC 6.2.2
2006-10-11 Simon MarlowModule header tidyup #2
2006-09-19 Simon MarlowPackages cleanup, and allow new packages to be loaded...
2006-07-10 Ian LynaghPull out common removal code, and detect does-not-exist...
2006-07-10 Ian LynaghCreate our own directory in the temporary directory...
2006-06-13 sof@galois.comreaderProc: split up text output using host's line...
2006-04-07 Simon MarlowReorganisation of the source tree