summaryrefslogtreecommitdiff
path: root/ghc
Commit message (Expand)AuthorAgeFilesLines
* 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
* GHC new build system megapatchIan Lynagh2009-04-265-154/+141
* Only use STAGE3_PACKAGE_CONF for building GHC itselfIan Lynagh2009-02-211-0/+1
* Use a per-session data structure for callbacks. Make 'WarnErrLogger'Thomas Schilling2008-11-281-2/+3
* Change 'handleFlagWarnings' to throw exceptions instead of dying.Thomas Schilling2008-11-221-1/+5
* Split ShowVersion etc off into a different type to DoInteractive etcIan Lynagh2008-09-261-52/+56
* Pass SRC_HC_OPTS to GHC when building GHC's Main.hsIan Lynagh2008-09-261-1/+2
* Fix the behaviour of flags like --help and --version; fixes trac #2620Ian Lynagh2008-09-251-3/+14
* Fix maintainer-cleanIan Lynagh2008-09-241-3/+3
* #2566: emit a warning for 'ghc -c foo.bar'Simon Marlow2008-09-231-2/+9
* Be more forceful when cleaning in compiler/ and ghc/Ian Lynagh2008-09-181-1/+5
* Generate ghc.cabal and ghc-bin.cabal with configureIan Lynagh2008-09-182-2/+7
* Fix: GhcStage2HcOpts were being added to stage 3 tooSimon Marlow2008-09-171-7/+8
* Use "exec" when running ghc in the wrapperIan Lynagh2008-09-151-1/+1
* Add a "#!/bin/sh" to ghc.wrapperIan Lynagh2008-09-141-0/+1
* add $(GhcStage[123]HcOpts)Simon Marlow2008-09-121-0/+4
* Use 'GhcMonad' in ghc/Main.Thomas Schilling2008-09-141-56/+69
* We always install stage2, so we need to always put stage2 into bindistsIan Lynagh2008-09-091-1/+1
* Handle the html target in compiler/ and ghc/Ian Lynagh2008-08-281-0/+3
* Give locations of flag warnings/errorsIan Lynagh2008-08-261-7/+10
* Separate the static flag parser from the static global variablesIan Lynagh2008-08-261-0/+1
* st is now split off from baseIan Lynagh2008-08-231-1/+1
* Ignore install-docs in compiler/Makefile and ghc/MakefileIan Lynagh2008-08-211-0/+3
* We need to give make some more cluesIan Lynagh2008-08-171-1/+1
* When making in compiler/, automatically make in ghc/ when we are doneIan Lynagh2008-08-171-1/+3
* Don't do the stage1 re-linking hack if we have GHC >= 6.9Ian Lynagh2008-08-171-0/+2
* move INPLACE_DATA_DIR into mk/config.mk and share itSimon Marlow2008-08-131-3/+0
* Make "make clean" in ghc/ only clean the stage we want to cleanIan Lynagh2008-08-101-7/+9
* bindist fixesIan Lynagh2008-08-101-8/+3
* Add -fno-implicit-import-qualified (#2452)Simon Marlow2008-08-051-1/+8
* in stage1, always rebuild Main.hsSimon Marlow2008-08-051-0/+7
* Follow extensible exception changesIan Lynagh2008-07-301-11/+10
* don't strip the inplace GHC executables (for debugging)Simon Marlow2008-07-281-0/+4
* add --enable-shared to configure, and $(BuildSharedLibs) to the build systemSimon Marlow2008-07-241-0/+4
* allow EXTRA_HC_OPTS to be used from the command-lineSimon Marlow2008-07-241-0/+4
* put the inplace GHC in stageN-inplace/ghc instead of stageN-inplace/bin/ghcSimon Marlow2008-07-241-1/+1
* add a "rebuild" target for convenienceSimon Marlow2008-07-231-0/+5