1.0.13.30: more README touchups
authorNikodemus Siivola <nikodemus@random-state.net>
Mon, 14 Jan 2008 12:22:11 +0000 (12:22 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Mon, 14 Jan 2008 12:22:11 +0000 (12:22 +0000)
 * Texinfo, not DocBook since late 2004. :) We're fast on things
   like this.

 * HTML available for download, not part of the normal binary
   distribution.

 * Mention BUGS.

 * PURIFY doesn't happen on x86 Darwins, and I've never had to touch
   the limits on PPC either -- so delete that bit.

README
version.lisp-expr

diff --git a/README b/README
index 336de6f..86deff3 100644 (file)
--- a/README
+++ b/README
@@ -11,13 +11,14 @@ If you'd like to install or build the system, see the "INSTALL" file.
 
 If you'd like more information about using the system, see the man
 page, "sbcl.1", or the user manual in the "doc/" subdirectory of the
-distribution. (The user manual is maintained as DocBook SGML in the
-source distribution; there is an HTML version in the binary
-distribution.)
+distribution. (The user manual is maintained as Texinfo in the source
+distribution; HTML version is available for download.)
 
 The system is a work in progress. See the "TODO" file in the source
 distribution for some highlights.
 
+The "BUGS" file lists current known bugs.
+
 If you'd like to make suggestions, report a bug, or help to improve the
 system, please send mail to one of the mailing lists:
   sbcl-help@lists.sourceforge.net
@@ -43,13 +44,3 @@ for OpenBSD:
   is just allocating this huge address space, not actually using this
   huge memory at this point. OpenBSD <3.0 had no problem with this,
   but OpenBSD 3.0 is less hospitable.)
-
-for Darwin:
-  PURIFY (which can be used alone but is also used by the system when
-  saving a new core) uses more stack than the default limit on MacOS
-  X.2.  Therefore, in order to get PURIFY to work reliably, you need
-  to increase the limit, with e.g.
-    limit stack 8192 # for the default shell, tcsh
-    ulimit -s 8192 # for bash
-  before running SBCL.  This is also necessary when building the system
-  from sources, as part of the build process involves saving a new core.
index 6948b0d..3b1fd03 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.13.29"
+"1.0.13.30"