From: Gabor Melis Date: Mon, 22 Sep 2008 18:33:07 +0000 (+0000) Subject: 1.0.20.20: fix gencgc on 32 bit platforms with 2gb< heap X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=69b12095da6db9ac97e347dbc155091de79472cc;p=sbcl.git 1.0.20.20: fix gencgc on 32 bit platforms with 2gb< heap - pepper unsigned long around - mixed signed/unsigned is ok as long as there are only + and - bitwise logical operations on them, care must be taken for /, <, <=. --- diff --git a/version.lisp-expr b/version.lisp-expr index 86d89e6..53111bf 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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.20.18" +"1.0.20.20"