2009-02-19 19:22:22 by Greg Troxel | Files touched by this commit (3) |
Log message:
Update to 0.1.6.
guile-lib 0.1.6 -- 2007-09-24
=============================
* New module: (apicheck).
* New module: (sxml fold).
* Improved support for parsing Texinfo.
* Better automatic documentation via (texinfo reflection).
* Limited support for transforming Docbook to Texinfo.
* Guile-Lib now has API regression tests.
* Bugfixes
guile-lib 0.1.5 -- 2007-08-09
=============================
* New module (container async-queue).
* Fixes for Guile 1.8
|
2008-07-14 14:56:20 by Joerg Sonnenberger | Files touched by this commit (563) |
Log message:
Mark as destdir ready.
|
2007-07-21 18:29:45 by Greg Troxel | Files touched by this commit (3) |
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).
|
2007-07-17 11:54:37 by Matthias Drochner | Files touched by this commit (1) |
Log message:
let share/guile/site alone, this is handled by guile itself
|
2007-06-26 13:44:28 by Greg Troxel | Files touched by this commit (2) |
Log message:
Add text/parse-lalr.scm, and add text to the list of directories that
must be created so that the file actually gets installed. Pointed out
by joerg@. PKGREVISION++.
|
2007-06-18 01:43:19 by Greg Troxel | Files touched by this commit (1) |
Log message:
Depend on guile rather than guile16. Mostly resolves gnucash
dependency issue where gnucash depends on 3 guile packages that before
this commit have a mix of 1.6 and 1.8. Only gnucash and guile-gnome
depend on this, via g-wrap and g-wrap points to 1.8.
Following discussion with wiz@ and dcmahill@.
|
2007-06-12 04:55:16 by Dan McMahill | Files touched by this commit (4) |
Log message:
Point at lang/guile16 instead of lang/guile in preparation for updating
lang/guile to 1.8.1 from 1.6.8. These pkgs seemed to fail to build with
guile 1.8.1, but maybe can be easily fixed.
|
2007-01-14 14:38:06 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Not needed in 0.1.3
|
2007-01-14 13:58:54 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
Update to 0.1.3:
Version 0.1.3
- Statprof fixes for guile 1.8's numbers
- 2-year-old SSAX updates merged, finally
+ you can make custom parsers now
- Package is autotooled
- Texinfo parser bugfixes
- All documentation is now extracted directly from the source code.
+ Folded this functionality into (texinfo reflect); see
doc/Makefile.am for how this is done
- New modules, written by Andy Wingo <wingo@pobox.com>:
+ (texinfo serialize), allows to convert stexi to texi.
- (unit-test) now doesn't use call/cc anymore. This should provide a
bit of a speed up and prevent Guile segfaults on at least the ia64
architecture (see
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=291551).
- (srfi srfi-35) now adds condition field names as init-keywords
to the classes created by make-condition-type.
- "make check" now exits with a non-zero exit code upon error.
|
2007-01-07 10:04:09 by Roland Illig | Files touched by this commit (1) |
Log message:
Cleaned up the Makefile.
|