From e3da8a300781a1971f1bfc9c53cb5c105d4ce69d Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Sun, 12 Jun 2005 12:53:40 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index a6b47c077..61bcce345 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,5 +1,9 @@ 2005-06-12 Marius Vollmer + * ramap.c (scm_array_index_map_x): First test for real arrays, + then check for generalized vectors. This ensures that the + generalized vector case need only work with zero-origin ranges. + * gh.h, gh_data.c, gh_eval.c, gh_funcs.c, gh_init.c, gh_io.c, gh_list.c, gh_predicates.c: Deprecated everything.