From 2aaf5726a3946ce9770d5b048b3ee7eb5273ded8 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Thu, 6 Jan 2005 19:01:14 +0000 Subject: [PATCH] *** empty log message *** --- doc/ref/ChangeLog | 4 ++++ libguile/ChangeLog | 14 ++++++++++++++ test-suite/ChangeLog | 5 +++++ 3 files changed, 23 insertions(+) diff --git a/doc/ref/ChangeLog b/doc/ref/ChangeLog index bbb07f8f2..59e0041dd 100644 --- a/doc/ref/ChangeLog +++ b/doc/ref/ChangeLog @@ -1,3 +1,7 @@ +2005-01-06 Marius Vollmer + + * api-compound.texi: Finished(?) the new array API docs. + 2005-01-02 Kevin Ryde * posix.texi (Pipes): Expand and clarify a bit. Describe port diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 92bdf35bd..5a1fc5cca 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,17 @@ +2005-01-06 Marius Vollmer + + * srfi-4.h, srfi-4.c (scm_c_uniform_vector_element_size, + scm_c_uniform_vector_size): Removed. + (scm_array_handle_uniform_element_size): New. + + + * unif.h (scm_array_handle_ref, scm_array_handle_set): Changed + type of POS parameter to be signed, positions can be negative. + (scm_array_handle_release): New, changed all uses of + scm_t_array_handle to properly call it. + (scm_vector_get_handle, scm_generalized_vector_get_handle): + Renamed former to latter, changed all uses. + 2005-01-05 Marius Vollmer Updated bitvector routines to also use scm_t_array_handles. diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index 04439df1b..b3498d2bc 100644 --- a/test-suite/ChangeLog +++ b/test-suite/ChangeLog @@ -1,3 +1,8 @@ +2005-01-06 Marius Vollmer + + * tests/unif.test (have-llvect?): Removed, Scheme code will always + have u64 and s64 uniform vectors. + 2005-01-05 Marius Vollmer * tests/unif.test: Use *unspecified* instead of #f to get an