cvs commit: fptools/ghc/compiler/ghci ByteCodeGen.lhs ByteCodeInstr.lhs ByteCodeItbls.lhs ByteCodeLink.lhs Linker.lhs fptools/ghc/compiler/nativeGen StixPrim.lhs fptools/ghc/compiler/utils StringBuffer.lhs fptools/ghc/lib/std Makefile ...

Julian Seward sewardj@glass.cse.ogi.edu
Mon, 15 Jan 2001 09:05:47 -0800


sewardj     2001/01/15 09:05:47 PST

  Modified files:
    ghc/compiler/ghci    ByteCodeGen.lhs ByteCodeInstr.lhs 
                         ByteCodeItbls.lhs ByteCodeLink.lhs 
                         Linker.lhs 
    ghc/compiler/nativeGen StixPrim.lhs 
    ghc/compiler/utils   StringBuffer.lhs 
    ghc/lib/std          Makefile 
    ghc/utils/genprimopcode Main.hs 
  Log:
  More stuff to do with primop support in the interpreter.  Also, track
  some changes to the libraries.
  
  Revision  Changes    Path
  1.30      +18 -11    fptools/ghc/compiler/ghci/ByteCodeGen.lhs
  1.2       +5 -2      fptools/ghc/compiler/ghci/ByteCodeInstr.lhs
  1.2       +4 -9      fptools/ghc/compiler/ghci/ByteCodeItbls.lhs
  1.4       +44 -29    fptools/ghc/compiler/ghci/ByteCodeLink.lhs
  1.4       +4 -4      fptools/ghc/compiler/ghci/Linker.lhs
  1.60      +1 -0      fptools/ghc/compiler/nativeGen/StixPrim.lhs
  1.40      +4 -4      fptools/ghc/compiler/utils/StringBuffer.lhs
  1.57      +8 -2      fptools/ghc/lib/std/Makefile
  1.3       +29 -9     fptools/ghc/utils/genprimopcode/Main.hs