1.0.1.14: Make sb-posix:mkstemp return both the FD and the file name.
authorAndreas Fuchs <asf@boinkor.net>
Mon, 8 Jan 2007 14:29:41 +0000 (14:29 +0000)
committerAndreas Fuchs <asf@boinkor.net>
Mon, 8 Jan 2007 14:29:41 +0000 (14:29 +0000)
commitd2193d89db7a93de9874115a6f4481d0aba99c60
tree554d4b42dcf091bec2f92b67dc1183a85a18f6a8
parent9ee93905283a787b9966a91af1ab19f3c31a4065
1.0.1.14: Make sb-posix:mkstemp return both the FD and the file name.

mkstemp(3) takes a template string as an "out" parameter. The sb-posix
README states that this should be returned as a second value, so we do that.
(From a user report that the template string would not get properly
clobbered in post-1.0 sbcls. Ow.)
contrib/sb-posix/interface.lisp
version.lisp-expr