From c3f3c841f072c87d0311d7f8aa943a2c2e5a47b2 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Tue, 27 Jul 2004 23:38:20 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index e14495cca..52a18d036 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -3,6 +3,10 @@ * posix.c (scm_ctermid): Use an L_ctermid buf on the stack, for thread safety. + * unif.c (scm_array_set_x): For svect, use scm_num2short for + consistency with other vector types and to get arg and func name into + error message. + 2004-07-27 Marius Vollmer * deprecated.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOLP, SCM_BOOL):