| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | When making bindists, check that we know where we are | Ian Lynagh | 2008-08-25 | 1 | -0/+4 |
* | Fix the ghci script; fixes trac #2485 | Ian Lynagh | 2008-08-25 | 1 | -9/+6 |
* | Comment fixes; trac #2468 | Ian Lynagh | 2008-08-16 | 1 | -2/+2 |
* | move INPLACE_DATA_DIR into mk/config.mk and share it | Simon Marlow | 2008-08-13 | 1 | -1/+0 |
* | Remove references to the files that the RTS no longer knows about | Ian Lynagh | 2008-08-10 | 1 | -3/+3 |
* | We don't need to generate driver/package.conf any more; spotted by Simon | Ian Lynagh | 2008-08-10 | 1 | -1/+0 |
* | Remove driver/ghc; The Cabal package in ghc/ now makes a wrapper itself | Ian Lynagh | 2008-08-10 | 1 | -28/+0 |
* | bindist fixes | Ian Lynagh | 2008-08-10 | 1 | -1/+1 |
* | bindists are now some way towards working | Ian Lynagh | 2008-08-10 | 5 | -18/+8 |
* | Some "install" and "clean" fixes | Ian Lynagh | 2008-07-18 | 1 | -1/+1 |
* | More build system changes; ghc-pkg is now built with Cabal | Ian Lynagh | 2008-07-18 | 1 | -7/+9 |
* | Remove all references to -mno-cygwin | Ian Lynagh | 2008-07-09 | 1 | -2/+2 |
* | Fix the splitter with perl 5.10; patch from Audrey Tang | Ian Lynagh | 2008-06-11 | 1 | -82/+81 |
* | Enable the mangler for netbsd/amd64; fixes trac #2347 | Ian Lynagh | 2008-06-06 | 1 | -1/+1 |
* | Tell the mangler how to mangle for amd64/freebsd; fixes trac #2072 | Ian Lynagh | 2008-05-11 | 1 | -1/+1 |
* | FIX #2047: Windows (and older Unixes): align info tables to 4 bytes, not 2 | Simon Marlow | 2008-02-05 | 1 | -7/+7 |
* | Tweak the splitter | Ian Lynagh | 2008-01-16 | 1 | -3/+3 |
* | Make ghcii.sh executable | Ian Lynagh | 2007-12-17 | 1 | -0/+1 |
* | Use INSTALL_SCRIPT, not INSTALL_PROGRAM, when installing scripts; fixes #1858 | Ian Lynagh | 2007-11-10 | 2 | -6/+6 |
* | clean ghci-inplace | Simon Marlow | 2007-10-31 | 1 | -0/+1 |
* | comment-out "use vars" in 3 places (see #1739) | Simon Marlow | 2007-10-08 | 1 | -3/+3 |
* | Fix copy+paste-o, spotted by Simon Marlow | Ian Lynagh | 2007-09-14 | 1 | -1/+1 |
* | Fix bindist creation on Windows | Ian Lynagh | 2007-09-05 | 1 | -1/+1 |
* | Use DESTDIR when installing | Ian Lynagh | 2007-08-28 | 2 | -2/+2 |
* | Remove odd recursive call in the driver/ghci Makefile | Ian Lynagh | 2007-08-21 | 1 | -10/+0 |