summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2002-03-24 13:49:14 +0000
committerMarius Vollmer <mvo@zagadka.de>2002-03-24 13:49:14 +0000
commite2bd68e02c5dc542ce52d152b8cacdd8a2d56270 (patch)
tree8002ce4f056db5e3d51eb2703c04f1b3e4e2c73b
parent2c7a286a97c6bb7c86d2bf29760bcc21cdff83fa (diff)
downloadguile-e2bd68e02c5dc542ce52d152b8cacdd8a2d56270.tar.gz
*** empty log message ***
-rw-r--r--guile-readline/ChangeLog4
-rw-r--r--libguile/ChangeLog10
-rw-r--r--srfi/ChangeLog4
3 files changed, 18 insertions, 0 deletions
diff --git a/guile-readline/ChangeLog b/guile-readline/ChangeLog
index 0a47dc4b2..9e5e55fc6 100644
--- a/guile-readline/ChangeLog
+++ b/guile-readline/ChangeLog
@@ -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>
* Makefile.am (snarfcppopts): New var.
diff --git a/libguile/ChangeLog b/libguile/ChangeLog
index c7a0bcc65..449534e29 100644
--- a/libguile/ChangeLog
+++ b/libguile/ChangeLog
@@ -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>
* eval.c (SCM_CEVAL, SCM_APPLY): Eliminated labels wrongnumargs
diff --git a/srfi/ChangeLog b/srfi/ChangeLog
index c3f8779b8..1200424b3 100644
--- a/srfi/ChangeLog
+++ b/srfi/ChangeLog
@@ -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>
* srfi-13.c, srfi-14.c, srfi-4.c: