allow build settings to be overriden by adding mk/validate.mk
[ghc-hetmet.git] / compiler / ghci /
2007-04-18 Simon MarlowVarious cleanups and improvements to the breakpoint...
2007-04-17 Simon MarlowRe-working of the breakpoint support
2007-04-06 Ian LynaghRemove code that is dead, as we require __GLASGOW_HASKE...
2007-04-04 Ian LynaghFix C/Haskell type mismatches
2007-04-04 Ian LynaghFix typo
2007-03-27 Simon Marlowmake GHCi use base:Prelude, not just Prelude
2007-03-27 Simon Marlowmore improvements for #1119
2007-03-22 sven.panne@aedion.deWarning police: Removed catch-all case which was overlapped
2007-03-08 wolfgang.thaller... Make constructor names in info tables position independent
2007-03-08 Simon Marlowrefactor: use do-notation rather than `thenBc`-style
2007-03-01 Simon Marlowsome more vectored return stuff to be removed
2007-02-27 Simon MarlowRemove the itbls field of BCO, put itbls in with the...
2007-02-27 Simon Marlowfix data con patch for 64-bit architectures
2007-02-20 bjpop@csse.unimelb... Constructor names in info tables
2007-02-21 Pepe IborraFix the behaviour of :print with functions
2007-02-21 Pepe IborraFix an incomplete pattern in the code for :print
2007-02-21 Simon MarlowMERGE from 6.6: Windows fix for stdcall foreign-import...
2007-02-16 Pepe IborraFixed a bug with the :print command spotted by Bernie...
2007-02-16 Pepe IborraUniform user interface
2007-02-16 Pepe IborraTaught :breakpoint add to guess the module name if...
2007-02-14 Judah JacobsonFix left-bias in ghci tab-completion code
2007-02-15 Pepe IborraFixed a bug in the datacon names extension in the dynam...
2007-02-07 Pepe IborraType reconstruction/RTTI: improve handling of newtypes
2007-02-07 Pepe IborraOptimize dynamic breakpoints for speed
2007-01-30 Simon MarlowFix for #936
2007-01-21 Pepe IborraImprove presentation of :print output
2007-01-21 Pepe IborraComments only
2007-01-21 Pepe IborraRefactoring of Debugger.hs
2007-01-20 Pepe IborraFix a bug in the closure viewer
2007-01-07 Pepe IborraReorganizing my mess a bit
2007-01-14 Pepe IborraAdd a header for GhciMonad.hs
2007-01-12 Pepe IborraRemove a false assertion
2007-01-11 Pepe IborraAn object code module in ghci is not and cannot be...
2007-01-11 Pepe IborraComments only
2007-01-11 Pepe IborraAdded the new :breakpoint continue option
2007-01-11 Pepe Iborra:cd is a top level only command, that is, not allowed...
2007-01-11 Pepe IborraFix some text in the GHCi help message that was going...
2007-01-11 Pepe IborraComments only
2007-01-09 Pepe IborraUnbreak usage of ASSERTM
2007-01-08 Ian LynaghWhen setting stdout and stderr to NoBuffering in GHCi...
2007-01-07 Pepe IborraTry to emulate the output of 'deriving Show' in the...
2007-01-06 Pepe IborraMore informative message in a breakpoint
2007-01-06 Pepe IborraReload modules after ':break stop'
2007-01-05 Pepe IborraRemove a tracing statement, change a comment, and make...
2007-01-05 Pepe IborraImproved an error message, giving a more concrete sugge...
2007-01-05 Pepe IborraThis patch fixes ticket #1083 in the ghci debugger
2007-01-03 simonpj@microsoft.comChange to Unix line-line-endings
2007-01-03 simonpj@microsoft.comAdd newline at end
2006-12-22 Ian LynaghHandle LongArg's in the FFI on x86
2006-12-21 Ian LynaghAllow a word-sized argument for STKCHECK
2006-12-20 Pepe IborraFix import lists
2006-12-18 Pepe IborraReplace association list in AddressEnv for a FiniteMap
2006-12-18 Pepe IborraRemove uses of Data.Traversable to fix stage1 on pre...
2006-12-16 Ian LynaghFix the build
2006-12-11 Pepe IborraToggle whether the RTS gets build with debugger support...
2006-12-11 Pepe IborraAdjust code from manual merges
2006-12-11 Pepe IborraFix an issue with lazyness in the closure viewer
2006-12-10 Pepe IborraClosure inspection in GHCi
2006-12-10 Pepe IborraDynamic breakpoints in GHCi
2006-12-10 Pepe IborraSplit the GHCi monad apart from InteractiveUI, together...
2006-12-10 Pepe IborraHandle breakpoint jumps while splicing TH functions...
2006-12-10 Pepe IborraPlaying with closures
2006-12-10 Pepe IborraRetrieving the datacon of an arbitrary closure
2006-12-12 Simon MarlowMERGE: Fix Windows DEP violations (bug #885)
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
next