Update of /cvsroot/sbcl/sbcl
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv1378
Modified Files:
version.lisp-expr
Log Message:
1.0.25.4: genesis load-time-value cleanup
* Added a :load-time-value pseudo-gspace for use by descriptors
created by fop-funcall instead of the existing (undocumented)
scheme of using a null gspace and a not-null offset within a gspace
to indicate such descriptors.
* Fixed up some comments.
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.4289
retrieving revision 1.4290
diff -u -d -r1.4289 -r1.4290
--- version.lisp-expr 3 Feb 2009 04:15:13 -0000 1.4289
+++ version.lisp-expr 3 Feb 2009 04:16:23 -0000 1.4290
@@ -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.25.3"
+"1.0.25.4"
|