cvs commit: fptools/ghc/compiler/compMan CmLink.lhs CompManager.lhs
fptools/ghc/compiler/ghci InteractiveUI.hs InterpSyn.lhs
MCI_make_constr.hi-boot StgInterp.lhs fptools/ghc/compiler/main
DriverPipeline.hs HscMain.lhs Main.hs
Simon Marlow
simonmar@glass.cse.ogi.edu
Fri, 24 Nov 2000 09:09:52 -0800
simonmar 2000/11/24 09:09:52 PST
Modified files:
ghc/compiler/compMan CmLink.lhs CompManager.lhs
ghc/compiler/ghci InteractiveUI.hs InterpSyn.lhs
MCI_make_constr.hi-boot StgInterp.lhs
ghc/compiler/main DriverPipeline.hs HscMain.lhs Main.hs
Log:
- Bug fixes to the interpreter. Now much more stable - it hasn't crashed
all day.
- Many improvements to the user interface (eg. :set +t and :set +s
work just like Hugs).
- Several wibbles & message improvements: the interpreter now informs you
when it's loading the object code for a given module.
Revision Changes Path
1.22 +2 -2 fptools/ghc/compiler/compMan/CmLink.lhs
1.33 +60 -53 fptools/ghc/compiler/compMan/CompManager.lhs
1.15 +174 -33 fptools/ghc/compiler/ghci/InteractiveUI.hs
1.8 +5 -5 fptools/ghc/compiler/ghci/InterpSyn.lhs
1.3 +3 -7 fptools/ghc/compiler/ghci/MCI_make_constr.hi-boot
1.13 +45 -36 fptools/ghc/compiler/ghci/StgInterp.lhs
1.35 +4 -4 fptools/ghc/compiler/main/DriverPipeline.hs
1.66 +39 -66 fptools/ghc/compiler/main/HscMain.lhs
1.35 +5 -6 fptools/ghc/compiler/main/Main.hs