summaryrefslogtreecommitdiff
path: root/compiler/ghci/InteractiveUI.hs
Commit message (Expand)AuthorAgeFilesLines
* 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
* FIX BUILD wrong imports on non-WindowsSimon Marlow2008-01-241-1/+1
* FIX #1838, #1987: change where GHCi searches for config filesSimon Marlow2008-01-231-26/+33
* FIX #1767 :show documentation claimed too muchSimon Marlow2008-01-221-4/+5
* fix syntax-error output for :showSimon Marlow2008-01-221-1/+2
* FIX #2049, another problem with the module context on :reloadSimon Marlow2008-01-211-92/+75
* Fix exception message with ghc -eIan Lynagh2008-01-211-5/+14
* Fix catching exit exceptions in ghc -eIan Lynagh2008-01-201-1/+1
* Support multiple -e flagsIan Lynagh2008-01-191-10/+11
* Fix ghc -e :main (it was enqueuing the main function, but not running it)Ian Lynagh2008-01-191-22/+10
* Add :run and tweak :mainIan Lynagh2008-01-191-18/+42
* Improve the error when :list can't find any code to showIan Lynagh2008-01-181-3/+17
* Add a missing importIan Lynagh2008-01-161-0/+1
* Fix warning when USE_READLINE is unsetManuel M T Chakravarty2008-01-151-1/+5
* Only initialise readline if we are connected to a terminalIan Lynagh2008-01-131-7/+9
* don't initialize readline needlesslyIan Lynagh2008-01-121-11/+11
* Fix whitespaceIan Lynagh2008-01-121-25/+25
* Use System.FilePathIan Lynagh2008-01-121-1/+1
* Fix filename completion by adding trailing spaces/slashes manually.judah.jacobson@gmail.com2008-01-101-5/+22
* Use command-dependent word break characters for tab completion in ghci. Fixe...judah.jacobson@gmail.com2008-01-091-59/+83
* Help the user when she tries to do :history without :tracePepe Iborra2007-12-081-9/+13
* :cd with no argument goes to the user's home directorySimon Marlow2007-12-041-0/+6
* MERGED: Make ":" in GHCi repeat the last commandIan Lynagh2007-11-251-16/+35
* FIX #1847 (improve :browse! docs, fix unqual)claus.reinke@talk21.com2007-11-081-4/+8
* Attempt at fixing #1873, #1360Simon Marlow2007-11-161-37/+89
* Try to manage the size of the text rendered for ':show bindings'Pepe Iborra2007-11-141-19/+8
* Fix #782, #1483, #1649: Unicode GHCi inputSimon Marlow2007-11-141-42/+38
* GHCi debugger: added a new flag, -fno-print-binding-contentsPepe Iborra2007-11-131-7/+12
* Print binding contents in :show bindingsPepe Iborra2007-10-061-17/+18
* FIX BUILDSimon Marlow2007-11-071-2/+2
* FIX #1556: GHC's :reload keeps the context, if possibleSimon Marlow2007-11-071-18/+27
* FIX #1765, #1766Simon Marlow2007-11-071-28/+33
* #1617: Add :browse! and various other additions to GHCiSimon Marlow2007-11-071-71/+197
* FIX #1838: use System.Directory.getHomeDirectory instead of getEnv "HOME"Simon Marlow2007-11-071-2/+2