- Jul 22, 1993
-
-
ram authored
-
ram authored
-
ram authored
when it isn't defined.
-
ram authored
-
ram authored
-
ram authored
PCL.)
-
ram authored
-
ram authored
an internal error. Some meaningless backq forms will now pprint as "### illegal dotted backquote form ###".
-
wlott authored
which included commits to RCS files with non-trunk default branches.
-
wlott authored
-
wlott authored
-
wlott authored
dylan::convert-top-level.
-
ram authored
-
wlott authored
to lisp if unsupplied.
-
wlott authored
compile dylan code. (Assuming you have the dylan to common-lisp converter loaded.)
-
ram authored
-
ram authored
-
ram authored
-
ram authored
so that we don't reference the vector out of bounds and get garbage.
-
hallgren authored
-
ram authored
form so that we don't get bus errors, etc., if the file has been modified.
-
- Jul 21, 1993
-
-
ram authored
-
ram authored
-
ram authored
compiler will transform to a load-time fixup that won't have run yet in cold load. Instead, refer to a constant layout.
-
ram authored
used in all the right places.
-
ram authored
-
ram authored
two advantages: 1] compiler-warning and warn are now equivalent, so uses of WARN will be counted in the warning total and given source context. 2] user handlers can be defined.
-
ram authored
(typep x 'simple-condition) works.
-
ram authored
problems with some make-load-form hacks.
-
- Jul 20, 1993
-
-
ram authored
use the CLASS-CELL make-load-form instead of LOAD-TIME-VALUE.
-
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.
-