From 6a87835719ec305e824e5b179ece1d3005a94a8e Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Thu, 30 Mar 2000 23:32:56 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 4670bc168..a791c2334 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,5 +1,9 @@ 2000-03-31 Mikael Djurfeldt + * coop-defs.h (struct coop_t): Added `sto'-field again because of + binary compatibility---let's remove it next time we alter some + major structure. + * coop.c (coop_quitting_p, coop_cond_create, coop_mutex_create, coop_mother, coop_child): New variables. (mother): New function.