| Commit message (Expand) | Author | Age | Files | Lines |
* | Add $(GhcDynamic) knob, set to YES to get stage2 linked with -dynamic | Simon Marlow | 2010-04-28 | 1 | -0/+5 |
* | runghc: flush stdout/stderr on an exception (#3890) | Simon Marlow | 2010-05-05 | 1 | -0/+2 |
* | Fix "make 2" | Ian Lynagh | 2010-04-27 | 1 | -0/+7 |
* | --make is now the default (#3515), and -fno-code works with --make (#3783) | Simon Marlow | 2010-04-27 | 1 | -9/+26 |
* | Make sure all the clean rules are always included | Ian Lynagh | 2010-04-24 | 1 | -11/+6 |
* | Pass the location of gcc in the ghc wrapper script; partially fixes #3863 | Ian Lynagh | 2010-03-24 | 1 | -1/+1 |
* | Eliminate mkdependC | Ian Lynagh | 2009-12-09 | 1 | -3/+11 |
* | Fix column numbers used when highlighting :list output | Ian Lynagh | 2009-12-03 | 1 | -2/+2 |
* | Tweak how shell wrappers are built | Ian Lynagh | 2009-11-07 | 1 | -1/+1 |
* | ghc-stage2 is now renamed to ghc when it is installed | Ian Lynagh | 2009-11-07 | 1 | -0/+6 |
* | Make installation on *nix work for paths with spaces in their name | Ian Lynagh | 2009-11-05 | 2 | -3/+3 |
* | GhciMonad.resume should restore the program's argv and progname | Simon Marlow | 2009-10-21 | 1 | -1/+7 |
* | Make a mingw tree from mingw tarballs | Ian Lynagh | 2009-10-23 | 1 | -3/+3 |
* | The -e flag now has a "SepArg" argument; fixes #3568 | Ian Lynagh | 2009-10-12 | 1 | -1/+1 |
* | Print warnings after doMkDependHS | Ian Lynagh | 2009-10-12 | 1 | -1/+2 |
* | remove encoding of output using Haskeline; the IO library does it now (#3398) | Simon Marlow | 2009-09-18 | 2 | -42/+8 |
* | FIX #3434 (improve vi tags: add non-exported symbols, kinds, regex tags) | Peter Hercek | 2009-08-17 | 2 | -70/+133 |
* | alow macros to redefine builtin GHCi commands (implements #3084) | Peter Hercek | 2009-05-12 | 1 | -6/+14 |
* | move hschooks.c to ghc/, and enable it | Simon Marlow | 2009-09-11 | 2 | -0/+42 |
* | Fix some makefile logic, and remove the now unused *_USE_BOOT_LIBS vars | Ian Lynagh | 2009-09-11 | 1 | -1/+0 |
* | Add -package-id, improve package shadowing behaviour and error messages | Simon Marlow | 2009-09-08 | 1 | -0/+1 |
* | Make our install variables etc compliant with GNU standards; fixes #1924 | Ian Lynagh | 2009-08-14 | 1 | -1/+1 |
* | fast make omits dependencies in ghc/ too | Simon Marlow | 2009-08-02 | 1 | -1/+6 |
* | remove unnecessary -#include options | Simon Marlow | 2009-08-02 | 1 | -1/+0 |
* | fix warnings | Simon Marlow | 2009-07-29 | 1 | -3/+2 |
* | Implement "ghc --abi-hash M1 M2 ..." | Simon Marlow | 2009-07-29 | 1 | -0/+57 |
* | Windows only: set the encoding on stdin to utf8 | Simon Marlow | 2009-07-23 | 1 | -0/+6 |
* | Make the --info values printable with "ghc --print-foo"; trac #3122 | Ian Lynagh | 2009-07-16 | 1 | -164/+260 |
* | Trim unused imports detected by new unused-import code | simonpj@microsoft.com | 2009-07-06 | 3 | -11/+10 |
* | Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263 | Max Bolingbroke | 2009-07-01 | 3 | -22/+21 |
* | Improved infrastructure for fast-rebuilding of parts of the tree | Simon Marlow | 2009-07-03 | 1 | -3/+5 |
* | Fix #2197 (properly this time) | Simon Marlow | 2009-07-01 | 1 | -7/+4 |
* | make GhcProfiled work, and add a "prof" flavour to build.mk | Simon Marlow | 2009-07-01 | 1 | -2/+3 |
* | Fix buffering problem when GHCi is using the new IO library | Simon Marlow | 2009-06-23 | 1 | -1/+11 |
* | Add support for 'make help' in subdirectories | Simon Marlow | 2009-06-16 | 1 | -0/+9 |
* | Changes for the new IO library, mainly base-package modules moving around | Simon Marlow | 2009-05-29 | 2 | -4/+15 |
* | Unquote a $(LN_S) in ghc/ghc.mk | Ian Lynagh | 2009-05-30 | 1 | -1/+1 |
* | Quote commands that we run, so they work if there are space in their paths | Ian Lynagh | 2009-05-30 | 1 | -5/+5 |
* | don't call Haskeline to read input when stdin is not a terminal | Simon Marlow | 2009-05-28 | 1 | -9/+10 |
* | Fix warnings | Ian Lynagh | 2009-05-23 | 2 | -0/+2 |
* | #2197: try to detect when GHCi is compiled with -prof and emit an error message | Simon Marlow | 2009-05-06 | 1 | -0/+8 |
* | Switch the default -dynload mode to SystemDependent | Duncan Coutts | 2009-05-17 | 1 | -1/+1 |
* | Bootstrapping fixes | Ian Lynagh | 2009-05-17 | 1 | -1/+2 |
* | Bootstrapping fixes | Ian Lynagh | 2009-05-16 | 1 | -3/+13 |
* | Fix building without GHCi | Ian Lynagh | 2009-05-03 | 1 | -1/+4 |
* | FIX build: add dependencies on ghc_boot_platform.h | Simon Marlow | 2009-04-30 | 1 | -0/+5 |
* | Don't actually build ghc itself with -dynamic | Duncan Coutts | 2009-04-29 | 1 | -4/+0 |
* | Do not link ghc stage1 using -threaded, only for stage2 or 3 | Duncan Coutts | 2009-04-28 | 1 | -1/+2 |
* | Use haskeline, rather than editline, for line editing in ghci | Ian Lynagh | 2009-04-29 | 5 | -7/+2795 |
* | Add a header to all build system files: | Simon Marlow | 2009-04-28 | 2 | -0/+24 |