diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 9e9e2dfb0..867501b54 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,13 @@ +2005-01-09 Marius Vollmer + + * unif.c (scm_array_handle_set): Correctly execute only one + alternative. D'Oh! + (scm_list_to_typed_array, l2ra): Use scm_t_array_handle to fill + the array; this covers all cases with much simpler code. + + * srfi-4.c (scm_uniform_element_size): Deprecated implementation + as well. + 2005-01-09 Marius Vollmer * srfi-4.c (uvec_type): New.