rename SB-SIMPLE-STREAMS utility function
authorChristophe Rhodes <c.rhodes@gold.ac.uk>
Mon, 9 Sep 2013 14:09:42 +0000 (15:09 +0100)
committerChristophe Rhodes <c.rhodes@gold.ac.uk>
Mon, 9 Sep 2013 14:09:42 +0000 (15:09 +0100)
commit2fb9cd4a2286b82e065d6c673d91e46bd7f2194d
treedf38dcb669c40045c15d382575d6a9ceef6cd71e
parent6c296da561efd25c22e051a1e55080d9689f3ecc
rename SB-SIMPLE-STREAMS utility function

At least, I think it was simply intended to be a utility function,
but the FILE-NAMESTRING name is unfortunate, as that's a CL function,
and (for other reasons) SB-SIMPLE-STREAMS claims to implement CL in
the package lock sense, so this was not noticed at the time.

This fixes lp#884603; I am unconvinced that the namestring logic is
actually correct (keeping the distinction between NAMESTRING and
NATIVE-NAMESTRING clear) but I'll wait for an actual user to complain
about that before thinking too hard.
NEWS
contrib/sb-simple-streams/file.lisp
contrib/sb-simple-streams/impl.lisp
contrib/sb-simple-streams/iodefs.lisp