summaryrefslogtreecommitdiff
path: root/lang/guile/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-12-26 00:29:42 +0000
committerwiz <wiz@pkgsrc.org>2004-12-26 00:29:42 +0000
commit7b16acaee5b1fbfceb97f7c185c652d8cd8f03cd (patch)
treeae96126b44e27cdb61a3f3adc8b1c37bce9b430d /lang/guile/Makefile
parente0c929242c875607b060a6720c0b1062e4970a1b (diff)
downloadpkgsrc-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/Makefile')
-rw-r--r--lang/guile/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/guile/Makefile b/lang/guile/Makefile
index a3ad49e5f49..a812db6d057 100644
--- a/lang/guile/Makefile
+++ b/lang/guile/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.62 2004/12/01 14:59:48 wiz Exp $
+# $NetBSD: Makefile,v 1.63 2004/12/26 00:29:42 wiz Exp $
-DISTNAME= guile-1.6.6
+DISTNAME= guile-1.6.7
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU:=guile/}