1.0.20.20: fix gencgc on 32 bit platforms with 2gb< heap
authorGabor Melis <mega@hotpop.com>
Mon, 22 Sep 2008 18:33:07 +0000 (18:33 +0000)
committerGabor Melis <mega@hotpop.com>
Mon, 22 Sep 2008 18:33:07 +0000 (18:33 +0000)
    - 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 /, <, <=.

version.lisp-expr

index 86d89e6..53111bf 100644 (file)
@@ -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"