cvs commit: fptools/ghc/lib/std IO.lhs PrelHandle.hsc

Julian Seward sewardj@glass.cse.ogi.edu
Thu, 7 Jun 2001 03:44:47 -0700


sewardj     2001/06/07 03:44:47 PDT

  Modified files:
    ghc/lib/std          IO.lhs PrelHandle.hsc 
  Log:
  Try to improve matters in the text-mode-seek swamp.  Only disallow
  text-mode-seeks on Win32, rather than on all platforms.  That means
  that seeks in text mode on Unix platforms should work as originally
  (which was the correct H98 behaviour), whilst Win32 generates
  exceptions if you do seeks in text mode.
  
  Revision  Changes    Path
  1.43      +1 -2      fptools/ghc/lib/std/IO.lhs
  1.9       +16 -5     fptools/ghc/lib/std/PrelHandle.hsc