0.pre7.32:
authorWilliam Harold Newman <william.newman@airmail.net>
Mon, 3 Sep 2001 02:26:26 +0000 (02:26 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Mon, 3 Sep 2001 02:26:26 +0000 (02:26 +0000)
commit26f0ae97e957a26acf6f4b55e4eb70f4cae3a36c
treed1826b2ebb12fbff0c3b5a773ee572fed5f4abec
parent872175cd9cb5b4966a36d4bd92421cc407a0355b
0.pre7.32:
merged Alexey Dejneka's WRITE-STRING/WRITE-LINE fix
rewrote WRITE-STRING to use a simplified, unconditional
version of the old HIGH-SECURITY code
WRITE-STRING* is always used with four arguments, so the
&OPTIONALness of its arguments is unnecessary
generality, so get rid of it. Then, since its
calling convention has changed, rename it to
%WRITE-STRING.
WRITE-LINE can be made a lot simpler by reusing WRITE-STRING,
and then WRITE-LINE* isn't needed at all.
src/code/stream.lisp
version.lisp-expr