summaryrefslogtreecommitdiff
path: root/compiler/main/SysTools.lhs
Commit message (Expand)AuthorAgeFilesLines
* copyFileWithHeader: use binary HandlesSimon Marlow2009-06-151-6/+7
* GHC new build system megapatchIan Lynagh2009-04-261-142/+58
* Don't put a trailing / on the mingw include pathIan Lynagh2009-03-101-1/+1
* If we are given -Werror, then pass -Werror to cppIan Lynagh2009-02-261-2/+5
* SysTools no longer needs -fno-cseIan Lynagh2008-12-111-3/+0
* Make the lists of files and directories to be cleaned-up non-globalIan Lynagh2008-12-111-16/+16
* Perform case-insensitive matching of path components in getBaseDir on Windows...Neil Mitchell2008-11-051-3/+4
* Make the matching of the filename ghc.exe case insensitive, fixes bug #2603Neil Mitchell2008-09-161-1/+1
* When passing gcc -B, also tell it where the mingw include directory isIan Lynagh2008-09-181-2/+3
* Follow extensible exception changesIan Lynagh2008-07-301-6/+6
* update the comments about how we find $topdirSimon Marlow2008-07-251-33/+22
* try to fix the way we find $topdirSimon Marlow2008-07-251-14/+12
* Change how inplace detection works, so that it also works on WindowsIan Lynagh2008-07-181-6/+15
* More build system changes; ghc-pkg is now built with CabalIan Lynagh2008-07-181-13/+8
* Fix the inplace compiler finding package.conf on WindowsIan Lynagh2008-07-161-1/+4
* Get building GHC itself with Cabal more-or-less workingIan Lynagh2008-07-161-3/+8
* Move -fno-cse flags from Makefile into pragmasIan Lynagh2008-07-111-0/+3
* Remove code that isn't used now that we assume that GHC >= 6.4Ian Lynagh2008-06-201-14/+0
* Now that we require GHC >= 6.4.2, System.IO.Error is always availableIan Lynagh2008-06-201-1/+1
* Make initSysTools use the dflags it is passed, rather than defaultDynFlagsIan Lynagh2008-06-141-3/+1
* Make SysTools warning-freeIan Lynagh2008-06-121-19/+12
* Remove some CPPery with the help of a new value isWindowsHost in UtilIan Lynagh2008-06-121-54/+48
* Remove unused FFI import GetTempPathA (getTempPath)Ian Lynagh2008-06-121-4/+0
* Whitespace only, in SysToolsIan Lynagh2008-06-111-275/+275
* Get rid of the last remnants of PROJECT_DIRIan Lynagh2008-06-111-7/+1
* (F)SLIT -> (f)sLit in SysToolsIan Lynagh2008-04-121-4/+4
* Don't import FastString in HsVersions.hIan Lynagh2008-03-291-1/+1
* Remove old code to get TMPDIR, use System.Directory.getTemporaryDirectorySimon Marlow2008-02-071-25/+3
* Remove some of the old compat stuff now that we assume GHC 6.4Simon Marlow2008-02-081-7/+0
* xcode build target for fixed /Library/Frameworks instManuel M T Chakravarty2008-02-051-1/+7
* lots of portability changes (#1405)Isaac Dupree2008-01-171-3/+3
* Use System.FilePathIan Lynagh2008-01-121-17/+21
* FIX #1110: hackery also needed when running gcc for CPPSimon Marlow2007-12-051-1/+3
* FIX #1828: installing to a patch with spaces in Simon Marlow2007-11-151-8/+12
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
* windres also needs the PATH workaround, because it runs gccSimon Marlow2007-08-241-2/+5
* Put a space between gcc and its arguments when calling windresIan Lynagh2007-08-231-1/+2
* windres is in bin/, not the top-level directoryIan Lynagh2007-08-231-1/+1
* FIX #1271: create manifests, and embed them in executables on WindowsSimon Marlow2007-08-101-1/+17
* FIX #1427, #1569: gcc 4.2.x needs -fno-toplevel-reorderSimon Marlow2007-08-211-0/+5
* Warning police: eliminate all defaulting within stage1Isaac Dupree2007-08-071-2/+9
* remove #if branches for pre-ghc-6.0Isaac Dupree2007-06-051-8/+1
* FIX #1110: the linker also needs the workaroundSimon Marlow2007-06-011-1/+3
* fix for Vista workaround: "PATH" can be spelt "Path"Simon Marlow2007-05-141-1/+2
* Warning fix for unused and redundant importsMichael D. Adams2007-05-101-1/+0
* fix building with pre-6.4Simon Marlow2007-04-161-1/+1
* MERGE: another attempt at a workaround for #1110 (Vista bug)Simon Marlow2007-04-161-9/+17
* Don't use regexps in the GHC sourcesIan Lynagh2007-04-101-23/+79