| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | GHC new build system megapatch | Ian Lynagh | 2009-04-26 | 5 | -154/+141 |
* | Only use STAGE3_PACKAGE_CONF for building GHC itself | Ian Lynagh | 2009-02-21 | 1 | -0/+1 |
* | Use a per-session data structure for callbacks. Make 'WarnErrLogger' | Thomas Schilling | 2008-11-28 | 1 | -2/+3 |
* | Change 'handleFlagWarnings' to throw exceptions instead of dying. | Thomas Schilling | 2008-11-22 | 1 | -1/+5 |
* | Split ShowVersion etc off into a different type to DoInteractive etc | Ian Lynagh | 2008-09-26 | 1 | -52/+56 |
* | Pass SRC_HC_OPTS to GHC when building GHC's Main.hs | Ian Lynagh | 2008-09-26 | 1 | -1/+2 |
* | Fix the behaviour of flags like --help and --version; fixes trac #2620 | Ian Lynagh | 2008-09-25 | 1 | -3/+14 |
* | Fix maintainer-clean | Ian Lynagh | 2008-09-24 | 1 | -3/+3 |
* | #2566: emit a warning for 'ghc -c foo.bar' | Simon Marlow | 2008-09-23 | 1 | -2/+9 |
* | Be more forceful when cleaning in compiler/ and ghc/ | Ian Lynagh | 2008-09-18 | 1 | -1/+5 |
* | Generate ghc.cabal and ghc-bin.cabal with configure | Ian Lynagh | 2008-09-18 | 2 | -2/+7 |
* | Fix: GhcStage2HcOpts were being added to stage 3 too | Simon Marlow | 2008-09-17 | 1 | -7/+8 |
* | Use "exec" when running ghc in the wrapper | Ian Lynagh | 2008-09-15 | 1 | -1/+1 |
* | Add a "#!/bin/sh" to ghc.wrapper | Ian Lynagh | 2008-09-14 | 1 | -0/+1 |
* | add $(GhcStage[123]HcOpts) | Simon Marlow | 2008-09-12 | 1 | -0/+4 |
* | Use 'GhcMonad' in ghc/Main. | Thomas Schilling | 2008-09-14 | 1 | -56/+69 |