1.0.6.50: better arglists for generic functions
authorJuho Snellman <jsnell@iki.fi>
Mon, 18 Jun 2007 16:15:54 +0000 (16:15 +0000)
committerJuho Snellman <jsnell@iki.fi>
Mon, 18 Jun 2007 16:15:54 +0000 (16:15 +0000)
commit6ab32453060c4dd2b399164e3b0703525dec7ff0
tree676d83af28dc8131a7274985aaef9b2e5fcf4fa1
parentc3fa52250b540c0b859fd3beb80cf147108f0fc6
1.0.6.50: better arglists for generic functions

        * Parameter names in the lambda list of the generic function
          are given priority to those of the gf's methods, since the
          names given in the generic function are likely to be more
          general.
        * Fix merging of &key parameters of all the methods.
        * Patch by Tobias Rittweiler.
NEWS
contrib/sb-introspect/test-driver.lisp
contrib/sb-introspect/test.lisp
src/pcl/generic-functions.lisp
src/pcl/methods.lisp
version.lisp-expr