- Jul 20, 1993
-
-
ram authored
-
ram authored
-
wlott authored
unsupplied value to nil if more then 6 values where supplied.
-
wlott authored
unsupplied value to NIL if more then 6 values were supplied.
-
ram authored
the debugger doesn't recurse on itself. ..
-
ram authored
since in some cases (for types) the lexenv may not be bound.
-
- Jul 17, 1993
-
-
ram authored
-
ram authored
Changed INFO TYPE CLASS to be a CLASS-CELL instead of a CLASS.
-
ram authored
defstruct-description, regardless of whether the class is a structure-class or not.
-
ram authored
LAYOUT-HASH so that structure layouts get initialized, etc. Add DIRECT-SUPERCLASSES slot to BUILT-IN-CLASS and initialize it. Add FIND-CLASS-CELL, CLASS-CELL-CLASS and CLASS-CELL-NAME to support forward references to redefinable or undefined classes. INFO TYPE CLASS is now a CLASS-CELL or NIL, and the class is actually in the CLASS-CELL-CLASS. Added some missing elements in the class-precedence lists of float and number.
-
ram authored
-
ram authored
supports forward references and redefinition. Block compiled TYPEP.
-
ram authored
-
- Jul 15, 1993
-
-
ram authored
call to MEMBER in DO-SYMBOLS so that we don't waste quite so much time dealing with shadowing symbols.
-
phg authored
namestrings must consist of capital letters, numbers and hyphens, according to the ANSI specification, and not including lower case letters as listed in some of the examples in the specification.
-
hallgren authored
-
- Jul 14, 1993
-
-
ram authored
-
- Jul 13, 1993
- Jul 10, 1993
-
-
ram authored
random-pcl-class for representing objects whose real class is a PCL class. Add class-pcl-class slot for tracking the PCL class of any class. Changed layout invalidating to set to :INVALID, not T, since PCL uses T to mean valid.
-
- Jul 05, 1993
- Jul 03, 1993
- Jul 02, 1993
- Jun 24, 1993