0.9.1.9:
authorJuho Snellman <jsnell@iki.fi>
Wed, 1 Jun 2005 06:06:20 +0000 (06:06 +0000)
committerJuho Snellman <jsnell@iki.fi>
Wed, 1 Jun 2005 06:06:20 +0000 (06:06 +0000)
commit70af994bbab490a2547bb61186f370e41332f3e5
treec62ac64ae2d85479a8c75f1c9d050a1c05840776
parentffde26c7766d109683ab73622b5b4294a3dd1c52
0.9.1.9:
Fix a few ansi-test failures. Symbols can't be both the name of
        a type and the name of a declaration (ANSI 3.8.21).

        * Add a validate-function slot into the globaldb TYPE-INFO
          structure. If defined, the function is called from (SETF INFO)
          before SET-INFO-VALUE.
        * Define validation functions for (INFO :TYPE :KIND) and
          (INFO :DECLARATION :RECOGNIZED).
        * Remove (DECLAIM (DECLARATION CLASS)) from PCL. As far as I
          can see, PCL uses %CLASS for its internal declarations these
          days.
NEWS
package-data-list.lisp-expr
src/code/condition.lisp
src/compiler/globaldb.lisp
src/pcl/boot.lisp
version.lisp-expr