Fix CodingStyle#Warnings URLs
[ghc-hetmet.git] / compiler / ghci / InteractiveUI.hs
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-29 Pepe IborraWibble
2007-08-27 Pepe Iborra:stepover ---> :steplocal, :stepmodule
2007-08-27 Pepe IborraUse a version of obtainTerm that takes a max depth...
2007-08-26 Pepe IborraPrint contents of bindings when stopping at a breakpoint
2007-08-24 Pepe IborraA partial attempt to improve :stepover
2007-08-22 Pepe IborraBetter document :stepover and its limitations
2007-08-22 Pepe IborraA partial attempt to improve :stepover
2007-08-22 Pepe IborraBetter document :stepover and its limitations
2007-08-21 Pepe IborraSmall rearrangements
2007-08-20 Pepe IborraMake :stepover <expr> work like :step
2007-08-17 Ian LynaghRemove dupliate "io (revertCAFs)" and discardActiveBrea...
2007-08-16 Pepe IborraDocument :stepover in ghci help
2007-08-15 Pepe IborraSteal the bold trick from :list for :history
2007-08-15 Pepe IborraTeach :history to show the name of the enclosing declar...
2007-08-14 Pepe IborraGeneralize some code dealing with SrcSpan sorting
2007-08-09 Pepe IborraA new :stepover command for the debugger
2007-08-02 simonpj@microsoft.comFix Trac #1525
2007-07-16 Ian LynaghFix alphabetical ordering in :? output
2007-07-09 Simon MarlowFix #1505; failure to catch syntax error in :break...
2007-07-09 Ian LynaghAdd -fprint-explicit-foralls flag; fixes trac #1474
2007-07-06 Simon Marlowundo: Get the path right for :list
2007-07-02 Ian LynaghRemove prefixMatch and suffixMatch from Util
2007-07-02 Ian LynaghRemove the large ghci banner, and the flags to choose...
2007-06-29 Tim ChevalierFurther compileToCore improvements
2007-06-18 Ian LynaghMore debugger output order consistency
2007-06-17 Ian LynaghSort names before printing them in the debugger so...
2007-06-12 Ian LynaghTweak banner printing 2007-06-12
2007-06-01 cdsmith@twu.netFIX #1378 Add option for a shorter banner on GHCi startup
2007-06-05 Isaac Dupreeremove #if branches for pre-ghc-6.0
2007-06-05 Simon Marlowfix panic in #1379
2007-06-05 bjpop@csse.unimelb... Add missing newline from ghci :help output
2007-05-21 Simon MarlowFIX BUILD: GHC doesn't use filepath (yet)
2007-05-25 iavor.diatchki@gma... refactor: combine repeated code in file reloading
2007-05-25 iavor.diatchki@gma... Changes the behavior of the "edit" command in GHCi.
2007-05-20 Pepe IborraGet the path right for :list
2007-05-18 Simon Marlow'import M' is now the same as ':module +M' at the prompt
2007-05-18 Simon Marlowimprove break-by-coordinate
2007-05-18 Simon MarlowOn Windows, don't try to use ANSI bold sequences.
2007-05-17 Simon Marlowfix ordering in :help
2007-05-17 Simon Marlowadd :cmd
2007-05-15 Simon MarlowGHCi debugger: new flag -fbreak-on-exception
2007-05-11 Simon MarlowSupport for adding custom commands to an individual...
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
next