- Feb 19, 1993
- Feb 17, 1993
-
-
ram authored
-
ram authored
not *type-system-initialized*.
-
ram authored
not a meta-class. In ENSURE-STRUCTURE-CLASS, if we are really making a structure class, pass in a constant predicate so that we don't have to do FIND-CLASS at cold-load init time.
-
cvs2git authored
-
ram authored
-
ram authored
-
ram authored
to layouts.
-
ram authored
-
- Feb 16, 1993
-
-
ram authored
-
ram authored
in type-boot.)
-
ram authored
arg type using STRUCTURE-OBJECT declaration, rather than looking at the class, since the class might not be initialized yet (during cold load.)
-
ram authored
in DEFPACKAGE's detection of defining a package which is really a nickname. Improved handling of deleted packages (most operations signal an error.)
-
ram authored
-
ram authored
rehash-threshold &c are canonicalized to single-floats.
-
ram authored
-
ram authored
in an eval-when (compile eval), since (compile) doesn't work right nested.
-
ram authored
-
- Feb 15, 1993
-
-
wlott authored
happen if a function-end breakpoint was deactivated while the function was on the stack, because there is no way to convert the bogus-lra back into the real lra.
-
- Feb 14, 1993
- Feb 13, 1993
- Feb 12, 1993
- Feb 11, 1993
-
-
ram authored
-
ram authored
Write SLOT-ACCESSOR-FORM to share code between raw accessors and the constructor. Fixed vector structure constructor to use AREF to store names. Constructors now actually work when there are R/O slots, and we also don't multiply fetch the raw data when initializing it. In typed accessors & vector constructors, intersect the vector element type with the slot type.
-
ram authored
Fix format string.
-
ram authored
-
ram authored
-
ram authored
-
ram authored
-
ram authored
-
ram authored
-
- Feb 10, 1993
-
-
ram authored
non-base strings in array unparsing. Delete base-char deftype now that it is a class
-