mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
See ChangeLog from 2005-03-02.
This commit is contained in:
parent
cb1cfc42a4
commit
9de87eea47
67 changed files with 3044 additions and 2606 deletions
|
@ -59,10 +59,10 @@ maybe_drag_in_eprintf ()
|
|||
From the libtool manual: "Note that libltdl is not threadsafe,
|
||||
i.e. a multithreaded application has to use a mutex for libltdl.".
|
||||
|
||||
Guile does not currently support pre-emptive threads, so there is
|
||||
no mutex. Previously SCM_DEFER_INTS and SCM_ALLOW_INTS were used:
|
||||
they are mentioned here in case somebody is grepping for thread
|
||||
problems ;)
|
||||
Guile does not currently support pre-emptive threads, so there is no
|
||||
mutex. Previously SCM_CRITICAL_SECTION_START and
|
||||
SCM_CRITICAL_SECTION_END were used: they are mentioned here in case
|
||||
somebody is grepping for thread problems ;)
|
||||
*/
|
||||
|
||||
static void *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue