Path to this page:
Subject: CVS commit: pkgsrc/devel/guile-lib
From: Greg Troxel
Date: 2007-07-21 18:29:45
Message id: 20070721162945.6989521507@cvs.netbsd.org
Log Message:
Update to:
guile-lib 0.1.4 -- 2007-07-20
=============================
* First release with NEWS.
* New module (match-bind).
(match-bind) implements a syntax to bind lexical variables to regular
expression match results. (match-bind) also exports two procedures, s///
and s///g, that perform search-and-replace with a perl-like syntax.
* New module (scheme kwargs).
Two new macros are exported, lambda/kwargs and define/kwargs, which
implement keyword and optional function arguments in a manner that is
more intuitive than Guile's standard lambda*.
* Other bugfixes and improvements.
See the ChangeLog for details on changes to (texinfo serialize),
(texinfo html), (texinfo), and (sxml simple).
Files: