cvs commit: fptools/hslibs/posix PosixIO.lhs
Sigbjorn Finne <[email protected]> Tue, 16 Jul 2002 15:50:17 -0700
| Newsgroups | gmane.comp.lang.haskell.cvs.hslibs |
|---|---|
| Message-ID | <[email protected]> |
sof 2002/07/16 15:50:17 PDT
Modified files:
hslibs/posix PosixIO.lhs
Log:
handleToFd: grabbing the Fd out of a Handle now flushes
the handle before putting it into a closed state
(but arranging for close() not to be run upon finalization.)
Having the Handle remain open (and finalizable) confuses
more than it helps.
Revision Changes Path
1.19 +12 -2 fptools/hslibs/posix/PosixIO.lhs