summaryrefslogtreecommitdiff
path: root/compiler/ghci
Commit message (Expand)AuthorAgeFilesLines
* Fixed spelling error in compiler/ghci/InteractiveUI.hs and docs/users_guide/g...basvandijk@home.nl2006-10-111-1/+1
* Rejig TABLES_NEXT_TO_CODE: the -unreg flag was broken by earlier changesSimon Marlow2006-10-171-13/+13
* Partially fix GHCi when unregisterisedIan Lynagh2006-10-121-13/+51
* More import tidying and fixing the stage 2 buildSimon Marlow2006-10-119-163/+137
* :edit runs notepad by default on WindowsSimon Marlow2006-09-291-4/+5
* unbreak :edit patch on WindowsSimon Marlow2006-09-281-2/+4
* Add basic :edit supportSimon Marlow2006-09-281-2/+50
* only make stdin/stdout unbuffered in GHCi, not runghc or ghc -e.Simon Marlow2006-09-281-7/+9
* In ByteCodeGen, correctly passthru AnnCast in all relevant places, so the pre...audreyt@audreyt.org2006-09-231-7/+7
* Add explicit eta-reduction to GHCI's schemeE such that deriving Typeable won'...audreyt@audreyt.org2006-09-231-0/+7
* Repair "ghci" under FC+AT by handling AnnCast in bytecode generator.audreyt@audreyt.org2006-09-221-0/+3
* Fix Linker import when BREAKPOINT is offManuel M T Chakravarty2006-09-211-2/+2
* Massive patch for the first months work adding System FC to GHC #13Manuel M T Chakravarty2006-08-041-1/+1
* Packages cleanup, and allow new packages to be loaded with :set againSimon Marlow2006-09-192-20/+18
* remove old commentSimon Marlow2006-09-191-1/+0
* unused importSimon Marlow2006-09-191-2/+2
* Remove a tab causing ghci's :? alignment to go wrongIan Lynagh2006-09-031-1/+1
* in the GHCi prompt, print ModuleNames not ModulesSimon Marlow2006-08-231-2/+2
* Warning police: Removed overlapped pattern warningssven.panne@aedion.de2006-08-111-1/+0
* Remove HasBounds-instance and implement MArray.getBounds insteadEsa Ilari Vuokko2006-08-091-3/+1
* fix symbols for GHC.PrimopWrappersSimon Marlow2006-07-271-1/+1
* fix parse error (merge-o, I think)Simon Marlow2006-07-261-2/+2
* fix DEBUG buildSimon Marlow2006-07-261-3/+5
* Generalise Package SupportSimon Marlow2006-07-253-84/+117
* Use a recursive error handler in case the exception causes more exceptions.Lemmih2006-07-171-1/+1
* Allow Template Haskell to be used with -profSimon Marlow2006-06-211-16/+66
* fix non-Windows buildSimon Marlow2006-06-011-1/+1
* Win32: set up the console code pagessimonmar@microsoft.com2006-06-011-1/+29
* stgMallocBytesRWX --> allocateExecSimon Marlow2006-05-311-3/+3
* Don't read ~/.ghci on breakpoints.Lemmih2006-05-091-1/+2
* make it possible to define an alias for :quitSimon Marlow2006-05-091-5/+5
* breakpointCondLemmih2006-05-021-3/+10
* Fix minor bug in Linker.withExtendedLinkEnvLemmih2006-04-181-2/+2
* Export 'insertSymbol' and 'insertStableSymbol'.Lemmih2006-04-181-1/+25
* remove a traceSimon Marlow2006-04-111-2/+2
* Reorganisation of the source treeSimon Marlow2006-04-0710-0/+6150