- Mar 31, 1992
-
-
wlott authored
Extend the semantics of the macros SETF, PSETF, SHIFTF, ROTATEF, and ASSERT to allow "places" whose SETF methods have more than one "store variable". In such cases, the macros accept as many values from the newvalue form as there are store variables. As usual, extra values are ignored and missing values default to NIL. Extend the long form of DEFSETF to allow the specification of more than one "store variable", with the obvious semantics. Clarify that GET-SETF-METHOD signals an error if there would be more than one store-variable.
-
- Mar 29, 1992
- Mar 28, 1992
-
-
wlott authored
of requiring that the run-time and compile-time info remain consistent. Fixed FIND-INTERRUPTED-FRAME to FLUSH-FRAMES-ABOVE before returning the frame.
-
- Mar 27, 1992
- Mar 26, 1992
-
-
wlott authored
-
wlott authored
interpreter.
-
wlott authored
garbage collector was enabled.
-
wlott authored
-
wlott authored
room-minimal-info to print everything that doesn't use map-allocated- objects and also to indicate whether or not the garbage collector is currenty on or off. Changed sub-gc to handle updating *total-bytes-consed* instead of having %GC do it so that it happens even when *internal-gc* is bound to something else. Flush %GC because it now does nothing but call COLLECT-GARBAGE.
-
wlott authored
-
wlott authored
so all the auxiliary stuff (hooks, etc.) gets handled correctly.
-
wlott authored
-
wlott authored
Moved exports for system:mumble-interrupt routines to here from lispinit.
-
wlott authored
Moved WITH-ENABLED-INTERRUPTS into signal.lisp
-
wlott authored
done at compile-time and hard wired into the core.
-
- Mar 25, 1992
-
-
wlott authored
-
- Mar 24, 1992
-
-
wlott authored
to supress bound-but-not-used warnings.
-
wlott authored
which included commits to RCS files with non-trunk default branches.
-
wlott authored
-
wlott authored
*BACKEND*.
-
wlott authored
-
wlott authored
-
wlott authored
-
phg authored
were not created with :adjustable non-nil to be adjusted to new dimensions. Adjustable-array-p has been updated to ANSI standards. It returns T if adjust ADJUST-ARRAY would return an EQ array.
-
wlott authored
-
wlott authored
-
wlott authored
-
wlott authored
-
wlott authored
-
wlott authored
-
- Mar 23, 1992
-
-
wlott authored
and immediately prior to building the core. And the times it tells you are the times until the build, not until the next message.
-
wlott authored
-
wlott authored
which included commits to RCS files with non-trunk default branches.
-
wlott authored
to defstruct now that defstruct is less forgiving.
-
wlott authored
-