From e3ec9557804e8e18812da707238585111977137b Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Mon, 2 Oct 2006 20:26:59 +0000 Subject: [PATCH] ** apply arg count checking fix on "1 or 2 arg" functions such as make-vector --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 9a3f7e82b..6fe181f64 100644 --- a/NEWS +++ b/NEWS @@ -23,6 +23,7 @@ Changes in 1.6.9 (since 1.6.8): ** srfi-9 accessor and modifier procedures have strict record type checks (As per the srfi-9 specification.) ** strftime %z sign fix +** apply arg count checking fix on "1 or 2 arg" functions such as make-vector * Changes to the C interface