1.0.30.22: better DELETE-FILE on streams
authorNikodemus Siivola <nikodemus@random-state.net>
Fri, 31 Jul 2009 09:11:15 +0000 (09:11 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Fri, 31 Jul 2009 09:11:15 +0000 (09:11 +0000)
commit8b244d668721358d4a452650a9e608149c72c8f2
treeefc918ccef40fd9caf1068ecd0ac20486c0bed1d
parentc1ce1b5f3a57f711391e9e6af0a7859b7dcca72b
1.0.30.22: better DELETE-FILE on streams

 * Don't close the stream on Unix, so users can enjoy the normal
   Unixy-IO to unlinked files.

 * On Windows, close the stream with :ABORT NIL, so that there
   is no danger of close trying to delete file as well.

   Bug with DELETE-FILE trying to delete files twice reported by
   John Fremlin.
NEWS
src/code/filesys.lisp
tests/stream.impure.lisp
version.lisp-expr