summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2005-01-14 16:24:17 +0000
committerMarius Vollmer <mvo@zagadka.de>2005-01-14 16:24:17 +0000
commit6e4cd850f666e01038b2c08ee243f79b78254109 (patch)
tree8c3a68a613468f9975cae7528e871c45ac987a83
parente70c841fe6411e4406b724f1d4ed978eb44afe5f (diff)
downloadguile-6e4cd850f666e01038b2c08ee243f79b78254109.tar.gz
*** empty log message ***
-rw-r--r--doc/ref/ChangeLog5
-rw-r--r--libguile/ChangeLog8
2 files changed, 13 insertions, 0 deletions
diff --git a/doc/ref/ChangeLog b/doc/ref/ChangeLog
index f6a1c548a..b76a8cd38 100644
--- a/doc/ref/ChangeLog
+++ b/doc/ref/ChangeLog
@@ -1,3 +1,8 @@
+2005-01-14 Marius Vollmer <marius.vollmer@uni-dortmund.de>
+
+ * scheme-scripts.texi: Describe new 1.4 compatability behavior of
+ -e option.
+
2005-01-14 Kevin Ryde <user42@zip.com.au>
* api-data.texi (Mapping Folding and Unfolding): In
diff --git a/libguile/ChangeLog b/libguile/ChangeLog
index 133b514bc..7280c69bd 100644
--- a/libguile/ChangeLog
+++ b/libguile/ChangeLog
@@ -1,3 +1,11 @@
+2005-01-14 Marius Vollmer <marius.vollmer@uni-dortmund.de>
+
+ Recognize 1.4 -e syntax.
+
+ * script.c (sym_at, sym_atat, sym_main, all_symbols): New.
+ (scm_compile_shell_switches): Use them to recognize and convert
+ 1.4 "-e" syntax.
+
2005-01-12 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* deprecated.h, deprecated.c, strings.h, strings.c: Turn all