| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use the splitter on Darwin | Demi Obenour | 2017-01-10 | 1 | -167/+10 |
* | Properly detect MinTTY when running GHCi on Windows | Ryan Scott | 2017-01-10 | 4 | -3/+45 |
* | Automate GCC driver wrapper | Tamar Christina | 2016-12-10 | 1 | -4/+11 |
* | Update Windows GCC driver. | Tamar Christina | 2016-12-08 | 1 | -4/+4 |
* | Purge GHC of literate Perl | Demi Obenour | 2016-11-29 | 2 | -11/+9 |
* | Fix: #12084 deprecate old profiling flags | Seraphime Kirkovski | 2016-05-24 | 1 | -1/+1 |
* | Fall back on ghc-stage2 when using Windows' GHCi driver | RyanGlScott | 2016-01-06 | 1 | -0/+13 |
* | Implement function-sections for Haskell code, #8405 | Simon Brenner | 2015-11-12 | 1 | -0/+26 |
* | Build system: simplify install.mk.in | Thomas Miedema | 2015-08-21 | 1 | -2/+2 |
* | Upgrade GCC to 5.2.0 for Windows x86 and x86_64 | Tamar Christina | 2015-08-12 | 1 | -3/+7 |
* | Shorten long lines in DynFlags, add details to ghci usage guide. | Lennart Kolmodin | 2014-11-30 | 1 | -0/+3 |
* | Revert "Rename _closure to _static_closure, apply naming consistently." | Edward Z. Yang | 2014-10-20 | 1 | -1/+1 |
* | Fix closing parenthesis | Matt Kraai | 2014-10-07 | 1 | -1/+1 |
* | Rename _closure to _static_closure, apply naming consistently. | Edward Z. Yang | 2014-10-01 | 1 | -1/+1 |
* | driver: Fix usage of '$0' in ghcii.sh (#8873) | Austin Seipp | 2014-07-28 | 1 | -2/+2 |
* | Update documentation | Jan Stolarek | 2014-07-03 | 2 | -2/+2 |
* | Update ghc --help references to --make and a.out (fixes #8600) | ccatalfo | 2014-03-21 | 1 | -2/+2 |
* | Globally replace "hackage.haskell.org" with "ghc.haskell.org" | Simon Marlow | 2013-10-01 | 8 | -16/+16 |
* | Remove fglasgow-exts from ghci --help | Krzysztof Gogolewski | 2013-09-23 | 1 | -2/+0 |
* | Remove -fglasgow-exts from --help | Austin Seipp | 2013-09-04 | 1 | -2/+0 |
* | Add --show-options to --help (#8190) | Austin Seipp | 2013-09-04 | 1 | -0/+3 |
* | Make dynamic GHC no Windows installable too | Ian Lynagh | 2013-05-16 | 1 | -3/+1 |
* | Define the right RTS config in the Windows dyn wrapper programs | Ian Lynagh | 2013-05-14 | 1 | -3/+5 |
* | More work towards dynamic programs on Windows | Ian Lynagh | 2013-05-12 | 1 | -0/+197 |
* | Use different exeext variables for each stage; fixes #7709 | Ian Lynagh | 2013-04-20 | 1 | -1/+1 |
* | Automatically add the $(exeext) to program names | Ian Lynagh | 2013-03-03 | 4 | -4/+4 |
* | Automatically define _INPLACE variables for perl programs too | Ian Lynagh | 2013-03-03 | 1 | -1/+1 |
* | Remove the _INSTALL_IN support in the build system | Ian Lynagh | 2013-03-03 | 1 | -1/+2 |
* | small build system tweak | Ian Lynagh | 2013-03-02 | 1 | -0/+2 |
* | Rename $(Windows) to $(Windows_Host) | Ian Lynagh | 2013-03-01 | 3 | -4/+4 |
* | Always quote arguments to removeFiles (fixes Windows install). | Geoffrey Mainland | 2013-02-22 | 1 | -1/+1 |
* | Fix Windows build | Ian Lynagh | 2012-10-03 | 1 | -0/+1 |
* | Fix path to windres on Win64 | Ian Lynagh | 2012-03-16 | 1 | -1/+1 |
* | Fix a tiny bug in cwrapper.c | Ian Lynagh | 2012-03-16 | 1 | -3/+3 |
* | Build the Windows ghci wrapper with stage1, not stage0 | Ian Lynagh | 2012-03-15 | 1 | -1/+1 |
* | Remove registerised code for dead architectures: mips, ia64, alpha, | David Terei | 2011-11-22 | 1 | -188/+1 |
* | Tabs -> Spaces | David Terei | 2011-11-22 | 1 | -144/+144 |
* | Improve the way we call "rm" in the build system; fixes trac #4916 | Ian Lynagh | 2011-11-19 | 1 | -3/+3 |
* | remove some old files | David Terei | 2011-10-17 | 2 | -286/+0 |
* | Remove dead code, now that -fvia-c is a no-op | Ian Lynagh | 2011-04-04 | 3 | -2095/+0 |
* | update to mingw gcc 4.5.2 | Simon Marlow | 2011-01-19 | 1 | -2/+2 |
* | Include kfreebsdgnu in the list of Target Platforms. | Marco Silva | 2011-01-18 | 1 | -1/+1 |
* | On Cygwin, use a Cygwin-style path for /bin/install's destination | Ian Lynagh | 2011-01-06 | 1 | -2/+2 |
* | use Win32 CreateProcess() rather than mingw spawnv() (#4531) | Simon Marlow | 2011-01-06 | 1 | -37/+94 |
* | update paths now that we upgraded gcc to 4.5.0 | Simon Marlow | 2011-01-06 | 1 | -2/+2 |
* | Fix gcc wrapper for new mingw binaries | Ian Lynagh | 2010-09-05 | 1 | -0/+26 |
* | Add a versions haddock binary for Windows | Ian Lynagh | 2010-08-01 | 3 | -0/+41 |
* | Use the standard C wrapper code for the ghc-$version.exe wrapper | Ian Lynagh | 2010-06-22 | 2 | -150/+13 |
* | Remove unnecessary C #includes | Ian Lynagh | 2010-06-22 | 2 | -10/+0 |
* | Make the ghci.exe wrapper call the right ghc.exe | Ian Lynagh | 2010-06-22 | 1 | -1/+3 |