|
[Sbcl-commits] CVS: sbcl version.lisp-expr,1.2108,1.2109
From: Christophe Rhodes <crhodes@us...> - 2005-04-29 14:38
|
Update of /cvsroot/sbcl/sbcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10092 Modified Files: version.lisp-expr Log Message: 0.9.0.6: MORE CASE CONSISTENCY Make the system (with the x86-64 backend) buildable under (readtable-case *readtable*) => :invert. This may seem like a bit of an eccentric thing to do. The plan, however, is to in future define this as the build mode for SBCL, enforcing it in the build scripts, so that userinits are prevented from interfering in this respect, and also so that case-consistency throughout the system is enforced (to reduce potential reader confusion further down the line). However, since there are 100000 MIPS-related patches waiting to be merged, it would be a bad time to enforce this (and break all non-x86-64 backends). Index: version.lisp-expr =================================================================== RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v retrieving revision 1.2108 retrieving revision 1.2109 diff -u -d -r1.2108 -r1.2109 --- version.lisp-expr 29 Apr 2005 12:10:04 -0000 1.2108 +++ version.lisp-expr 29 Apr 2005 14:37:35 -0000 1.2109 @@ -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.9.0.5" +"0.9.0.6" |
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl version.lisp-expr,1.2108,1.2109 | Christophe Rhodes <crhodes@us...> |