Store a SrcSpan instead of a SrcLoc inside a Name
[ghc-hetmet.git] / compiler / ghci / InteractiveUI.hs
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-05-11 Simon Marlowrefactoring only
2007-05-10 Simon MarlowFIX BUILD: remove accidentally committed hunk
2007-05-09 Simon Marlowfix confusion with return value of runStmt
2007-05-09 Simon Marloweliminate a crash when trying to use :break on a compil...
2007-05-08 Simon MarlowAllow you to say :unset -f<flag> (see #1328)
2007-05-08 Simon Marlowoverhaul :help, group the debugging commands together
2007-05-08 Simon Marlowlet you :show things that you can :set (e.g. args,...
2007-05-08 Simon Marlowimprovements to :history
2007-05-03 Bertram Felgenhauerfix exit code of ghci -e "return ()"
2007-05-03 Simon Marlowimprove the :list command
2007-05-03 Simon MarlowAdd history/trace functionality to the GHCi debugger
2007-05-02 Simon MarlowRefactoring, tidyup and improve layering
2007-04-30 Ian LynaghMake GHCi's banner fit in a standard 80-column terminal
2007-04-27 Simon Marlowgive the statements under evaluation in the ":show...
2007-04-27 Simon Marlowbreak by function: make sure we get the correct file
2007-04-25 Simon Marlowrefactor: move pprintClosureCommand out of the GHCi...
2007-04-20 Simon Marlownew commnad :abandon, discards the current computation...
2007-04-20 Simon Marlowsplit off :ctags and :etags support into a separate...
2007-04-19 Simon MarlowThe prompt now shows the current breakpoint
2007-04-19 Simon Marlowfix padding calculation in listAround
2007-04-19 Simon Marlowimprove the heuristics to pick the best breakpoint...
2007-04-19 Simon MarlowMore debugger improvements
2007-04-19 Simon Marlowmore layering cleanup: BreakArray should come from GHC
2007-04-18 Simon Marlowupdate the help text
2007-04-18 Simon MarlowAdd support for breaking by function name: ':break...
2007-04-18 Simon Marlowimprove completion for debugger commands
2007-04-18 Simon Marlowunused import
2007-04-18 Simon Marlowadd ':show context' which lists the current stack of...
2007-04-18 Simon Marlowhandle out-of-range lines in :break more gracefully
2007-04-18 Simon Marlowsmall cleanup: showForUser -> printForUser, eliminate...
2007-04-18 Simon MarlowVarious cleanups and improvements to the breakpoint...
2007-04-17 Simon MarlowRe-working of the breakpoint support
2007-03-27 Simon Marlowmake GHCi use base:Prelude, not just Prelude
2007-02-16 Pepe IborraTaught :breakpoint add to guess the module name if...
2007-02-14 Judah JacobsonFix left-bias in ghci tab-completion code
2007-01-21 Pepe IborraRefactoring of Debugger.hs
2007-01-12 Pepe IborraRemove a false assertion
2007-01-11 Pepe IborraComments only
2007-01-11 Pepe IborraAdded the new :breakpoint continue option
2007-01-11 Pepe Iborra:cd is a top level only command, that is, not allowed...
2007-01-11 Pepe IborraFix some text in the GHCi help message that was going...
2007-01-09 Pepe IborraUnbreak usage of ASSERTM
2007-01-06 Pepe IborraMore informative message in a breakpoint
2007-01-06 Pepe IborraReload modules after ':break stop'
2006-12-11 Pepe IborraToggle whether the RTS gets build with debugger support...
2006-12-10 Pepe IborraClosure inspection in GHCi
2006-12-10 Pepe IborraDynamic breakpoints in GHCi
2006-12-10 Pepe IborraSplit the GHCi monad apart from InteractiveUI, together...
2006-12-09 Ian LynaghUse System.IO.stderr rather than IO.stderr in GHCi...
2006-11-12 Ian LynaghFix typo "comand" (trac #965)
2006-10-11 basvandijk@home.nlFixed spelling error in compiler/ghci/InteractiveUI...
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
2006-09-29 Simon Marlow:edit runs notepad by default on Windows
2006-09-28 Simon Marlowunbreak :edit patch on Windows
2006-09-28 Simon MarlowAdd basic :edit support
2006-09-28 Simon Marlowonly make stdin/stdout unbuffered in GHCi, not runghc...
2006-09-21 Manuel M T ChakravartyFix Linker import when BREAKPOINT is off
2006-09-19 Simon MarlowPackages cleanup, and allow new packages to be loaded...
2006-09-03 Ian LynaghRemove a tab causing ghci's :? alignment to go wrong
2006-08-23 Simon Marlowin the GHCi prompt, print ModuleNames not Modules
2006-07-25 Simon MarlowGeneralise Package Support
2006-07-17 LemmihUse a recursive error handler in case the exception...
2006-06-01 Simon Marlowfix non-Windows build
2006-06-01 simonmar@microsoft.comWin32: set up the console code pages
2006-05-09 LemmihDon't read ~/.ghci on breakpoints.
2006-05-09 Simon Marlowmake it possible to define an alias for :quit
2006-05-02 LemmihbreakpointCond
2006-04-07 Simon MarlowReorganisation of the source tree