1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-19 19:20:23 +02:00

** apply arg count checking fix on "1 or 2 arg" functions such as make-vector

This commit is contained in:
Kevin Ryde 2006-10-02 20:26:59 +00:00
parent 03607df1ee
commit e3ec955780

1
NEWS
View file

@ -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