diff options
Diffstat (limited to 'libguile/ChangeLog')
-rw-r--r-- | libguile/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
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 |