| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Avoid using the new ~~ perl operator in the mangler | Ian Lynagh | 2010-06-15 | 1 | -2/+2 |
* | Add new LLVM code generator to GHC. (Version 2) | David Terei | 2010-06-15 | 1 | -2/+4 |
* | Use the in-tree windres; fixes trac #4032 | Ian Lynagh | 2010-05-04 | 1 | -1/+1 |
* | Change how perl scripts get installed; partially fixes #3863 | Ian Lynagh | 2010-03-24 | 2 | -2/+2 |
* | Fix build on Windows | Ian Lynagh | 2010-02-19 | 2 | -3/+2 |
* | Use the shared C wrapper code in ghci.c too | Ian Lynagh | 2010-02-18 | 2 | -159/+20 |
* | Refactor gcc.c, pulling out the reusable code | Ian Lynagh | 2010-02-18 | 3 | -81/+113 |
* | Support for DragonFly BSD | Simon Marlow | 2009-11-11 | 1 | -3/+3 |
* | Make installation on *nix work for paths with spaces in their name | Ian Lynagh | 2009-11-05 | 1 | -8/+8 |
* | Improvements to the gcc wrapper | Ian Lynagh | 2009-10-29 | 1 | -8/+21 |
* | Wrap gcc on Windows, to provide the -B flags | Ian Lynagh | 2009-10-27 | 3 | -0/+139 |
* | Use INSTALL_DIR, not MKDIRHIER, when installing | Ian Lynagh | 2009-10-02 | 1 | -1/+1 |
* | Update the URL in the usage info to point to the current docs location | Ian Lynagh | 2009-09-11 | 2 | -2/+2 |
* | Build fixes | Ian Lynagh | 2009-08-16 | 2 | -4/+4 |
* | Fix permissions when installing | Ian Lynagh | 2009-08-02 | 1 | -1/+2 |
* | don't create inplace/bin/ghc-<version> | Simon Marlow | 2009-07-06 | 1 | -0/+1 |
* | Update driver/Makefile for the new build system | Ian Lynagh | 2009-07-05 | 1 | -33/+12 |
* | Fix the ghci wrapper | Ian Lynagh | 2009-06-16 | 1 | -1/+1 |