1.0.15.26: only one return value from USER-HOMEDIR-PATHNAME
authorNikodemus Siivola <nikodemus@random-state.net>
Thu, 13 Mar 2008 15:19:14 +0000 (15:19 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Thu, 13 Mar 2008 15:19:14 +0000 (15:19 +0000)
commit9ce2bc25282284e4ce5a61a5ce35f7b124f79e31
tree20940e5c710bd3994285263d74c112f0757c8a1e
parent2a2e392928449850fb531af1191f83f61e736c97
1.0.15.26: only one return value from USER-HOMEDIR-PATHNAME

 * USER-HOMEDIR-PATHNAME invokes PARSE-NATICE-NAMESTRING in a tailcall
   which returns the parsing offset as secondary value---although
   USER-HOMEDIR-PATHNAME is specified to only return on value; wrap it
   in an explicit (values ...) call.

   Patch by Tobias C. Rittweiler.
src/code/filesys.lisp
version.lisp-expr