|
[Sbcl-commits] CVS: sbcl NEWS,1.789,1.790 version.lisp-expr,1.2149,1.2150
From: Nikodemus Siivola <demoss@us...> - 2005-05-29 15:48
|
Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27289
Modified Files:
NEWS version.lisp-expr
Log Message:
0.9.1.5: bigger dynamic space on PPC plus cleanups
* patch by Cyrus Harmon
* clean up DYNAMIC-SPACE-START and -END ugliness on cheney-platforms.
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.789
retrieving revision 1.790
diff -u -d -r1.789 -r1.790
--- NEWS 29 May 2005 10:37:20 -0000 1.789
+++ NEWS 29 May 2005 15:48:37 -0000 1.790
@@ -1,4 +1,6 @@
changes in sbcl-0.9.2 relative to sbcl-0.9.1:
+ * dynamic space size on PPC has been increased to 768Mb. (thanks to
+ Cyrus Harmon)
* SB-MOP:ENSURE-CLASS-USING-CLASS now accepts a class as the
:METACLASS argument in addition to a class name. (reported by
Bruno Haible for CMUCL, patch for CMUCL by Gerd Moellman)
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.2149
retrieving revision 1.2150
diff -u -d -r1.2149 -r1.2150
--- version.lisp-expr 29 May 2005 10:37:20 -0000 1.2149
+++ version.lisp-expr 29 May 2005 15:48:37 -0000 1.2150
@@ -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.1.4"
+"0.9.1.5"
|
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl NEWS,1.789,1.790 version.lisp-expr,1.2149,1.2150 | Nikodemus Siivola <demoss@us...> |