(I seem to've screwed up during the checkin of 0.pre7.131 before, so
authorWilliam Harold Newman <william.newman@airmail.net>
Tue, 15 Jan 2002 01:06:08 +0000 (01:06 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Tue, 15 Jan 2002 01:06:08 +0000 (01:06 +0000)
commitb0b168c08b31a748150f404398af754f26fd4813
treeabc4ed7e15589219cb63eb575923a6878d384d1f
parent951a3a61ed25e9e2d3c1479d7ecdc355bd9e1c59
(I seem to've screwed up during the checkin of 0.pre7.131 before, so
that it's log message got lost. So this checkin has two log messages,
.131 for the changes in the previous checkin and .132 for the changes
in this checkin.)

0.pre7.131:
s/variable/var/ in...
...fun-variable
...symbol-variable
...find-variable
...variables*\*
...make-variable
...iteration-variable
...declare-variable
...when-it-variable
...named-variable
...1-variable
...compute-variable
...minimal-variable
...free-variable
...let-variable
...lexenv-variable
...(not set-variable because there's already a VAR slot for the
SET structure type, gah, so try s/set-variable/setq-var/)
...convert-variable
s/lexenv-functions/lexenv-funs/
Rename NAMED-VAR function to LOOP-NAMED-VAR, for consistency
with other LOOP operators and with the LOOP comments
which refer to LOOP-NAMED-VAR.

0.pre7.132:
  learning that I don't even get people's *names* right
in CREDITS:-(
addressed APD bug report 2001-01-13...
...made a BUGS entry for pretty-printing nested backquotes
...scattered references to compiler-only implementation
through doc/sbcl.1
other corrections and tweaks in doc/sbcl.1
24 files changed:
BUGS
CREDITS
TODO
doc/sbcl.1
package-data-list.lisp-expr
src/code/debug-info.lisp
src/code/debug-int.lisp
src/code/debug.lisp
src/code/early-setf.lisp
src/code/loop.lisp
src/code/macroexpand.lisp
src/compiler/debug-dump.lisp
src/compiler/debug.lisp
src/compiler/early-c.lisp
src/compiler/info-functions.lisp
src/compiler/ir1-translators.lisp
src/compiler/ir1tran.lisp
src/compiler/ir1util.lisp
src/compiler/lexenv.lisp
src/compiler/macros.lisp
src/compiler/main.lisp
src/compiler/proclaim.lisp
src/pcl/walk.lisp
version.lisp-expr