Fix #375: Return the name of the temp file or directory
The functions unix-mkstemp
and unix-mkdtemp
are supposed to return
the name of the temporary file or directory. They weren't.
Fix these functions so that they do.
Also add a new file, tests/unix.lisp, that tests these functions.
Finally, update the pot file for the updated docstrings.