0.8.7.19:
authorChristophe Rhodes <csr21@cam.ac.uk>
Tue, 20 Jan 2004 18:10:22 +0000 (18:10 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Tue, 20 Jan 2004 18:10:22 +0000 (18:10 +0000)
commitc47519c9e63fd32a635943a84ec13d8a60d95f08
tree2fabaa476d83282b03527b48df5e9262f1173d5a
parentfa64625619eb50263aa763fa8ee6b8ee32f64ab1
0.8.7.19:
Fix for PEEK-CHAR: whitespace means "according to the
readtable", not "static list of characters"
... but that's complicated for efficiency: we need WHITESPACEP
defined before peek-char so that it can be expanded
inline
... so move peek-charish things into a new later file
... delete unused-by-core WHITESPACE-CHAR-P, and adjust
contribs to accomodate this
... also add #\page to sb-aclrepl's static whitespace characters
NEWS
build-order.lisp-expr
contrib/sb-aclrepl/repl.lisp
contrib/sb-simple-streams/impl.lisp
src/code/stream.lisp
src/code/target-char.lisp
src/code/target-extensions.lisp
src/code/target-stream.lisp [new file with mode: 0644]
version.lisp-expr