- Jul 24, 1993
-
-
ram authored
never return NIL. This was causing internal errors when printing the source for functions whose file hadn't finished loading yet.
-
- Jul 23, 1993
- Jul 22, 1993
-
-
ram authored
-
ram authored
-
ram authored
an internal error. Some meaningless backq forms will now pprint as "### illegal dotted backquote form ###".
-
ram authored
-
ram authored
-
ram authored
-
ram authored
-
ram authored
so that we don't reference the vector out of bounds and get garbage.
-
ram authored
form so that we don't get bus errors, etc., if the file has been modified.
-
- Jul 21, 1993
- Jul 20, 1993
- Jul 17, 1993
-
-
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.
-
- Jul 13, 1993
-
-
ram authored
previously compiled layout, rather than the current run-time definition. As well as being somewhat more intuitive, this was needed to support redefinition of the CLASS class.
-
- 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
-
-
wlott authored
of search lists.
-
- Jul 03, 1993
- Jul 02, 1993
- Jun 24, 1993