Sat Nov 24 15:18:57 PST 2007 Ian Lynagh <[EMAIL PROTECTED]>
* Make ":" in GHCi repeat the last command
It used to be a synonym for ":r" in 6.6.1, but this wasn't documented or
known about by the developers. In 6.8.1 it was accidentally broken.
This patch brings it back, but as "repeat the last command", similar to
pressing enter in gdb. This is almost as good for people who want it to
reload, and means that it can also be used to repeat commands like :step.
M ./compiler/ghci/GhciMonad.hs +5
M ./compiler/ghci/InteractiveUI.hs -14 +35
M ./docs/users_guide/ghci.xml +10
_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc