| Commit message (Expand) | Author | Age | Files | Lines |
* | Move -fno-cse flags from Makefile into pragmas | Ian Lynagh | 2008-07-11 | 1 | -0/+3 |
* | More commandline flag improvements | Ian Lynagh | 2008-06-16 | 1 | -4/+4 |
* | Allow -X flags to be deprecated, and deprecate RecordPuns; fixes #2320 | Ian Lynagh | 2008-06-15 | 1 | -3/+3 |
* | Allow flags to be marked as deprecated | Ian Lynagh | 2008-06-14 | 1 | -1/+3 |
* | Use MD5 checksums for recompilation checking (fixes #1372, #1959) | Simon Marlow | 2008-05-28 | 1 | -1/+2 |
* | sort the output of :show packages | Simon Marlow | 2008-05-20 | 1 | -1/+1 |
* | change topHandlerFastExit to topHandler, so the terminal state gets restored ... | Simon Marlow | 2008-04-29 | 1 | -6/+2 |
* | don't turn off stdin/stdout buffering after loading a module with ghc -e (#2228) | Simon Marlow | 2008-04-29 | 1 | -4/+5 |
* | Add :list to ghci's :? help; fixes trac #2217 | Ian Lynagh | 2008-04-27 | 1 | -0/+3 |
* | (F)SLIT -> (f)sLit in InteractiveUI | Ian Lynagh | 2008-04-12 | 1 | -6/+6 |
* | Virtualize the cwd in GHCi | Pepe Iborra | 2008-04-05 | 1 | -11/+10 |
* | Remove a redundant type sig | Ian Lynagh | 2008-03-26 | 1 | -1/+0 |
* | Follow changes in editline | Ian Lynagh | 2008-03-17 | 1 | -4/+2 |
* | Use editline instead of readline | Ian Lynagh | 2008-03-16 | 1 | -12/+14 |
* | parsing tweak for :break | Simon Marlow | 2008-03-13 | 1 | -1/+1 |
* | #2050: save the GHCi history in ~/.ghc/ghci_history | Simon Marlow | 2008-03-12 | 1 | -5/+19 |
* | FIX #2073: Don't add empty lines to GHCI's history | Ian Lynagh | 2008-02-24 | 1 | -0/+1 |
* | FIX BUILD wrong imports on non-Windows | Simon Marlow | 2008-01-24 | 1 | -1/+1 |
* | FIX #1838, #1987: change where GHCi searches for config files | Simon Marlow | 2008-01-23 | 1 | -26/+33 |
* | FIX #1767 :show documentation claimed too much | Simon Marlow | 2008-01-22 | 1 | -4/+5 |
* | fix syntax-error output for :show | Simon Marlow | 2008-01-22 | 1 | -1/+2 |
* | FIX #2049, another problem with the module context on :reload | Simon Marlow | 2008-01-21 | 1 | -92/+75 |
* | Fix exception message with ghc -e | Ian Lynagh | 2008-01-21 | 1 | -5/+14 |
* | Fix catching exit exceptions in ghc -e | Ian Lynagh | 2008-01-20 | 1 | -1/+1 |
* | Support multiple -e flags | Ian Lynagh | 2008-01-19 | 1 | -10/+11 |
* | Fix ghc -e :main (it was enqueuing the main function, but not running it) | Ian Lynagh | 2008-01-19 | 1 | -22/+10 |
* | Add :run and tweak :main | Ian Lynagh | 2008-01-19 | 1 | -18/+42 |
* | Improve the error when :list can't find any code to show | Ian Lynagh | 2008-01-18 | 1 | -3/+17 |
* | Add a missing import | Ian Lynagh | 2008-01-16 | 1 | -0/+1 |
* | Fix warning when USE_READLINE is unset | Manuel M T Chakravarty | 2008-01-15 | 1 | -1/+5 |
* | Only initialise readline if we are connected to a terminal | Ian Lynagh | 2008-01-13 | 1 | -7/+9 |
* | don't initialize readline needlessly | Ian Lynagh | 2008-01-12 | 1 | -11/+11 |
* | Fix whitespace | Ian Lynagh | 2008-01-12 | 1 | -25/+25 |
* | Use System.FilePath | Ian Lynagh | 2008-01-12 | 1 | -1/+1 |
* | Fix filename completion by adding trailing spaces/slashes manually. | judah.jacobson@gmail.com | 2008-01-10 | 1 | -5/+22 |
* | Use command-dependent word break characters for tab completion in ghci. Fixe... | judah.jacobson@gmail.com | 2008-01-09 | 1 | -59/+83 |
* | Help the user when she tries to do :history without :trace | Pepe Iborra | 2007-12-08 | 1 | -9/+13 |
* | :cd with no argument goes to the user's home directory | Simon Marlow | 2007-12-04 | 1 | -0/+6 |
* | MERGED: Make ":" in GHCi repeat the last command | Ian Lynagh | 2007-11-25 | 1 | -16/+35 |
* | FIX #1847 (improve :browse! docs, fix unqual) | claus.reinke@talk21.com | 2007-11-08 | 1 | -4/+8 |
* | Attempt at fixing #1873, #1360 | Simon Marlow | 2007-11-16 | 1 | -37/+89 |
* | Try to manage the size of the text rendered for ':show bindings' | Pepe Iborra | 2007-11-14 | 1 | -19/+8 |
* | Fix #782, #1483, #1649: Unicode GHCi input | Simon Marlow | 2007-11-14 | 1 | -42/+38 |
* | GHCi debugger: added a new flag, -fno-print-binding-contents | Pepe Iborra | 2007-11-13 | 1 | -7/+12 |
* | Print binding contents in :show bindings | Pepe Iborra | 2007-10-06 | 1 | -17/+18 |
* | FIX BUILD | Simon Marlow | 2007-11-07 | 1 | -2/+2 |
* | FIX #1556: GHC's :reload keeps the context, if possible | Simon Marlow | 2007-11-07 | 1 | -18/+27 |
* | FIX #1765, #1766 | Simon Marlow | 2007-11-07 | 1 | -28/+33 |
* | #1617: Add :browse! and various other additions to GHCi | Simon Marlow | 2007-11-07 | 1 | -71/+197 |
* | FIX #1838: use System.Directory.getHomeDirectory instead of getEnv "HOME" | Simon Marlow | 2007-11-07 | 1 | -2/+2 |