From 58932e4ad24385387438be9914d7960e4d1719eb Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Sun, 8 Jun 1997 15:48:54 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 48820c9a1..d28844f7b 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,11 @@ +Sun Jun 8 14:37:26 1997 Marius Vollmer + + * eval.c (scm_lookupcar1): New procedure to cope with a race + condition during lookup (when using threads). + (scm_lookupcar): Implement in terms of scm_lookupcar1. + (SCM_CEVAL): Use scm_lookupcar1 instead of scm_lookupcar in one + place. + Thu Jun 5 16:38:19 1997 Marius Vollmer * struct.c (init_struct): Forget to mention this in the "Wed Jun 4