merge GHC HEAD
[ghc-hetmet.git] / ghc / InteractiveUI.hs
2011-04-07 Thomas SchillingStart support for coloured SDoc output.
2011-04-02 Max BolingbrokePrefer builtin commands to macros in GHCi command resol...
2011-02-27 Ian LynaghImprove GHCi line numbers in errors
2011-02-26 Vivian McPhail:script file scripts in GHCi #1363
2011-01-08 Ian LynaghRemove redundant import
2010-11-30 Michal TerepetaImprove error message of :set in ghci (ticket #4190).
2011-01-05 Simon Marlowfix up multi-line GHCi patch (#4316)
2010-11-05 Vivian McPhailmultiline commands in GHCi #4316
2010-12-18 Ian LynaghReplace uses of the old try function with the new one
2010-12-18 Ian LynaghReplace uses of the old catch function with the new one
2010-12-18 Ian LynaghCreate ~/.ghc/ if it doesn't already exist; fixes trac...
2010-12-15 Ian LynaghRemove more dead code now we require GHC >= 6.12
2010-12-09 Simon Marlowfix warnings
2010-11-23 Boris Lykah:unset settings support
2010-12-05 Ian LynaghClose .ghci files after reading them; fixes trac #4487
2010-11-15 pepeiborra@gmail.comFix bug #3165 (:history throws irrefutable pattern...
2010-11-03 Ian LynaghRemove no-longer-necessary withFlattenedDynflags
2010-11-03 Ian LynaghUse liftIO rather than io
2010-10-27 Simon MarlowRefactoring and tidyup of HscMain and related things...
2010-10-23 Ian LynaghRemove the need to explicitly flatten the dynflags
2010-10-03 Ian LynaghReplace an outputStr with putStrLn calls; fixes #4332
2010-09-30 Ian LynaghDon't show the loaded packages in ":show packages"...
2010-09-24 Simon Marlowuse putStrLn instead of Haskeline's outputStrLn
2010-09-18 Ian LynaghAdd separate functions for querying DynFlag and Extensi...
2010-09-09 Ian LynaghFix warnings
2010-09-01 lykahb@gmail.comRemove context completion
2010-08-28 Ian LynaghDisambiguate a function name
2010-07-25 Ian LynaghFlatten flags for ghci's :show
2010-07-24 Ian LynaghRename "language" varibles etc to "extension", and...
2010-07-24 Ian LynaghSeparate language option handling into 2 phases
2010-07-24 Ian LynaghSeparate the language flags from the other DynFlag's
2010-07-05 Simon Marlowrefactor import declaration support (#2362)
2010-06-25 amsay@amsay.nettrac #2362 (full import syntax in ghci)
2010-06-13 Ian LynaghIn ghci, catch IO exceptions when calling canonicalizePath
2010-06-02 Ian LynaghRe-add newlines to enable layout for multi-line input.
2010-06-02 Simon MarlowUse UserInterrupt rather than our own Interrupted excep...
2010-05-25 simonpj@microsoft.comRefactor pretty printing of TyThings to fix Trac #4015
2010-05-05 Simon Marlowrunghc: flush stdout/stderr on an exception (#3890)
2009-12-03 Ian LynaghFix column numbers used when highlighting :list output
2009-09-18 Simon Marlowremove encoding of output using Haskeline; the IO libra...
2009-08-17 Peter HercekFIX #3434 (improve vi tags: add non-exported symbols...
2009-05-12 Peter Hercekalow macros to redefine builtin GHCi commands (implemen...
2009-09-08 Simon MarlowAdd -package-id, improve package shadowing behaviour...
2009-08-02 Simon Marlowremove unnecessary -#include options
2009-07-23 Simon MarlowWindows only: set the encoding on stdin to utf8
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-07-01 Max BolingbrokeSupport for -fwarn-unused-do-bind and -fwarn-wrong...
2009-07-01 Simon MarlowFix #2197 (properly this time)
2009-06-23 Simon MarlowFix buffering problem when GHCi is using the new IO...
2009-05-29 Simon MarlowChanges for the new IO library, mainly base-package...
2009-05-28 Simon Marlowdon't call Haskeline to read input when stdin is not...
2009-05-23 Ian LynaghFix warnings
2009-05-06 Simon Marlow#2197: try to detect when GHCi is compiled with -prof...
2009-04-29 Ian LynaghUse haskeline, rather than editline, for line editing...