summaryrefslogtreecommitdiff
path: root/libguile
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2004-12-27 00:11:43 +0000
committerMarius Vollmer <mvo@zagadka.de>2004-12-27 00:11:43 +0000
commit277e8472124ecafaa794d22c9e546a605e2b18a3 (patch)
tree754005a6d13bd01291f37fb4f9e3cdacbea0900a /libguile
parentee67e2fa2c68aa03a030f0551f1689e57cb8d141 (diff)
downloadguile-277e8472124ecafaa794d22c9e546a605e2b18a3.tar.gz
*** empty log message ***
Diffstat (limited to 'libguile')
-rw-r--r--libguile/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog
index fc7c7ef38..995ce0993 100644
--- a/libguile/ChangeLog
+++ b/libguile/ChangeLog
@@ -1,3 +1,19 @@
+2004-12-27 Marius Vollmer <mvo@zagadka.de>
+
+ * vectors.h, vectors.c (scm_c_vector_set_x): Make return type
+ void.
+ (scm_is_vector, scm_vector_p, scm_vector_length,
+ scm_c_vector_length, scm_vector_ref, scm_c_vector_ref,
+ scm_vector_set_x, scm_c_vector_set_x, scm_vector_to_list,
+ scm_vector_move_left_x, scm_vector_move_right_x,
+ scm_vector_fill_x): handle one-dimensional arrays.
+
+ * ramap.c (scm_ramapc, scm_raeql): Use
+ scm_c_generalized_vector_length instead of
+ scm_uniform_vector_length.
+ (scm_ramap, rafe): Use scm_c_vector_ref instead of SCM_VELTS. use
+ scm_c_generalized_vector_ref instead of scm_uniform_vector_ref.
+
2004-12-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* continuations.h, continuations.c (scm_t_contregs): New 'offset'