1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2002-03-24 13:49:14 +00:00
parent 2c7a286a97
commit e2bd68e02c
3 changed files with 18 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2002-03-24 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> 2002-03-13 Thien-Thi Nguyen <ttn@giblet.glug.org>
* Makefile.am (snarfcppopts): New var. * Makefile.am (snarfcppopts): New var.

View file

@ -1,3 +1,13 @@
2002-03-24 Marius Vollmer <mvo@zagadka.ping.de>
* guile-snarf.in: 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 "-". Define
the preprocessor macro SCM_MAGIC_SNARFER while snarfing.
* Makefile.am (.c.x): Pass "-o $@" to guile-snarf.
2002-03-23 Dirk Herrmann <D.Herrmann@tu-bs.de> 2002-03-23 Dirk Herrmann <D.Herrmann@tu-bs.de>
* eval.c (SCM_CEVAL, SCM_APPLY): Eliminated labels wrongnumargs * eval.c (SCM_CEVAL, SCM_APPLY): Eliminated labels wrongnumargs

View file

@ -1,3 +1,7 @@
2002-03-24 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> 2002-03-13 Thien-Thi Nguyen <ttn@giblet.glug.org>
* srfi-13.c, srfi-14.c, srfi-4.c: * srfi-13.c, srfi-14.c, srfi-4.c: