0.8.14.16: Zipper Up
authorNikodemus Siivola <nikodemus@random-state.net>
Mon, 13 Sep 2004 15:25:08 +0000 (15:25 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Mon, 13 Sep 2004 15:25:08 +0000 (15:25 +0000)
commitcca6915901ef29ada74859eefa147f6ea553fe4e
tree4216b0230073372983fc1a584c75d0f2f7d8840a
parent8345d5a06a5fc3c83d394d9ee81a7065d69fa205
0.8.14.16: Zipper Up
            * Fix deftype lambda-list parsing to bind unsupplied
               keyword parameters to * instead of NIL if no initform
               was supplied -- only one of the four cases used to be
               handled correctly. Reported by Johan Bockgård on #lisp
            * Fix #347: define-compiler-macro lambda-list parsing
               binds correctly when FUNCALL appears as the car of the
               form (port of Raymond Toy's fix for the same from
               CMUCL). Also reported by Johan Bockgård.
            * In course of fixing the latter, make simple but
               philosophically profound change to parse-defmacro: what
               was error-kind is now thought of as a context marker.
            * Tests, tests, tests
BUGS
NEWS
src/code/parse-defmacro.lisp
tests/define-compiler-macro.impure.lisp [new file with mode: 0644]
tests/deftype.impure.lisp [new file with mode: 0644]
version.lisp-expr