1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-24 20:30:28 +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:47:03 +00:00
parent b5f91eb57c
commit f91265a3ec

1
NEWS
View file

@ -45,6 +45,7 @@ record type of the record they're given is not the type expected
(As per the srfi-9 specification.)
** srfi-1 assoc "=" procedure argument order.
** Build problems on MacOS, SunOS, QNX.
** apply arg count checking fix on "1 or 2 arg" functions such as make-vector
Changes since the 1.6.x series: