Add comments about pruning implication constraints
[ghc-hetmet.git] / compiler / ghci /
2006-12-09 Ian LynaghUse System.IO.stderr rather than IO.stderr in GHCi...
2006-12-07 Simon Marlowfix for #1013.
2006-11-21 LemmihRemove the concept of stableRoots.
2006-11-20 Ian LynaghAdd ppr for the MKPAP case, and rearrange the other...
2006-11-12 Ian LynaghFix typo "comand" (trac #965)
2006-11-07 simonpj@microsoft.comComment out deeply suspicious (and unused) function...
2006-10-24 Ian LynaghRemove pre-5.04 code
2006-10-11 basvandijk@home.nlFixed spelling error in compiler/ghci/InteractiveUI...
2006-10-17 Simon MarlowRejig TABLES_NEXT_TO_CODE: the -unreg flag was broken...
2006-10-12 Ian LynaghPartially fix GHCi when unregisterised
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
2006-09-29 Simon Marlow:edit runs notepad by default on Windows
2006-09-28 Simon Marlowunbreak :edit patch on Windows
2006-09-28 Simon MarlowAdd basic :edit support
2006-09-28 Simon Marlowonly make stdin/stdout unbuffered in GHCi, not runghc...
2006-09-23 audreyt@audreyt.orgIn ByteCodeGen, correctly passthru AnnCast in all relev...
2006-09-23 audreyt@audreyt.orgAdd explicit eta-reduction to GHCI's schemeE such that...
2006-09-22 audreyt@audreyt.orgRepair "ghci" under FC+AT by handling AnnCast in byteco...
2006-09-21 Manuel M T ChakravartyFix Linker import when BREAKPOINT is off
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-09-19 Simon MarlowPackages cleanup, and allow new packages to be loaded...
2006-09-19 Simon Marlowremove old comment
2006-09-19 Simon Marlowunused import
2006-09-03 Ian LynaghRemove a tab causing ghci's :? alignment to go wrong
2006-08-23 Simon Marlowin the GHCi prompt, print ModuleNames not Modules
2006-08-11 sven.panne@aedion.deWarning police: Removed overlapped pattern warnings
2006-08-09 Esa Ilari VuokkoRemove HasBounds-instance and implement MArray.getBound...
2006-07-27 Simon Marlowfix symbols for GHC.PrimopWrappers
2006-07-26 Simon Marlowfix parse error (merge-o, I think)
2006-07-26 Simon Marlowfix DEBUG build
2006-07-25 Simon MarlowGeneralise Package Support
2006-07-17 LemmihUse a recursive error handler in case the exception...
2006-06-21 Simon MarlowAllow Template Haskell to be used with -prof
2006-06-01 Simon Marlowfix non-Windows build
2006-06-01 simonmar@microsoft.comWin32: set up the console code pages
2006-05-31 Simon MarlowstgMallocBytesRWX --> allocateExec
2006-05-09 LemmihDon't read ~/.ghci on breakpoints.
2006-05-09 Simon Marlowmake it possible to define an alias for :quit
2006-05-02 LemmihbreakpointCond
2006-04-18 LemmihFix minor bug in Linker.withExtendedLinkEnv
2006-04-18 LemmihExport 'insertSymbol' and 'insertStableSymbol'.
2006-04-11 Simon Marlowremove a trace
2006-04-07 Simon MarlowReorganisation of the source tree