Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modules
[ghc-hetmet.git] / compiler / ghci / ByteCodeLink.lhs
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-10 Ian LynaghFollow Array changes (adding numElements field)
2007-05-09 Simon MarlowFIX: Linker.getHValue should be linking in any dependen...
2007-04-25 Simon Marlowuse Any as the HValue type, this should be a bit safer...
2007-04-17 Simon MarlowRe-working of the breakpoint support
2007-02-27 Simon MarlowRemove the itbls field of BCO, put itbls in with the...
2006-12-10 Pepe IborraHandle breakpoint jumps while splicing TH functions...
2006-12-10 Pepe IborraRetrieving the datacon of an arbitrary closure
2006-12-12 Simon MarlowMERGE: Fix Windows DEP violations (bug #885)
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
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 DEBUG build
2006-07-25 Simon MarlowGeneralise Package Support
2006-04-07 Simon MarlowReorganisation of the source tree