summaryrefslogtreecommitdiff
path: root/compiler/ghci/InteractiveUI.hs
Commit message (Expand)AuthorAgeFilesLines
* Use haskeline, rather than editline, for line editing in ghciIan Lynagh2009-04-291-2396/+0
* FIX #2682: banish silly cases of the "module Foo is not loaded" errorSimon Marlow2009-04-211-2/+2
* FIX #2816 (correct unicode output for :type/:kind)Simon Marlow2009-03-111-2/+8
* :steplocal and :stepmodule should not polute trace historyPeter Hercek2009-02-221-2/+2
* Do not print anything to stdout when stopping at a breakpoint with custom cod...Peter Hercek2009-02-221-19/+24
* Force the result of user-defined commandsSimon Marlow2009-01-301-0/+3
* #2973: we should virtualise the CWD inside the GHC API, not in the clientSimon Marlow2009-01-271-3/+0
* Fix buildIan Lynagh2009-01-041-5/+5
* Add GHCi completions to :set and :showOri Avtalion2008-12-091-8/+15
* Format output for :t more nicelysimonpj@microsoft.com2008-11-261-2/+1
* Change 'handleFlagWarnings' to throw exceptions instead of dying.Thomas Schilling2008-11-221-3/+3
* Don't put stdin into non-blocking mode (#2778, #2777)Simon Marlow2008-11-141-9/+2
* Replace couple of fromJust with expectJustClemens Fruhwirth2008-11-071-2/+2
* fix the :help docs for :set stop (#2737)Simon Marlow2008-11-041-1/+1
* :set prompt now understand Haskell String syntax; trace #2652Ian Lynagh2008-10-311-4/+7
* Restore the terminal attributes even if ghci does not exit normally.Judah Jacobson2008-10-201-4/+3
* FIX #2691: Manually reset the terminal to its initial settings; works around ...Judah Jacobson2008-10-161-1/+17
* Eliminate duplicate flags in the tab completion of ghci's :set command.Judah Jacobson2008-10-161-1/+2
* Fix a typo which was causing ghci to quit on commands errorspepe2008-10-111-1/+1
* Use an extensible-exceptions package when bootstrappingIan Lynagh2008-10-031-17/+3
* Add ASSERTs to all calls of nameModulesimonpj@microsoft.com2008-10-031-5/+9
* Let parseModule take a ModSummary like checkAndLoadModule did.Thomas Schilling2008-10-021-1/+1
* Don't exit ghci if :info is called on an undefined identifier.Judah Jacobson2008-09-241-1/+2
* Use 'GhcMonad' in ghci/InteractiveUI.Thomas Schilling2008-09-151-212/+187
* re-fix of #1205, fix #2542Simon Marlow2008-08-271-8/+13
* Give locations of flag warnings/errorsIan Lynagh2008-08-261-4/+4
* When doing :l, abandon all breakpoints before we unload everythingIan Lynagh2008-08-161-0/+1
* build base3-compatSimon Marlow2008-08-111-2/+1
* Handle optSrcSpanFileName in InteractiveUIMax Bolingbroke2008-07-311-1/+1
* Follow changes in the base libraryIan Lynagh2008-07-311-8/+20
* Follow extensible exception changesIan Lynagh2008-07-301-15/+15
* workaround #2277: turn off the RTS timer when calling into editlineSimon Marlow2008-07-301-4/+16
* Fixes for haddock 0.8Ian Lynagh2008-07-211-1/+1
* Move -fno-cse flags from Makefile into pragmasIan Lynagh2008-07-111-0/+3
* More commandline flag improvementsIan Lynagh2008-06-161-4/+4
* Allow -X flags to be deprecated, and deprecate RecordPuns; fixes #2320Ian Lynagh2008-06-151-3/+3
* Allow flags to be marked as deprecatedIan Lynagh2008-06-141-1/+3
* Use MD5 checksums for recompilation checking (fixes #1372, #1959)Simon Marlow2008-05-281-1/+2
* sort the output of :show packagesSimon Marlow2008-05-201-1/+1
* change topHandlerFastExit to topHandler, so the terminal state gets restored ...Simon Marlow2008-04-291-6/+2
* don't turn off stdin/stdout buffering after loading a module with ghc -e (#2228)Simon Marlow2008-04-291-4/+5
* Add :list to ghci's :? help; fixes trac #2217Ian Lynagh2008-04-271-0/+3
* (F)SLIT -> (f)sLit in InteractiveUIIan Lynagh2008-04-121-6/+6
* Virtualize the cwd in GHCiPepe Iborra2008-04-051-11/+10
* Remove a redundant type sigIan Lynagh2008-03-261-1/+0
* Follow changes in editlineIan Lynagh2008-03-171-4/+2
* Use editline instead of readlineIan Lynagh2008-03-161-12/+14
* parsing tweak for :breakSimon Marlow2008-03-131-1/+1
* #2050: save the GHCi history in ~/.ghc/ghci_historySimon Marlow2008-03-121-5/+19
* FIX #2073: Don't add empty lines to GHCI's historyIan Lynagh2008-02-241-0/+1