From: Christophe Rhodes Date: Tue, 21 Nov 2006 10:29:09 +0000 (+0000) Subject: 0.9.18.65: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=1dc3a468ba32755c51747d6e85ed32d989f2dd49;p=sbcl.git 0.9.18.65: Minimally document the FreeBSD/x86 threads. --- diff --git a/NEWS b/NEWS index eb60ef7..f881ad1 100644 --- 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 diff --git a/doc/manual/threading.texinfo b/doc/manual/threading.texinfo index bea416c..7462466 100644 --- a/doc/manual/threading.texinfo +++ b/doc/manual/threading.texinfo @@ -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:: diff --git a/version.lisp-expr b/version.lisp-expr index f8829e9..c74bac0 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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"