0.9.18.65:
authorChristophe Rhodes <csr21@cam.ac.uk>
Tue, 21 Nov 2006 10:29:09 +0000 (10:29 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Tue, 21 Nov 2006 10:29:09 +0000 (10:29 +0000)
Minimally document the FreeBSD/x86 threads.

NEWS
doc/manual/threading.texinfo
version.lisp-expr

diff --git a/NEWS b/NEWS
index eb60ef7..f881ad1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 ;;;; -*- coding: utf-8; -*-
 changes in sbcl-0.9.19 (1.0.0?) relative to sbcl-0.9.18:
+  * improvement: experimental support for threading on FreeBSD/x86.
+    (thanks to NIIMI Satoshi)
   * improvement: runtime option --dynamic-space-size can be used
     to set the size of the dynamic space reserved on startup.
   * improvement: floating point modes in effect are now saved in
index bea416c..7462466 100644 (file)
@@ -11,7 +11,7 @@ SB-THREAD package.
 
 This requires Linux (2.6+ or systems with NPTL backports) running on the
 x86 or x86-64 architecture, or SunOS (Solaris) on the x86.  Support for
-Darwin (Mac OS X) on the x86 is experimental.
+threading on Darwin (Mac OS X) and FreeBSD on the x86 is experimental.
 
 @menu
 * Threading basics::            
index f8829e9..c74bac0 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".)
-"0.9.18.64"
+"0.9.18.65"