Skip to content
Snippets Groups Projects
  1. Nov 30, 1997
  2. Nov 29, 1997
  3. Nov 28, 1997
  4. Nov 04, 1997
  5. Jan 18, 1997
  6. Oct 31, 1994
  7. Feb 11, 1994
  8. Jun 23, 1993
  9. Jan 13, 1993
  10. Dec 08, 1992
  11. Jul 10, 1992
  12. May 27, 1992
  13. May 15, 1992
    • ram's avatar
      Fixed to actually allow tracing anonymous function objects. Changed to allow · 2f20645c
      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.
      2f20645c
  14. Mar 10, 1992
  15. Nov 26, 1991
    • chiles's avatar
      · 6a392f5f
      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.
      6a392f5f
  16. Nov 15, 1991
  17. Nov 03, 1991
    • chiles's avatar
      · f99de75d
      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.
      f99de75d
  18. Oct 13, 1991
Loading