Skip to content
Snippets Groups Projects
  1. Jun 12, 1991
    • chiles's avatar
      · 4a1d821e
      chiles authored
      Fixed bug in truncation code.  We needed to make sure the number buffer for the
      x argument was one greater than the y buffer.  Once we fixed this, due to a
      better understanding of Knuth, we were able to significantly clean up
      SHIFT-BIGNUM-TRUNCATE-BUFFERS and BIGNUM-TRUNCATE.
      4a1d821e
  2. Jun 10, 1991
    • chiles's avatar
      · 86d34389
      chiles authored
      Moved EXT:GET-STREAM-COMMAND into this file, so kernel cores could enter the
      debugger.
      86d34389
    • chiles's avatar
      · acfdb95a
      chiles authored
      We fixed a bug in BIGNUM-TRUNCATE-GUESS.  Bill had originally written the code
      to ignore the high digit of three in some calculation, but as it turns out, you
      really do need to look at that digit in some comparison.
      acfdb95a
  3. Jun 06, 1991
  4. Jun 05, 1991
  5. May 29, 1991
    • chiles's avatar
      · 2ec2b8e1
      chiles authored
      Implemented the EDIT-SOURCE debugger command which gathers source information
      and gives it to the editor by calling ED::EDIT-SOURCE-LOCATION.
      2ec2b8e1
  6. May 28, 1991
  7. 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
  8. May 24, 1991
  9. May 23, 1991
  10. May 22, 1991
  11. May 21, 1991
  12. May 18, 1991
  13. 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
  14. May 15, 1991
  15. May 14, 1991
  16. 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
Loading