Skip to content
Snippets Groups Projects
  1. Mar 10, 1992
  2. 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
  3. Nov 15, 1991
  4. 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
  5. Oct 13, 1991
Loading