cvs commit: fptools/libraries/base configure.ac fptools/libraries/base/GHC Handle.hs fptools/libraries/base/System IO.hs fptools/libraries/base/System/Posix Internals.hs fptools/libraries/base/include HsBase.h

Krasimir Angelov krasimir at haskell.org
Wed Jan 5 16:30:09 EST 2005


krasimir    2005/01/05 13:30:08 PST

  Modified files:
    libraries/base       configure.ac 
    libraries/base/GHC   Handle.hs 
    libraries/base/System IO.hs 
    libraries/base/System/Posix Internals.hs 
    libraries/base/include HsBase.h 
  Log:
  Added implementation for hSetFileSize. The configure script checks
  for _chsize (usially Windows) and ftruncate (Linux) C functions
  and the package uses one of them to implement hSetFileSize.
  
  Revision  Changes    Path
  1.10      +2 -0      fptools/libraries/base/configure.ac
  1.39      +16 -2     fptools/libraries/base/GHC/Handle.hs
  1.31      +4 -1      fptools/libraries/base/System/IO.hs
  1.21      +3 -0      fptools/libraries/base/System/Posix/Internals.hs
  1.65      +12 -0     fptools/libraries/base/include/HsBase.h


More information about the Cvs-libraries mailing list