From b06f099d1d0dede02c465a03ba61be65d796b3e5 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Mon, 10 Jan 2005 20:21:19 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index ca4a4d63c..5cfd06607 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,5 +1,8 @@ 2005-01-10 Marius Vollmer + * eval.c (scm_eval): Added example to docstring. Thanks to Issac + Trotts! + * unif.c (scm_list_to_typed_array): Allow the specification of the upper bound as well. This is needed for empty arrays. (l2ra): Give needed number of elements in error message.