1.0.13.45: close the fd before deleting / moving files on CLOSE :ABORT T
commit031646c3b8236eb441434664e10fb88f8e7ec7be
authorNikodemus Siivola <nikodemus@random-state.net>
Wed, 16 Jan 2008 15:46:22 +0000 (16 15:46 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Wed, 16 Jan 2008 15:46:22 +0000 (16 15:46 +0000)
tree1d11d75087be90fd461760e1448dac1f9489a3f5
parent3ca67be9529e3f2800facea80903062af79f870f
1.0.13.45: close the fd before deleting / moving files on CLOSE :ABORT T

 * Windows is not happy about files with open handles dancing around.
   This should one of the SB-COVER problems on Windows, and is
   arguably better for posixoid platforms as well.

 * SET-CLOSED-FLAME immediately after closing the fd, since that is in
   a very real sense the boundary after which doing stream operations
   is going to lose.

 * Windows additions to .gitignore.
.gitignore
NEWS
src/code/fd-stream.lisp
version.lisp-expr