simonmar 2005/01/21 07:12:22 PST
Modified files:
libraries/base/GHC Handle.hs
Log:
hClose on stdin,stdout,stderr now actually closes the file
descriptor. Before, there was no way to actually close these file
descriptors, which might be necessary in some cases - especially when
stdin/stdout are pipes and you need to indicate to the other end of
the pipe that you've finished I/O, but without exiting the program.
Revision Changes Path
1.44 +1 -3 fptools/libraries/base/GHC/Handle.hs
_______________________________________________
Cvs-libraries mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-libraries