|
[Sbcl-commits] CVS: sbcl version.lisp-expr,1.5098,1.5099
From: Nikodemus Siivola <demoss@us...> - 2010-10-19 10:24
|
Update of /cvsroot/sbcl/sbcl In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv21535 Modified Files: version.lisp-expr Log Message: 1.0.43.72: fix regression from 1.0.43.64 As usual, the original patch was fine, and it was my edits that wrecked havoc... Move DTYPE initialization to its proper place: LOOP-OPTIONAL-TYPE has side-effects and so cannot be called in the place where I so blithely moved it. Closes bug 654220 again. Index: version.lisp-expr =================================================================== RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v retrieving revision 1.5098 retrieving revision 1.5099 diff -u -d -r1.5098 -r1.5099 --- version.lisp-expr 19 Oct 2010 10:22:40 -0000 1.5098 +++ version.lisp-expr 19 Oct 2010 10:24:01 -0000 1.5099 @@ -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".) -"1.0.43.71" +"1.0.43.72" |
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl version.lisp-expr,1.5098,1.5099 | Nikodemus Siivola <demoss@us...> |