Skip to content
Snippets Groups Projects
  1. Mar 01, 1998
  2. Feb 21, 1997
    • dtc's avatar
      Fix multiplication bug. Multiply-bignum-and-fixnum was using the · f3718883
      dtc authored
      following to convert a fixnum to an (unsigned-byte 32) representation:
      (%fixnum-to-digit (if pos val (- val)))
      This broken when val was (- #x20000000) as #x20000000 is not a fixnum as
      expected by %fixnum-to-digit.
      Similar problem in multiply-fixnums.
      It may be best to just leave it up to the compiler to move the positive
      fixnum to an unsinged register here.
      f3718883
  3. Jan 18, 1997
  4. Oct 31, 1994
  5. Feb 11, 1994
  6. May 07, 1993
  7. Jan 13, 1993
  8. 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
  9. Jun 10, 1991
    • 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
  10. May 24, 1991
  11. Feb 08, 1991
  12. Dec 03, 1990
  13. Nov 27, 1990
  14. Oct 15, 1990
  15. Oct 04, 1990
  16. Oct 03, 1990
  17. Jul 20, 1990
    • ram's avatar
      Picked up 16x32 divide stuff from Bill (but it is conditionalize out). Also · 795638d0
      ram authored
      other misc changes from Bill.  
      
      Added BIGNUM-REPLACE and made people use it.  Add WITH-BIGNUM-BUFFERS and made
      people use it so that they would be reentrant.  Fixed MAKE-GCD-BIGNUM-ODD to
      not assume that there is a 1 in the first digit.  Added misc declarations.
      Changed shifting stuff to use the new %DIGIT-LOGICAL-SHIFT-RIGHT.
      Un-commented-out GCD and multi-digit bignum truncate.
      795638d0
  18. Jul 07, 1990
  19. Jul 05, 1990
  20. Jul 04, 1990
  21. Jun 06, 1990
  22. May 30, 1990
  23. May 25, 1990
Loading