- Dec 03, 1991
-
-
ram authored
-
ram authored
LISP. These are ANSI cleanups.
-
wlott authored
Exported *CURRENT-LEVEL*, *PRETTY-PRINTER*, OUTPUT-OBJECT, OUTPUT-UGLY-OBJECT, CHECK-FOR-CIRCULARITY, HANDLE-CIRCULARITY, WITH-CIRCULARITY-DETECTION, DECEND-INTO, and PUNT-IF-TOO-LONG from the KERNEL package and added doc strings for them.
-
- Dec 02, 1991
- Dec 01, 1991
- Nov 30, 1991
- Nov 29, 1991
-
-
wlott authored
picked up the doc string from the old version.
-
wlott authored
-
wlott authored
~(...~) variants. See the doc string for details.
-
wlott authored
most all of the pretty-printing directives, and FORMATTER. In fact, FORMAT uses the same internal functions as FORMATTER to pre-compile the control string.
-
- Nov 28, 1991
-
-
wlott authored
error is signaled. It defaults to T.
-
- Nov 27, 1991
- Nov 26, 1991
-
-
wlott authored
and mips/insts so they are consistent with the other systems.
-
wlott authored
mips/macros.lisp and mips/insts.lisp so that they are consistent with the other systems.
-
wlott authored
-
wlott authored
-
wlott authored
-
wlott authored
-
wlott authored
symbolic links from the build area to the source area. Get additional features from .../$subdir/FEATURES instead of assuming :small. If the environment variable $LISP is set, use it instead of lisp when compiling. Also compile PCL.
-
chiles authored
Modified HANDLE-BREAKPOINT-AUX to test whether any user hook deactivated any breakpoints at the current code location. When there are no longer any breakpoints at this location, it foregoes setting an after breakpoint to re-establish the break instruction at this code location. There is no reason to plan to re-establish the break instruction since there are no longer any active breakpoints at the location. Modified SUB-DEACTIVATE-BREAKPOINT to only remove the break instruction from the code when there are no longer any active breakpoints at the code location.
-
chiles authored
Made TRACE and UNTRACE handle function objects as well as function names. Made calling UNTRACE while with a BREAK from TRACE'ing work fine. No output occurs at the end of the call even though there was TRACE output at the beginning of the call before going into the BREAK loop.
-
ram authored
-
- Nov 25, 1991