summaryrefslogtreecommitdiff
path: root/driver
Commit message (Expand)AuthorAgeFilesLines
* Drop make build systemBen Gamari2022-08-254-137/+0
* Fix #21889, GHCi misbehaves with Ctrl-C on WindowsZubin Duggal2022-07-252-1/+5
* Windows/Clang: Build system adaptationBen Gamari2022-04-061-66/+0
* Reinstallable GHCZubin Duggal2022-02-211-1/+0
* Add driver/ghci/ghci-wrapper.cabal to .gitignoreRyan Scott2021-02-011-1/+4
* hadrian: Introduce ghci-wrapper packageBen Gamari2021-01-301-0/+26
* Lowercase windows importsMoritz Angermann2019-05-271-2/+2
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-256-12/+12
* Rip out object splittingBen Gamari2019-03-053-310/+0
* driver/utils/dynwrapper.c: Remove unused variableSimon Jakobi2018-02-251-1/+0
* Don't use $SHELL in wrapper scriptsJoachim Breitner2017-10-261-2/+2
* Release console for ghci wrapperTamar Christina2017-09-266-8/+26
* Implement split-sections support for windows.Tamar Christina2017-07-081-0/+26
* Revert "Remove the Windows GCC driver."Simon Peyton Jones2017-06-291-0/+66
* Remove the Windows GCC driver.Tamar Christina2017-06-171-66/+0
* Fix slash escaping in cwrapper.cTamar Christina2017-06-081-1/+1
* Prefer #if defined to #ifdefBen Gamari2017-04-281-1/+1
* cpp: Use #pragma once instead of #ifndef guardsBen Gamari2017-04-231-4/+1
* add $(CrossCompilePrefix) to 'runghc' and 'ghci'Sergei Trofimovich2017-04-061-4/+4
* Fix Windows GCC driverTamar Christina2017-03-141-5/+3
* Don't use the splitter on DarwinDemi Obenour2017-01-101-167/+10
* Properly detect MinTTY when running GHCi on WindowsRyan Scott2017-01-104-3/+45
* Automate GCC driver wrapperTamar Christina2016-12-101-4/+11
* Update Windows GCC driver.Tamar Christina2016-12-081-4/+4
* Purge GHC of literate PerlDemi Obenour2016-11-292-11/+9
* Fix: #12084 deprecate old profiling flagsSeraphime Kirkovski2016-05-241-1/+1
* Fall back on ghc-stage2 when using Windows' GHCi driverRyanGlScott2016-01-061-0/+13
* Implement function-sections for Haskell code, #8405Simon Brenner2015-11-121-0/+26
* Build system: simplify install.mk.inThomas Miedema2015-08-211-2/+2
* Upgrade GCC to 5.2.0 for Windows x86 and x86_64Tamar Christina2015-08-121-3/+7
* Shorten long lines in DynFlags, add details to ghci usage guide.Lennart Kolmodin2014-11-301-0/+3
* 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