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