|
[Sbcl-commits] CVS: sbcl version.lisp-expr,1.1004,1.1005
From: Christophe Rhodes <crhodes@us...> - 2003-05-29 16:16
|
Update of /cvsroot/sbcl/sbcl In directory sc8-pr-cvs1:/tmp/cvs-serv31620 Modified Files: version.lisp-expr Log Message: 0.8.0.16: Code deletion, yay ... since we've expunged *BYTES-CONSED-BETWEEN-GCS* everywhere else, we might as well stop it being set and confusing people, so delete it; ... since our CMUCL brethren have decided that 12Mb is a good value for (BYTES-CONSED-BETWEEN-GCS), let's follow that. Note that this increases the default on x86, but decreases the historical default on non-x86 (though in recent times a refactor had likewise changed that default); ... fix an error caught by new function warning stuff: bogus parenthesis in a sparc VOP. Index: version.lisp-expr =================================================================== RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v retrieving revision 1.1004 retrieving revision 1.1005 diff -u -d -r1.1004 -r1.1005 --- version.lisp-expr 29 May 2003 12:28:01 -0000 1.1004 +++ version.lisp-expr 29 May 2003 16:14:44 -0000 1.1005 @@ -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.0.15" +"0.8.0.16" |
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl version.lisp-expr,1.1004,1.1005 | Christophe Rhodes <crhodes@us...> |