summaryrefslogtreecommitdiff
path: root/ghc
Commit message (Expand)AuthorAgeFilesLines
* Add $(GhcDynamic) knob, set to YES to get stage2 linked with -dynamicSimon Marlow2010-04-281-0/+5
* runghc: flush stdout/stderr on an exception (#3890)Simon Marlow2010-05-051-0/+2
* Fix "make 2"Ian Lynagh2010-04-271-0/+7
* --make is now the default (#3515), and -fno-code works with --make (#3783)Simon Marlow2010-04-271-9/+26
* Make sure all the clean rules are always includedIan Lynagh2010-04-241-11/+6
* Pass the location of gcc in the ghc wrapper script; partially fixes #3863Ian Lynagh2010-03-241-1/+1
* Eliminate mkdependCIan Lynagh2009-12-091-3/+11
* Fix column numbers used when highlighting :list outputIan Lynagh2009-12-031-2/+2
* Tweak how shell wrappers are builtIan Lynagh2009-11-071-1/+1
* ghc-stage2 is now renamed to ghc when it is installedIan Lynagh2009-11-071-0/+6
* Make installation on *nix work for paths with spaces in their nameIan Lynagh2009-11-052-3/+3
* GhciMonad.resume should restore the program's argv and prognameSimon Marlow2009-10-211-1/+7
* Make a mingw tree from mingw tarballsIan Lynagh2009-10-231-3/+3
* The -e flag now has a "SepArg" argument; fixes #3568Ian Lynagh2009-10-121-1/+1
* Print warnings after doMkDependHSIan Lynagh2009-10-121-1/+2
* remove encoding of output using Haskeline; the IO library does it now (#3398)Simon Marlow2009-09-182-42/+8
* FIX #3434 (improve vi tags: add non-exported symbols, kinds, regex tags)Peter Hercek2009-08-172-70/+133
* alow macros to redefine builtin GHCi commands (implements #3084)Peter Hercek2009-05-121-6/+14
* move hschooks.c to ghc/, and enable itSimon Marlow2009-09-112-0/+42
* Fix some makefile logic, and remove the now unused *_USE_BOOT_LIBS varsIan Lynagh2009-09-111-1/+0
* Add -package-id, improve package shadowing behaviour and error messagesSimon Marlow2009-09-081-0/+1
* Make our install variables etc compliant with GNU standards; fixes #1924Ian Lynagh2009-08-141-1/+1
* fast make omits dependencies in ghc/ tooSimon Marlow2009-08-021-1/+6
* remove unnecessary -#include optionsSimon Marlow2009-08-021-1/+0
* fix warningsSimon Marlow2009-07-291-3/+2
* Implement "ghc --abi-hash M1 M2 ..."Simon Marlow2009-07-291-0/+57
* Windows only: set the encoding on stdin to utf8Simon Marlow2009-07-231-0/+6
* Make the --info values printable with "ghc --print-foo"; trac #3122Ian Lynagh2009-07-161-164/+260
* Trim unused imports detected by new unused-import codesimonpj@microsoft.com2009-07-063-11/+10
* Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263Max Bolingbroke2009-07-013-22/+21
* Improved infrastructure for fast-rebuilding of parts of the treeSimon Marlow2009-07-031-3/+5
* Fix #2197 (properly this time)Simon Marlow2009-07-011-7/+4
* make GhcProfiled work, and add a "prof" flavour to build.mkSimon Marlow2009-07-011-2/+3
* Fix buffering problem when GHCi is using the new IO librarySimon Marlow2009-06-231-1/+11
* Add support for 'make help' in subdirectoriesSimon Marlow2009-06-161-0/+9
* Changes for the new IO library, mainly base-package modules moving aroundSimon Marlow2009-05-292-4/+15
* Unquote a $(LN_S) in ghc/ghc.mkIan Lynagh2009-05-301-1/+1
* Quote commands that we run, so they work if there are space in their pathsIan Lynagh2009-05-301-5/+5
* don't call Haskeline to read input when stdin is not a terminalSimon Marlow2009-05-281-9/+10
* Fix warningsIan Lynagh2009-05-232-0/+2
* #2197: try to detect when GHCi is compiled with -prof and emit an error messageSimon Marlow2009-05-061-0/+8
* Switch the default -dynload mode to SystemDependentDuncan Coutts2009-05-171-1/+1
* Bootstrapping fixesIan Lynagh2009-05-171-1/+2
* Bootstrapping fixesIan Lynagh2009-05-161-3/+13
* Fix building without GHCiIan Lynagh2009-05-031-1/+4
* FIX build: add dependencies on ghc_boot_platform.hSimon Marlow2009-04-301-0/+5
* Don't actually build ghc itself with -dynamicDuncan Coutts2009-04-291-4/+0
* Do not link ghc stage1 using -threaded, only for stage2 or 3Duncan Coutts2009-04-281-1/+2
* Use haskeline, rather than editline, for line editing in ghciIan Lynagh2009-04-295-7/+2795
* Add a header to all build system files:Simon Marlow2009-04-282-0/+24