0.7.3.16:
authorWilliam Harold Newman <william.newman@airmail.net>
Tue, 14 May 2002 04:27:34 +0000 (04:27 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Tue, 14 May 2002 04:27:34 +0000 (04:27 +0000)
commitcc676f35baa0a46df06d9917e087ca466d053027
tree61dc96406746aa1e5d039b179be1028a50dc59f4
parent11a3a4d92d05955d83d9a285823a316f218b07f9
0.7.3.16:
(These changes might leave SET-SYNTAX-FROM-CHAR messed up. I'll
try to fix that soon, or else add some tests to verify
that it isn't too messed up.)
ANSIfying FROB-MACRO-CHARACTER functions...
...made GET-MACRO-CHARACTER return NIL for non-macro characters
...made SET-MACRO-CHARACTER handle NIL values
...used %COERCE-CALLABLE-TO-FUN instead of COERCE ... 'FUNCTION
Some of the "Unconstituentize some of them" operations in
!COLD-INIT-STANDARD-READTABLE seem to've become no-ops,
so delete them.
It seems strange that ASCII RUBOUT should be treated as
whitespace, so that e.g. "(+ 1\7f2)" EVALs to 3. So
I deleted the customization of its entry in
*STANDARD-READTABLE*, and now it's treated as just
another character, which seems less surprising.
BUGS
NEWS
src/code/reader.lisp
tests/reader.pure.lisp
version.lisp-expr