projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3f99a6
)
1.0.20.20: fix gencgc on 32 bit platforms with 2gb< heap
author
Gabor Melis
<mega@hotpop.com>
Mon, 22 Sep 2008 18:33:07 +0000
(18:33 +0000)
committer
Gabor 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
patch
|
blob
|
history
diff --git
a/version.lisp-expr
b/version.lisp-expr
index
86d89e6
..
53111bf
100644
(file)
--- 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"