cvs commit: fptools/ghc/lib/std PrelInt.lhs PrelWord.lhs

Julian Seward sewardj@glass.cse.ogi.edu
Fri, 14 Sep 2001 08:37:53 -0700


sewardj     2001/09/14 08:37:52 PDT

  Modified files:        (Branch: ghc-5-02-branch)
    ghc/lib/std          PrelInt.lhs PrelWord.lhs 
  Log:
  merge revs
    1.21      +37 -19    fptools/ghc/lib/std/PrelInt.lhs
    1.17      +28 -14    fptools/ghc/lib/std/PrelWord.lhs
  
  Make rotate fns work properly when rotate count is a multiple of the
  word size.  This fixes sparc failures in
  ghc-regress/numeric/should_run/arith011.  Also fix some
  copy-and-paste-o-s.
  
  Revision  Changes    Path
  1.20.2.1  +37 -19    fptools/ghc/lib/std/PrelInt.lhs
  1.16.2.1  +28 -14    fptools/ghc/lib/std/PrelWord.lhs