Minimally document the FreeBSD/x86 threads.
;;;; -*- 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
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::
;;; 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"