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/Makefile | |
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/Makefile')
-rw-r--r-- | lang/guile/Makefile | 6 |
1 files changed, 3 insertions, 3 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/} |