[project @ 2005-01-21 15:12:21 by simonmar]
authorsimonmar <unknown>
Fri, 21 Jan 2005 15:12:21 +0000 (15:12 +0000)
committersimonmar <unknown>
Fri, 21 Jan 2005 15:12:21 +0000 (15:12 +0000)
commitbdcf7efb348fab0c8d398f341d596aa024516a82
tree6481eaf3993d8678f355e97845bccd249a7e4d4a
parentd27ff3035d8276d5ad43e2570af3357d9bd05071
[project @ 2005-01-21 15:12:21 by simonmar]
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.
GHC/Handle.hs