diff options
author | mycroft <mycroft@pkgsrc.org> | 2003-02-21 12:03:30 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2003-02-21 12:03:30 +0000 |
commit | 79caf9b24993ed99e74dfc9527813b3937084b0f (patch) | |
tree | a089157eaef4e9357a0f3c8926d1f658d1933bc5 /lang/guile | |
parent | 3d085b7275c246301d12eb8aa07a4822605bea79 (diff) | |
download | pkgsrc-79caf9b24993ed99e74dfc9527813b3937084b0f.tar.gz |
Update to guile 1.6.3.
** GOOPS longer creates layout entries for non-instance slots.
** syntax-case bugs have been fixed
a) Macro expansion is no longer disturbed if the value of
(current-module) changes. This was the cause of a number of
different bugs people have reported.
b) Syntax-case now expands Guile's own macros as a part of the
macro expansion process. Previously, Guile macro calls were
treated as applications.
c) Objects which are constant data and which Guile considers
self-evaluating are no longer quoted.
One good consequence of these fixes is that it's now possible to
use syntax-case macro expansion together with GOOPS code.
** scm_readline now checks that it's using an output (not input) port.
Diffstat (limited to 'lang/guile')
-rw-r--r-- | lang/guile/Makefile | 6 | ||||
-rw-r--r-- | lang/guile/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lang/guile/Makefile b/lang/guile/Makefile index e7b5ddb8109..d71d88ba0e4 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.38 2003/01/24 12:36:25 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2003/02/21 12:03:30 mycroft Exp $ -DISTNAME= guile-1.6.1 -PKGREVISION= 1 +DISTNAME= guile-1.6.3 +#PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU:=guile/} diff --git a/lang/guile/distinfo b/lang/guile/distinfo index 8394940a763..8c039ac2e25 100644 --- a/lang/guile/distinfo +++ b/lang/guile/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.12 2003/01/21 15:17:54 wiz Exp $ +$NetBSD: distinfo,v 1.13 2003/02/21 12:03:30 mycroft Exp $ -SHA1 (guile-1.6.1.tar.gz) = 0e27193b79fd2ec4bc9daa71320bc5d34c62cfd0 -Size (guile-1.6.1.tar.gz) = 2787537 bytes +SHA1 (guile-1.6.3.tar.gz) = 6b699dd79f41aa4f3555f70286f51f3824e4617e +Size (guile-1.6.3.tar.gz) = 2780882 bytes SHA1 (patch-ad) = 180cb9e0f5dcd3e53f0b3b17d1ac0fc5016c1e36 SHA1 (patch-ae) = 7f71ba48cd9025c10337771ce62f5fa257b66b67 SHA1 (patch-af) = 7d4f1934fe57efb4f8803f5e68e6a13569e836c0 |