- Nov 30, 1997
-
-
pw authored
-
- Nov 29, 1997
-
-
dtc authored
CGC system, noted by Paul.
-
- Nov 28, 1997
-
-
dtc authored
use encapsulation by default.
-
- Nov 04, 1997
-
-
dtc authored
-
- Jan 18, 1997
-
-
ram authored
-
- Oct 31, 1994
-
-
ram authored
-
- Feb 11, 1994
-
-
cvs2git authored
-
- Jun 23, 1993
-
-
ram authored
-
- Jan 13, 1993
-
-
cvs2git authored
-
- Dec 08, 1992
-
-
wlott authored
[From Rob:] Fixed untrace-1 not to flame out when untracing untraced functions.
-
- Jul 10, 1992
-
-
ram authored
-
- May 27, 1992
-
-
ram authored
encapsulation-based trace via the :ENCAPSULATE option. Interpreted functions and generic functions are traced via encapsulation by default, which works. Conditional stuff works much better.
-
- May 15, 1992
-
-
ram authored
tracing of macros. When tracing an already traced function, untrace and retrace it, instead of ignoring the second request. Moved the undefined error for UNTRACE to the UNTRACE-1 subfunction, instead of signalling it at macroexpand time. In TRACE-1, added an assertion that there isn't already an entry in the trace breakpoint table, since sometimes we seem to be forgetting about breakpoints.
-
- Mar 10, 1992
- Nov 26, 1991
-
-
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.
-
- Nov 15, 1991
-
-
ram authored
checking, and stop using that old crock.
-
- Nov 03, 1991
-
-
chiles authored
Added CLEAR-TRACE-BREAKPOINT-RECORD to ext:*setf-fdefinition-hook*. Fixed package system, so the old TRACE and new one didn't conflict with variable names. Added debug:*trace-frame* to support users who want to enter expressions for evaluation in the frame. This is described in the TRACE doc string. Fixed TRACE interface to support any function name, not just symbols. Underlying support allowed this, but TRACE complained when it inspected its arguments. Added full support for documented interface of TRACE since before it only allowed users to see arguments and output without conditionalization, printing, etc.
-
- Oct 13, 1991
-
-
chiles authored
-