Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • chiles's avatar
    4a1d821e
    · 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
    History
    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.