cvs commit: fptools/ghc/compiler/ghci InteractiveUI.hs

Simon Marlow simonmar@glass.cse.ogi.edu
Tue, 16 Oct 2001 06:25:01 -0700


simonmar    2001/10/16 06:25:00 PDT

  Modified files:
    ghc/compiler/ghci    InteractiveUI.hs 
  Log:
  - set the buffering mode on stdout & stderr to unbuffered in
    interactive mode
  
  - fix some bugs in package linking: loading a package using the :set
    command wasn't using the same mechanism as the command-line package
    loading to avoid linking in dynamic libraries that are already
    linked into the GHCi binary.
  
  - fix a compile error.
  
  MERGE TO STABLE
  
  Revision  Changes    Path
  1.93      +23 -22    fptools/ghc/compiler/ghci/InteractiveUI.hs