0.9.6.45:
authorNathan Froyd <froydnj@cs.rice.edu>
Tue, 15 Nov 2005 16:00:16 +0000 (16:00 +0000)
committerNathan Froyd <froydnj@cs.rice.edu>
Tue, 15 Nov 2005 16:00:16 +0000 (16:00 +0000)
Fix BIGNUM-ABS-BUFFER to pass the right number of args to
  NEGATE-BIGNUM-BUFFER-IN-PLACE.

src/code/bignum.lisp
version.lisp-expr

index 2e76411..ad30b2f 100644 (file)
 
 (defun bignum-abs-buffer (bignum len)
   (unless (%bignum-0-or-plusp bignum len)
-    (negate-bignum-in-place bignum len)))
+    (negate-bignum-buffer-in-place bignum len)))
 \f
 ;;;; shifting
 
index 05879e4..46dcb5b 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.9.6.44"
+"0.9.6.45"