1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-30 06:50:31 +02:00

Changes from arch/CVS synchronization

This commit is contained in:
Ludovic Courtès 2006-11-29 09:08:04 +00:00
parent 6610e77737
commit 25ee3008f7
2 changed files with 13 additions and 0 deletions

View file

@ -1,3 +1,10 @@
2006-11-29 Ludovic Courtès <ludovic.courtes@laas.fr>
* 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 <user42@zip.com.au> 2006-10-03 Kevin Ryde <user42@zip.com.au>
* eval.c (SCM_APPLY): For scm_tc7_subr_2o, throw wrong-num-args on 0 * eval.c (SCM_APPLY): For scm_tc7_subr_2o, throw wrong-num-args on 0

View file

@ -1,3 +1,9 @@
2006-11-29 Ludovic Courtès <ludovic.courtes@laas.fr>
* 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 <ludovic.courtes@laas.fr> 2006-10-26 Ludovic Courtès <ludovic.courtes@laas.fr>
* tests/srfi-14.test (Latin-1)[char-set:punctuation]: Fixed a * tests/srfi-14.test (Latin-1)[char-set:punctuation]: Fixed a