*** empty log message ***
authorMarius Vollmer <mvo@zagadka.de>
Thu, 6 Jan 2005 19:01:14 +0000 (19:01 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Thu, 6 Jan 2005 19:01:14 +0000 (19:01 +0000)
doc/ref/ChangeLog
libguile/ChangeLog
test-suite/ChangeLog

index bbb07f8..59e0041 100644 (file)
@@ -1,3 +1,7 @@
+2005-01-06  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * api-compound.texi: Finished(?) the new array API docs.
+
 2005-01-02  Kevin Ryde  <user42@zip.com.au>
 
        * posix.texi (Pipes): Expand and clarify a bit.  Describe port
index 92bdf35..5a1fc5c 100644 (file)
@@ -1,3 +1,17 @@
+2005-01-06  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * 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  <mvo@zagadka.de>
 
        Updated bitvector routines to also use scm_t_array_handles.
index 04439df..b3498d2 100644 (file)
@@ -1,3 +1,8 @@
+2005-01-06  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * tests/unif.test (have-llvect?): Removed, Scheme code will always
+       have u64 and s64 uniform vectors.
+
 2005-01-05  Marius Vollmer  <mvo@zagadka.de>
 
        * tests/unif.test: Use *unspecified* instead of #f to get an