|
[Sbcl-commits] CVS: sbcl version.lisp-expr,1.617,1.618
From: Christophe Rhodes <crhodes@us...> - 2002-10-28 21:37
|
Update of /cvsroot/sbcl/sbcl In directory usw-pr-cvs1:/tmp/cvs-serv19626 Modified Files: version.lisp-expr Log Message: 0.7.9.9: Fix entomotomy bug ccase-and-ecase-error-on-t-and-otherwise (and for CTYPECASE/ETYPECASE too!) ... actual change to CASE-BODY ... fix to logic of compiler warning handling when compiled under CMUCL ... cosmetic fix to use macroexpanded EXP rather than ORIGINAL-EXP in EVAL, so we don't get STYLE-WARNING twice ... correct an SB-IMPL::COMPILER-STYLE-WARN -> SB-C::COMPILER-STYLE-WARN bogosity Include tests of EVAL from previous refactor to get LOCALLY et al. right. Index: version.lisp-expr =================================================================== RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v retrieving revision 1.617 retrieving revision 1.618 diff -u -d -r1.617 -r1.618 --- version.lisp-expr 28 Oct 2002 14:33:28 -0000 1.617 +++ version.lisp-expr 28 Oct 2002 21:37:30 -0000 1.618 @@ -18,4 +18,4 @@ ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"0.7.9.8" +"0.7.9.9" |
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl version.lisp-expr,1.617,1.618 | Christophe Rhodes <crhodes@us...> |