summaryrefslogtreecommitdiff
path: root/compiler/ghci
Commit message (Expand)AuthorAgeFilesLines
* 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-072-5/+3
* 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
* pushAtom: add missing case for MachNullAddr (#2589)Simon Marlow2008-10-091-0/+1
* Make 'gblock' and 'gunblock' part of 'ExceptionMonad'. This way theThomas Schilling2008-10-061-6/+2
* Use an extensible-exceptions package when bootstrappingIan Lynagh2008-10-031-17/+3
* Add ASSERTs to all calls of nameModulesimonpj@microsoft.com2008-10-032-6/+10
* Let parseModule take a ModSummary like checkAndLoadModule did.Thomas Schilling2008-10-021-1/+1
* Clean up a bit and improve an error messagepepe2008-09-261-12/+10
* Don't exit ghci if :info is called on an undefined identifier.Judah Jacobson2008-09-241-1/+2
* Fix to new executable allocation code (fixed print002 etc.)Simon Marlow2008-09-222-21/+24
* On Linux use libffi for allocating executable memory (fixed #738)Simon Marlow2008-09-191-3/+5
* Fix a couple of issues with :printpepe2008-09-182-268/+568
* wibblepepe2008-04-181-1/+1
* Minor refactoring to get rid of Type.splitNewTyConAppsimonpj@microsoft.com2008-09-151-4/+4
* Generalise type of 'withExtendedLinkEnv'.Thomas Schilling2008-09-151-7/+8
* Use 'GhcMonad' in ghci/InteractiveUI.Thomas Schilling2008-09-151-212/+187
* Use 'GhcMonad' in ghci/GhciTags.Thomas Schilling2008-09-151-10/+10
* Use 'GhcMonad' in ghci/Debugger.Thomas Schilling2008-09-151-55/+59
* Use 'GhcMonad' in ghci/GhciMonad.Thomas Schilling2008-09-151-34/+74
* Windows: print an error message in addDLLSimon Marlow2008-09-031-9/+8
* 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
* Follow changes in CabalIan Lynagh2008-08-131-1/+1
* build base3-compatSimon Marlow2008-08-111-2/+1
* Minor refactoring in RtClosureInspectMax Bolingbroke2008-07-311-1/+1
* Handle optSrcSpanFileName in InteractiveUIMax Bolingbroke2008-07-311-1/+1
* Split the Id related functions out from Var into Id, document Var and some of IdMax Bolingbroke2008-07-311-1/+1
* Rename maybeTyConSingleCon to tyConSingleDataCon_maybeMax Bolingbroke2008-07-311-2/+2
* Follow changes in the base libraryIan Lynagh2008-07-313-14/+24
* Follow extensible exception changesIan Lynagh2008-07-308-38/+35
* workaround #2277: turn off the RTS timer when calling into editlineSimon Marlow2008-07-301-4/+16
* small cleanupSimon Marlow2008-07-241-2/+3
* Fixes for haddock 0.8Ian Lynagh2008-07-211-1/+1
* Fix Haddock errors.Thomas Schilling2008-07-202-2/+2
* Move -fno-cse flags from Makefile into pragmasIan Lynagh2008-07-113-0/+9
* Follow Cabal changesIan Lynagh2008-06-261-3/+6
* More commandline flag improvementsIan Lynagh2008-06-161-4/+4
* Remove an ifdefIan Lynagh2008-06-161-11/+11
* Remove an ifdefIan Lynagh2008-06-151-5/+3
* Allow -X flags to be deprecated, and deprecate RecordPuns; fixes #2320Ian Lynagh2008-06-151-3/+3
* Fix warnings in LinkerIan Lynagh2008-06-141-22/+27