Subject: CVS commit: pkgsrc/lang/guile
To: None <pkgsrc-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: pkgsrc-changes
Date: 02/21/2003 14:03:31
Module Name:	pkgsrc
Committed By:	mycroft
Date:		Fri Feb 21 12:03:31 UTC 2003

Modified Files:
	pkgsrc/lang/guile: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.38 -r1.39 pkgsrc/lang/guile/Makefile
cvs rdiff -r1.12 -r1.13 pkgsrc/lang/guile/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.