From 5d35ad8187201512ec3668d96e06706a2f6ac71d Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Mon, 10 Jan 2005 19:07:02 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 560fd85cc..ca4a4d63c 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,5 +1,12 @@ 2005-01-10 Marius Vollmer + * 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. + (scm_i_print_array): Print length information for arrays that need + it. + (scm_i_read_array): Parse it. + * deprecated.h, deprecated.c (SCM_CHARS, SCM_UCHARS, SCM_LENGTH, scm_i_object_chars, scm_i_object_length): Brought back from the dead.