diff options
author | Marius Vollmer <mvo@zagadka.de> | 2002-10-21 12:53:29 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2002-10-21 12:53:29 +0000 |
commit | fc41ba03f3b6ccda612de0deb91bba94e872ed0f (patch) | |
tree | 821e83332fcf39591ef9d9b540ccaf2d7665cda2 /NEWS | |
parent | 429d88d4e7518b668dc305c2cb389d632c66c66b (diff) | |
download | guile-fc41ba03f3b6ccda612de0deb91bba94e872ed0f.tar.gz |
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -8,7 +8,8 @@ Changes since the stable branch: * Changes to the distribution -** There is a new thread implementation option: "null". +** There is a new thread implementation option "null", which is also + the default now. When you configure "--with-threads=null", you will get the usual threading API (call-with-new-thread, make-mutex, etc), but you can't @@ -18,7 +19,7 @@ is always present, although you might not be able to create new threads. When cooperative threading is not supported on your platform, you will -get the "null" threads. +get the "null" threads instead. The long term plan is to make the selection of a thread implementation a run-time option, not a configure time option. |