From 6e4cd850f666e01038b2c08ee243f79b78254109 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Fri, 14 Jan 2005 16:24:17 +0000 Subject: [PATCH] *** empty log message *** --- doc/ref/ChangeLog | 5 +++++ libguile/ChangeLog | 8 ++++++++ 2 files changed, 13 insertions(+) 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 + + * scheme-scripts.texi: Describe new 1.4 compatability behavior of + -e option. + 2005-01-14 Kevin Ryde * 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 + + 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 * deprecated.h, deprecated.c, strings.h, strings.c: Turn all