From 66942580596480a84dde3fe6b19b75f7db5247df Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Wed, 15 Dec 2004 22:58:25 +0000 Subject: [PATCH] *** empty log message *** --- NEWS | 5 +++++ libguile/ChangeLog | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/NEWS b/NEWS index ce57c99df..f6919eb06 100644 --- a/NEWS +++ b/NEWS @@ -20,6 +20,11 @@ Changes since Guile 1.6.6 (changes in 1.6.7): * Changes to Scheme functions and syntax +** array-map! and array-map-in-order! now correctly require at least one source + +A mistake caused a call with just one source array to be rejected, +this has been fixed. + ** string->number and octal constant bignums An incorrect bignum size calculation has been fixed, this caused diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 96a184ed8..cbc26f723 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,9 @@ +2004-12-16 Kevin Ryde + + * ramap.c (scm_array_map_x): Correction to sources list check, only + need at least one source, not two. And use SCM_WRONG_NUM_ARGS() for + the error. + 2004-12-09 Kevin Ryde * numbers.c (scm_istr2int): Correction to overflow test, should be