| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Quote commands that we run, so they work if there are space in their paths | Ian Lynagh | 2009-05-30 | 1 | -6/+6 |
* | Remove unused variables | Ian Lynagh | 2009-05-24 | 1 | -2/+0 |
* | Remove unused variables | Ian Lynagh | 2009-05-24 | 1 | -2/+0 |
* | stub Makefile | Simon Marlow | 2009-05-11 | 1 | -20/+2 |
* | Add a header to all build system files: | Simon Marlow | 2009-04-28 | 8 | -0/+95 |
* | GHC new build system megapatch | Ian Lynagh | 2009-04-26 | 10 | -142/+94 |
* | Fix ghc and ghci wrappers on Windows | Ian Lynagh | 2009-02-18 | 2 | -3/+3 |
* | Make versioned ghc and ghci programs on Windows; fixes trac #2827 | Ian Lynagh | 2009-02-17 | 3 | -2/+167 |
* | Tweak the mangler; fixes trac #2871 | Ian Lynagh | 2009-02-11 | 1 | -1/+1 |
* | Install a versioned ghc-pkg script; fixes trac #2662 | Ian Lynagh | 2008-10-09 | 2 | -1/+19 |
* | Use -f when making the runhaskell symlink | Ian Lynagh | 2008-09-24 | 1 | -1/+1 |
* | Gix the ghcii script | Ian Lynagh | 2008-09-19 | 1 | -1/+1 |
* | Create runhaskell as well as runghc | Ian Lynagh | 2008-09-19 | 2 | -1/+15 |
* | Make the ghci scripts point to the versioned GHC program, not just "ghc" | Ian Lynagh | 2008-09-18 | 1 | -2/+2 |
* | Reinstate the driver/ghc directory, to create a versioned GHC program | Ian Lynagh | 2008-09-12 | 2 | -1/+19 |
* | Use test -f rather than test -e | Ian Lynagh | 2008-09-08 | 1 | -1/+1 |