|
[Sbcl-commits] CVS: sbcl version.lisp-expr,1.3866,1.3867
From: Nikodemus Siivola <demoss@us...> - 2008-02-19 10:18
|
Update of /cvsroot/sbcl/sbcl In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv30057 Modified Files: version.lisp-expr Log Message: 1.0.14.38: build runtime with -Wsign-compare, and clean warnings on x86/Linux * Nothing serious seemed to be going on, though, but since C has nasty signed vs unsigned comparison semantics, it is better to be clear about what is going on. Index: version.lisp-expr =================================================================== RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v retrieving revision 1.3866 retrieving revision 1.3867 diff -u -d -r1.3866 -r1.3867 --- version.lisp-expr 19 Feb 2008 09:20:10 -0000 1.3866 +++ version.lisp-expr 19 Feb 2008 10:18:06 -0000 1.3867 @@ -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.14.37" +"1.0.14.38" |
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl version.lisp-expr,1.3866,1.3867 | Nikodemus Siivola <demoss@us...> |