0.8.3.3:
authorWilliam Harold Newman <william.newman@airmail.net>
Tue, 26 Aug 2003 13:21:18 +0000 (13:21 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Tue, 26 Aug 2003 13:21:18 +0000 (13:21 +0000)
commitc41cb4c87eae7b04f844dca5f7edb5086c5d2d68
tree9cdac03aaec2d9140b5210c8b296145e544f57fe
parentb42068e9080417a073dcb709cdd2e0315599b3df
0.8.3.3:
revised PARSE-BODY to eliminate bogus style-warning for
(MACROLET (...) (DECLAIM ...))
Since there are now two optional flags, use &KEY args instead
of trying to remember the position of &OPTIONAL args.
code-sharing in PROG and PROG*
'Twas passing strange passing ENV as the second argument
to PARSE-BODY in ADD-METHOD-DECLARATIONS...
new old BUGS (dunno why I discovered both on the same day)
17 files changed:
BUGS
src/code/defboot.lisp
src/code/early-extensions.lisp
src/code/eval.lisp
src/code/macros.lisp
src/code/package.lisp
src/code/parse-body.lisp
src/code/parse-defmacro.lisp
src/code/primordial-extensions.lisp
src/code/seq.lisp
src/code/typedefs.lisp
src/compiler/ir1-translators.lisp
src/compiler/main.lisp
src/compiler/srctran.lisp
src/pcl/boot.lisp
src/pcl/vector.lisp
version.lisp-expr