diff options
author | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 2000-03-29 11:02:44 +0000 |
---|---|---|
committer | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 2000-03-29 11:02:44 +0000 |
commit | 91163914cfda5c3e911365b3142d981f01eb0f9a (patch) | |
tree | 3799011ec92c7c1487ad77701e82959435d0303b | |
parent | 0208baa0d971d5da2149a8101529e65a075fa0b8 (diff) | |
download | guile-91163914cfda5c3e911365b3142d981f01eb0f9a.tar.gz |
*** empty log message ***
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |