summaryrefslogtreecommitdiff
path: root/compiler/ghci
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use the right set of linkables in unload_wkrIan Lynagh2008-06-141-1/+1
* Use bracket_ rather than bracket in withExtendedLinkEnvIan Lynagh2008-06-141-5/+5
* Remove more ifdefferyIan Lynagh2008-06-141-12/+6
* Remove more ifdefferyIan Lynagh2008-06-141-4/+3
* Remove more ifdefferyIan Lynagh2008-06-141-18/+13
* Remove some ifdefferyIan Lynagh2008-06-141-12/+8
* Allow flags to be marked as deprecatedIan Lynagh2008-06-141-1/+3
* FIX #1970: ghci -hide-all-packages should workSimon Marlow2008-05-281-5/+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
* validate fix: eliminate a warning on non-WindowsSimon Marlow2008-05-151-2/+2
* FIX #2014: Template Haskell w/ mutually recursive modulesSimon Marlow2008-05-151-29/+35
* FIX #1288: GHCi wasn't adding the @n suffix to stdcalls on WindowsSimon Marlow2008-05-141-2/+13
* Follow Cabal changes in ghci/LinkerIan Lynagh2008-05-111-2/+2
* Make ByteCodeGen warning-freeIan Lynagh2008-05-041-67/+58
* Tiny code tweak in the definition of io in GhciMonad; no semantic changeIan Lynagh2008-05-031-1/+1
* Make GhciMonad warning-freeIan Lynagh2008-05-031-10/+17
* Tiny code recatoring in GhciTagsIan Lynagh2008-05-031-6/+3
* Make GhciTags warning-freeIan Lynagh2008-05-031-14/+9
* Make ObjLink warning-freeIan Lynagh2008-05-031-9/+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-292-8/+11
* 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
* (F)SLIT -> (f)sLit in RtClosureInspectIan Lynagh2008-04-121-3/+3
* (F)SLIT -> (f)sLit in LinkerIan Lynagh2008-04-121-7/+7
* (F)SLIT -> (f)sLit in ByteCodeGenIan Lynagh2008-04-121-2/+2