Skip to content
Snippets Groups Projects
  1. Aug 30, 1991
  2. Aug 23, 1991
  3. Aug 22, 1991
  4. Aug 21, 1991
  5. Aug 13, 1991
  6. Aug 12, 1991
  7. Aug 07, 1991
    • chiles's avatar
      · 9bbabaf0
      chiles authored
      Modified DESCRIBE-FUNCTION-COMPILED and DESCRIBE-SYMBOL to print function and
      macro doc strings before arg and result info.
      9bbabaf0
  8. Jul 30, 1991
  9. Jul 26, 1991
    • chiles's avatar
      · ad9b0bb9
      chiles authored
      Lots of changes to the time parsing and printing extensions including bug
      fixes.
      ad9b0bb9
  10. Jul 25, 1991
  11. Jul 22, 1991
  12. Jul 18, 1991
  13. Jul 14, 1991
  14. Jul 11, 1991
  15. Jul 08, 1991
  16. Jun 17, 1991
  17. 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
  18. 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
  19. Jun 06, 1991
  20. Jun 05, 1991
  21. 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
  22. May 28, 1991
  23. 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
  24. May 24, 1991
Loading