From 589f22f66550b5aa77a30c5d6a1e417196b05a6d Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Mon, 6 Jun 2005 18:50:17 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 2a4d2c9a9..e16d71e29 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,5 +1,9 @@ 2005-06-06 Marius Vollmer + * eval.c (scm_eval_options_interface): Use + scm_frame_critical_section instead of SCM_CRITICAL_SECTION_START + and SCM_CRITICAL_SECTION_END. + * unif.c (scm_array_in_bounds_p): First test for real arrays, then check for generalized vectors. This ensures that the generalized vector case need only work with zero-origin ranges.