Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1:/tmp/cvs-serv11215
Modified Files:
version.lisp-expr
Log Message:
0.8.7.15:
Benchmark-inspired SEARCH deftransform for simple-base-strings
... Adjust per APD sbcl-devel to allow the type deriver to
work out all the types
... put boyer-moore version in compiler-extras in contrib/
Also fix stale-symbols so that it runs
... most stale symbols appear to be within vop-parse and
pv-table structures
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.1430
retrieving revision 1.1431
diff -u -d -r1.1430 -r1.1431
--- version.lisp-expr 14 Jan 2004 11:07:38 -0000 1.1430
+++ version.lisp-expr 14 Jan 2004 16:53:17 -0000 1.1431
@@ -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.7.14"
+"0.8.7.15"
|