summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Djurfeldt <djurfeldt@nada.kth.se>2000-03-29 11:02:44 +0000
committerMikael Djurfeldt <djurfeldt@nada.kth.se>2000-03-29 11:02:44 +0000
commit91163914cfda5c3e911365b3142d981f01eb0f9a (patch)
tree3799011ec92c7c1487ad77701e82959435d0303b
parent0208baa0d971d5da2149a8101529e65a075fa0b8 (diff)
downloadguile-91163914cfda5c3e911365b3142d981f01eb0f9a.tar.gz
*** empty log message ***
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 456a69e36..307671eca 100644
--- a/NEWS
+++ b/NEWS
@@ -80,6 +80,13 @@ try a few appropriate ones. Thus, the most platform ignorant way is
to specify a name like "libfoo", without any directories and
extensions.
+** Guile COOP threads are now compatible with LinuxThreads
+
+Previously, COOP threading wasn't possible in applications linked with
+Linux POSIX threads due to their use of the stack pointer to find the
+thread context. This has now been fixed with a workaround which uses
+the pthreads to allocate the stack.
+
** New primitives: `pkgdata-dir', `site-dir', `library-dir'
** Positions of erring expression in scripts