mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-30 06:50:31 +02:00
*** empty log message ***
This commit is contained in:
parent
0208baa0d9
commit
91163914cf
1 changed files with 7 additions and 0 deletions
7
NEWS
7
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue