1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 12:20:26 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2002-03-20 20:57:19 +00:00
parent b9bc21d499
commit aa377eff24
4 changed files with 23 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2002-03-20 Marius Vollmer <mvo@zagadka.ping.de>
* tools.texi: Updated to reflect changes to the guile-snarf tool.
2002-03-16 Neil Jerram <neil@ossau.uklinux.net>
* scheme-utility.texi (Hooks): Further updates merged from

View file

@ -1,3 +1,7 @@
2002-03-20 Marius Vollmer <mvo@zagadka.ping.de>
* Makefile.am (.c.x): Pass "-o $@" to guile-snarf.
2002-03-13 Thien-Thi Nguyen <ttn@giblet.glug.org>
* Makefile.am (snarfcppopts): New var.

View file

@ -1,3 +1,14 @@
2002-03-20 Marius Vollmer <mvo@zagadka.ping.de>
* guile-snarf.in: Do not warn about deprecated things, this will
likely be done directly from snarf.h. when the output filename is
"-", write to stdout. When no "-o" option is given, use "-" as
the output filename (i.e., stdout). Only 'clean' the inputfile or
remove the output file on error when the output file name is not
"-".
* Makefile.am (.c.x): Pass "-o $@" to guile-snarf.
2002-03-16 Neil Jerram <neil@ossau.uklinux.net>
* hooks.c (scm_t_c_hookype_t), hooks.h (scm_t_c_hookype_t):

View file

@ -1,3 +1,7 @@
2002-03-20 Marius Vollmer <mvo@zagadka.ping.de>
* Makefile.am (.c.x): Pass "-o $@" to guile-snarf.
2002-03-13 Thien-Thi Nguyen <ttn@giblet.glug.org>
* srfi-13.c, srfi-14.c, srfi-4.c: