Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1:/tmp/cvs-serv1230
Modified Files:
version.lisp-expr
Log Message:
0.8.7.11:
Remove madvise() (and dubious value for PAGE_SIZE) from
gc-common.c
... GC still not working properly :(
... memcpy()'s behaviour when given overlapping memory ranges
appears not to be the problem, either; replacing it with
memmove() doesn't fix things
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.1426
retrieving revision 1.1427
diff -u -d -r1.1426 -r1.1427
--- version.lisp-expr 8 Jan 2004 16:26:33 -0000 1.1426
+++ version.lisp-expr 9 Jan 2004 10:38:48 -0000 1.1427
@@ -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.10"
+"0.8.7.11"
|