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

srfi-1 assoc bug fix

This commit is contained in:
Kevin Ryde 2006-05-19 23:59:40 +00:00
parent 0a764f8169
commit d3d08cb4b5

1
NEWS
View file

@ -28,6 +28,7 @@ Changes in 1.8.1:
** module autoload and explicit use-modules cooperate.
** ice-9 format ~f with infs and nans.
** exact->inexact overflows on fractions with big num/den but small result.
** srfi-1 assoc "=" procedure argument order.
** Build problems on MacOS, SunOS, QNX.