1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-29 22:40:34 +02:00

*** empty log message ***

This commit is contained in:
Mikael Djurfeldt 2000-03-29 11:02:44 +00:00
parent 0208baa0d9
commit 91163914cf

7
NEWS
View file

@ -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