*** empty log message ***
authorMarius Vollmer <mvo@zagadka.de>
Mon, 10 Jan 2005 19:07:02 +0000 (19:07 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Mon, 10 Jan 2005 19:07:02 +0000 (19:07 +0000)
libguile/ChangeLog

index 560fd85..ca4a4d6 100644 (file)
@@ -1,5 +1,12 @@
 2005-01-10  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
 
+       * 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.