From 25ee3008f7427db015fb62ec9d5995c70cfbaced Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Wed, 29 Nov 2006 09:08:04 +0000 Subject: [PATCH] Changes from arch/CVS synchronization --- libguile/ChangeLog | 7 +++++++ test-suite/ChangeLog | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index ff4af6a39..0e5986066 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,10 @@ +2006-11-29 Ludovic Courtès + + * libguile/vectors.c (scm_vector_to_list): Fixed list + construction: elements were not copied when INC is zero (see + "shared array" example in `vectors.test'). Reported by + Szavai Gyula. + 2006-10-03 Kevin Ryde * eval.c (SCM_APPLY): For scm_tc7_subr_2o, throw wrong-num-args on 0 diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index 803cb44aa..b179bf353 100644 --- a/test-suite/ChangeLog +++ b/test-suite/ChangeLog @@ -1,3 +1,9 @@ +2006-11-29 Ludovic Courtès + + * test-suite/tests/vectors.test: Use `define-module'. + (vector->list): New test prefix. "Shared array" test contributed + by Szavai Gyula. + 2006-10-26 Ludovic Courtès * tests/srfi-14.test (Latin-1)[char-set:punctuation]: Fixed a