Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32285
Modified Files:
make-config.sh version.lisp-expr
Log Message:
0.9.5.7:
Actually implement stack allocatable closures.
Index: make-config.sh
===================================================================
RCS file: /cvsroot/sbcl/sbcl/make-config.sh,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- make-config.sh 16 Sep 2005 13:26:39 -0000 1.52
+++ make-config.sh 28 Sep 2005 15:10:39 -0000 1.53
@@ -208,6 +208,7 @@
# cross-compilers!
#
# FIXME: integrate to grovel-features, mayhaps
+ printf ' :stack-allocatable-closures' >> $ltf
$GNUMAKE -C tools-for-build determine-endianness -I src/runtime
tools-for-build/determine-endianness >> $ltf
elif [ "$sbcl_arch" = "ppc" -a "$sbcl_os" = "linux" ]; then
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.2437
retrieving revision 1.2438
diff -u -d -r1.2437 -r1.2438
--- version.lisp-expr 28 Sep 2005 13:42:24 -0000 1.2437
+++ version.lisp-expr 28 Sep 2005 15:10:39 -0000 1.2438
@@ -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".)
-"0.9.5.6"
+"0.9.5.7"
|