0.9.18.40:
authorChristophe Rhodes <csr21@cam.ac.uk>
Tue, 7 Nov 2006 11:04:38 +0000 (11:04 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Tue, 7 Nov 2006 11:04:38 +0000 (11:04 +0000)
Update the manual's description of threading to reflect
currently supported platforms.

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

index 784a965..bea416c 100644 (file)
@@ -9,8 +9,9 @@ multiprocessing on machines that have more than one CPU, but it does
 not allow Lisp control of the scheduler.  This is found in the
 SB-THREAD package.
 
-This requires x86/x86-64 and Linux kernel 2.6 or systems with NPTL
-backports.
+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.
 
 @menu
 * Threading basics::            
index a93029b..eb3bf9c 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.39"
+"0.9.18.40"