don't turn off stdin/stdout buffering after loading a module with ghc -e (#2228)
[ghc-hetmet.git] / compiler / ghci / GhciMonad.hs
2008-04-29 Simon Marlowdon't turn off stdin/stdout buffering after loading...
2008-04-05 Pepe IborraVirtualize the cwd in GHCi
2008-01-21 Simon MarlowFIX #2049, another problem with the module context...
2008-01-09 judah.jacobson@gma... Use command-dependent word break characters for tab...
2007-11-25 Ian LynaghMERGED: Make ":" in GHCi repeat the last command
2007-11-16 Simon MarlowAttempt at fixing #1873, #1360
2007-11-14 Pepe IborraTry to manage the size of the text rendered for ':show...
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-09 Pepe IborraFunctor instance for the GHCi monad
2007-05-11 Simon MarlowSupport for adding custom commands to an individual...
2007-05-10 Simon MarlowFIX #1321: problems with accessing the interpreter...
2007-05-03 Simon MarlowAdd history/trace functionality to the GHCi debugger
2007-05-02 Simon MarlowRefactoring, tidyup and improve layering
2007-04-27 Simon Marlowgive the statements under evaluation in the ":show...
2007-04-19 Simon MarlowMore debugger improvements
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 Marlowmore improvements for #1119
2007-01-14 Pepe IborraAdd a header for GhciMonad.hs
2007-01-11 Pepe IborraAdded the new :breakpoint continue option
2007-01-08 Ian LynaghWhen setting stdout and stderr to NoBuffering in GHCi...
2007-01-06 Pepe IborraReload modules after ':break stop'
2006-12-11 Pepe IborraAdjust code from manual merges
2006-12-10 Pepe IborraDynamic breakpoints in GHCi
2006-12-10 Pepe IborraSplit the GHCi monad apart from InteractiveUI, together...