Skip to content
Snippets Groups Projects
  1. Jul 11, 1991
  2. Jul 08, 1991
  3. Jun 17, 1991
  4. 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
  5. 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
  6. Jun 06, 1991
  7. Jun 05, 1991
  8. 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
  9. May 28, 1991
  10. 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
  11. May 24, 1991
  12. May 23, 1991
  13. May 22, 1991
  14. May 21, 1991
  15. May 18, 1991
  16. May 16, 1991
Loading