summaryrefslogtreecommitdiff
path: root/driver
Commit message (Expand)AuthorAgeFilesLines
* Revert "Rename _closure to _static_closure, apply naming consistently."Edward Z. Yang2014-10-201-1/+1
* Fix closing parenthesisMatt Kraai2014-10-071-1/+1
* Rename _closure to _static_closure, apply naming consistently.Edward Z. Yang2014-10-011-1/+1
* driver: Fix usage of '$0' in ghcii.sh (#8873)Austin Seipp2014-07-281-2/+2
* Update documentationJan Stolarek2014-07-032-2/+2
* Update ghc --help references to --make and a.out (fixes #8600)ccatalfo2014-03-211-2/+2
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-018-16/+16
* Remove fglasgow-exts from ghci --helpKrzysztof Gogolewski2013-09-231-2/+0
* Remove -fglasgow-exts from --helpAustin Seipp2013-09-041-2/+0
* Add --show-options to --help (#8190)Austin Seipp2013-09-041-0/+3
* Make dynamic GHC no Windows installable tooIan Lynagh2013-05-161-3/+1
* Define the right RTS config in the Windows dyn wrapper programsIan Lynagh2013-05-141-3/+5
* More work towards dynamic programs on WindowsIan Lynagh2013-05-121-0/+197
* Use different exeext variables for each stage; fixes #7709Ian Lynagh2013-04-201-1/+1
* Automatically add the $(exeext) to program namesIan Lynagh2013-03-034-4/+4
* Automatically define _INPLACE variables for perl programs tooIan Lynagh2013-03-031-1/+1
* Remove the _INSTALL_IN support in the build systemIan Lynagh2013-03-031-1/+2
* small build system tweakIan Lynagh2013-03-021-0/+2
* Rename $(Windows) to $(Windows_Host)Ian Lynagh2013-03-013-4/+4
* Always quote arguments to removeFiles (fixes Windows install).Geoffrey Mainland2013-02-221-1/+1
* Fix Windows buildIan Lynagh2012-10-031-0/+1
* Fix path to windres on Win64Ian Lynagh2012-03-161-1/+1
* Fix a tiny bug in cwrapper.cIan Lynagh2012-03-161-3/+3
* Build the Windows ghci wrapper with stage1, not stage0Ian Lynagh2012-03-151-1/+1
* Remove registerised code for dead architectures: mips, ia64, alpha,David Terei2011-11-221-188/+1
* Tabs -> SpacesDavid Terei2011-11-221-144/+144
* Improve the way we call "rm" in the build system; fixes trac #4916Ian Lynagh2011-11-191-3/+3
* remove some old filesDavid Terei2011-10-172-286/+0
* Remove dead code, now that -fvia-c is a no-opIan Lynagh2011-04-043-2095/+0
* update to mingw gcc 4.5.2Simon Marlow2011-01-191-2/+2
* Include kfreebsdgnu in the list of Target Platforms.Marco Silva2011-01-181-1/+1
* On Cygwin, use a Cygwin-style path for /bin/install's destinationIan Lynagh2011-01-061-2/+2
* use Win32 CreateProcess() rather than mingw spawnv() (#4531)Simon Marlow2011-01-061-37/+94
* update paths now that we upgraded gcc to 4.5.0Simon Marlow2011-01-061-2/+2
* Fix gcc wrapper for new mingw binariesIan Lynagh2010-09-051-0/+26
* Add a versions haddock binary for WindowsIan Lynagh2010-08-013-0/+41
* Use the standard C wrapper code for the ghc-$version.exe wrapperIan Lynagh2010-06-222-150/+13
* Remove unnecessary C #includesIan Lynagh2010-06-222-10/+0
* Make the ghci.exe wrapper call the right ghc.exeIan Lynagh2010-06-221-1/+3
* Avoid using the new ~~ perl operator in the manglerIan Lynagh2010-06-151-2/+2
* Add new LLVM code generator to GHC. (Version 2)David Terei2010-06-151-2/+4
* Use the in-tree windres; fixes trac #4032Ian Lynagh2010-05-041-1/+1
* Change how perl scripts get installed; partially fixes #3863Ian Lynagh2010-03-242-2/+2
* Fix build on WindowsIan Lynagh2010-02-192-3/+2
* Use the shared C wrapper code in ghci.c tooIan Lynagh2010-02-182-159/+20
* Refactor gcc.c, pulling out the reusable codeIan Lynagh2010-02-183-81/+113
* Support for DragonFly BSDSimon Marlow2009-11-111-3/+3
* Make installation on *nix work for paths with spaces in their nameIan Lynagh2009-11-051-8/+8
* Improvements to the gcc wrapperIan Lynagh2009-10-291-8/+21
* Wrap gcc on Windows, to provide the -B flagsIan Lynagh2009-10-273-0/+139