From b6cc0ef66dcadb449989677123499031f669912e Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Thu, 30 Mar 2000 23:23:28 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index cde9e842c..4670bc168 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,17 @@ +2000-03-31 Mikael Djurfeldt + + * coop.c (coop_quitting_p, coop_cond_create, coop_mutex_create, + coop_mother, coop_child): New variables. + (mother): New function. + (coop_create): New thread spawning mechanism which uses a "mother + thread". The "dummy" pthreads aren't healthy enough to give birth + to new threads since Linux threads thinks they are asleep. + + * coop-defs.h (struct coop_t): Removed dummy_mutex. + + * coop-defs.h, coop-threads.c (struct coop_t): Eliminate + `sto'-field when GUILE_PTHREAD_COMPAT is enabled. + 2000-03-30 Dirk Herrmann * arbiters.c (scm_make_arbiter), async.c (scm_async), dynwind.c