diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-26 00:29:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-26 00:29:42 +0000 |
commit | 7b16acaee5b1fbfceb97f7c185c652d8cd8f03cd (patch) | |
tree | ae96126b44e27cdb61a3f3adc8b1c37bce9b430d /lang/guile/distinfo | |
parent | e0c929242c875607b060a6720c0b1062e4970a1b (diff) | |
download | pkgsrc-7b16acaee5b1fbfceb97f7c185c652d8cd8f03cd.tar.gz |
Update to 1.6.7:
Changes since Guile 1.6.6 (changes in 1.6.7):
* Changes to the distribution
** A build problem has been fixed.
Previously, on some systems, the build would fail when libguile-ltdl
couldn't be found during the build. This should now be fixed.
* 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
overflow errors in string->number on bases other than 2, 10 and 16,
including octal literal constants in code or the reader.
** SRFI-1 alist-delete equality argument order fixed.
In the srfi-1 module alist-delete and alist-delete!, the order of the
arguments to the "=" procedure now matches the SRFI-1 specification.
** SRFI-13 string-any and string-every tail calls
string-any and string-every now make a tail call to their predicate
function on reaching the last character in the string, per the SRFI-13
specification.
Diffstat (limited to 'lang/guile/distinfo')
-rw-r--r-- | lang/guile/distinfo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/guile/distinfo b/lang/guile/distinfo index efbdaaea997..6d0e68314cf 100644 --- a/lang/guile/distinfo +++ b/lang/guile/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.21 2004/12/01 14:59:48 wiz Exp $ +$NetBSD: distinfo,v 1.22 2004/12/26 00:29:42 wiz Exp $ -SHA1 (guile-1.6.6.tar.gz) = 0485619c8431385d9d395746d53776753b9dd76f -Size (guile-1.6.6.tar.gz) = 3033204 bytes +SHA1 (guile-1.6.7.tar.gz) = 00a82dc4c7c19f9b791e116a2baf83e7d0c0856d +Size (guile-1.6.7.tar.gz) = 3039294 bytes SHA1 (patch-ad) = a1e59d8569ddbd0ccfdc96423e377f39836e6f21 -SHA1 (patch-ae) = 1074f9efc90ec419ed08d393892d8fe41fdde2b2 +SHA1 (patch-ae) = 4aaadd1df36540117bef4128f607b6a1bbcaaf28 SHA1 (patch-af) = 96b50d3cff86a7ba7a76551723192ad99a07b971 SHA1 (patch-ag) = a4b5f490e9c9520120bcb2824004cb8bfa1027e1 SHA1 (patch-ah) = e66596a5ecc5c2d4fd09833507499b4d02c7af8a -SHA1 (patch-ai) = 5907d308b45a2e07086ce8969f37aa5d789142f3 +SHA1 (patch-ai) = 3343ea669fa05c93a2af5a75cf9da5a04d068273 |