Skip to content
Snippets Groups Projects
  1. May 28, 1991
  2. May 27, 1991
    • chiles's avatar
      · 54bed342
      chiles authored
      Made DEBUG-COMMAND-P find commands with an ambiguous initial substring,
      matching exact matches regardless of ambiguity.
      
      Renamed debugger commands to longer, more meaningful names and defined shorter
      aliases for silly traditional names that aren't ambiguous initial substrings;
      for example, "pp" for "verbose print".  I used the new internal interface
      DEF-DEBUG-COMMAND-ALIAS to do this.
      
      Fixed a bug in the "SOURCE" and "VSOURCE" commands.  Previously, they only
      worked for compilation units that included only one file.
      54bed342
  3. May 24, 1991
  4. May 23, 1991
  5. May 22, 1991
  6. May 21, 1991
  7. May 18, 1991
  8. May 16, 1991
    • ram's avatar
      Really fixed output type stuff this time. Now in the fall-through clauses, we · 1936f5ec
      ram authored
      call OUTPUT-TYPE-OR-LOSE, which uses SUBTYPEP, and guarantees to return one of
      LIST, STRING, BIT-VECTOR, VECTOR or NIL (the last enabled by an optional.)
      1936f5ec
    • chiles's avatar
      · 34899787
      chiles authored
      Modified all the condition reporting methods to FRESH-LINE since error messages
      did not always end up on their own line when using Hemlock commands to drive a
      slave in the debugger.
      34899787
  9. May 15, 1991
  10. May 14, 1991
  11. May 09, 1991
    • chiles's avatar
      · c3b4851f
      chiles authored
      Fixed an error in the report for for unhandled-conditions.  It was recursively
      trying to print the condition.
      c3b4851f
  12. May 08, 1991
  13. May 06, 1991
  14. May 04, 1991
Loading