0.6.11.15:
authorWilliam Harold Newman <william.newman@airmail.net>
Fri, 16 Mar 2001 20:52:40 +0000 (20:52 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Fri, 16 Mar 2001 20:52:40 +0000 (20:52 +0000)
commitf0670f28705c01e79fb23cb2a582074d3e51ec98
tree48598ee08cca9fefbcec23c318402cfbd44a8edf
parent4ea1b7a6961e6b2d336603a04e448db052993244
0.6.11.15:
some cleanups related to the type hackathon in 0.6.11.13..
..restored :TYPE declaration for FORMAT slot in NUMERIC-TYPE
..restored :TYPE declaration for TYPES slot in COMPOUND-TYPE
..moved LIST, CONS, and NULL to a more logical point in
*BUILT-IN-CLASSES*
..rearranged CTYPE, ANY/TYPE, and EVERY/TYPE to share code
..added tests related to CTYPE of COMPOUND-TYPE
..redid INTERSECTION :SIMPLE-SUBTYPEP to share EVERY/TYPE too
added tests for ANY/TYPE and EVERY/TYPE, fixed EVERY/TYPE
moved SWAPPED-ARGS-FUN earlier to facilitate inlining, putting
it in SB!INT so it can go in early-extensions.lisp
deleted unused LETF and LETF*
BUGS
package-data-list.lisp-expr
src/code/class.lisp
src/code/early-extensions.lisp
src/code/early-type.lisp
src/code/late-type.lisp
src/code/target-type.lisp
src/code/typedefs.lisp
tests/type.before-xc.lisp
tests/type.pure.lisp [new file with mode: 0644]
version.lisp-expr