Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1:/tmp/cvs-serv24646
Modified Files:
version.lisp-expr
Log Message:
0.8.2.24:
* Quick trick to optimize NJF's SHA1 portable implementation:
replace LOGNOT with 32BIT-LOGICAL-NOT when its DEST is
LOGAND with an argument of type (UNSIGNED-BYTE 32).
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.1152
retrieving revision 1.1153
diff -u -d -r1.1152 -r1.1153
--- version.lisp-expr 10 Aug 2003 19:25:02 -0000 1.1152
+++ version.lisp-expr 11 Aug 2003 06:22:15 -0000 1.1153
@@ -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.8.2.23"
+"0.8.2.24"
|