Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27914
Modified Files:
Tag: character_branch
version.lisp-expr
Log Message:
0.8.13.77.character.43:
"You'll be on your best behaviour, lad"
Bandage for problem revealed in BIT-BASH-COPY
... expand into a specialized function call instead. (This
shouldn't be particularly inefficient, I think, because
(simple-array character (*)) elements are word-sized).
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.1806.2.42
retrieving revision 1.1806.2.43
diff -u -d -r1.1806.2.42 -r1.1806.2.43
--- version.lisp-expr 25 Oct 2004 13:26:02 -0000 1.1806.2.42
+++ version.lisp-expr 25 Oct 2004 16:31:07 -0000 1.1806.2.43
@@ -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.13.77.character.42"
+"0.8.13.77.character.43"
|