Skip to content

Commit

Permalink
0.9.18.65:
Browse files Browse the repository at this point in the history
	Minimally document the FreeBSD/x86 threads.
  • Loading branch information
csrhodes committed Nov 21, 2006
1 parent b354361 commit 1dc3a46
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion doc/manual/threading.texinfo
Expand Up @@ -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::
Expand Down
2 changes: 1 addition & 1 deletion version.lisp-expr
Expand Up @@ -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"

0 comments on commit 1dc3a46

Please sign in to comment.