- Sep 21, 1993
-
-
ram authored
-
- Sep 13, 1993
-
-
wlott authored
-
- Sep 10, 1993
-
-
wlott authored
-
- Sep 03, 1993
- Sep 01, 1993
- Aug 31, 1993
- Aug 30, 1993
-
-
ram authored
-
ram authored
-
ram authored
-
ram authored
support multiple inheritance and the other required CLOS operations. Removed SIMPLE-CONDITION hacks for simulating multiple inheritance. Updated syntax of DEFINE-CONDITION uses.
-
ram authored
-
ram authored
closures. Changed UNDEFINE-STRUCTURE to take a class, since that's how compiler/proclaim is calling it.
-
ram authored
-
ram authored
Remove Dylan hack, since it should now be able to use slot-classes.
-
ram authored
Export MAKE-LAYOUT, MAKE-UNDEFINED-CLASS, INSURED-FIND-CLASS, REDEFINE-LAYOUT-WARNING. Change layout printer to print the proper name instead of the class. In (setf find-class), clobber the info type compiler-layout if set.
-
- Aug 29, 1993
-
-
wlott authored
-
- Aug 27, 1993
- Aug 26, 1993
- Aug 25, 1993
- Aug 24, 1993
-
-
ram authored
-
- Aug 23, 1993
-
-
ram authored
alien-types) that have superclasses. This was especially problematic with the Dylan collection heterarchy, but some problems could arise with e.g. (subtypep `(member ,#'cons) '(function (t t) cons)) (not technically legal in CL, but used by the compiler on legal programs.)
-
wlott authored
-