Skip to content
Snippets Groups Projects
  1. Dec 07, 1991
  2. Dec 06, 1991
  3. Dec 05, 1991
  4. Dec 04, 1991
  5. Dec 03, 1991
    • wlott's avatar
      Flushed uses of DOSTRING, because the definition went away. · 38172be4
      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.
      38172be4
  6. Dec 02, 1991
  7. Dec 01, 1991
  8. Nov 30, 1991
  9. Nov 29, 1991
  10. Nov 28, 1991
  11. Nov 26, 1991
    • chiles's avatar
      · 2e00ad30
      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.
      2e00ad30
    • 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
  12. Nov 24, 1991
  13. Nov 18, 1991
  14. Nov 16, 1991
  15. Nov 15, 1991
  16. Nov 14, 1991
  17. Nov 10, 1991
  18. Nov 09, 1991
Loading