summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2014-10-12 11:18:30 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2014-10-12 11:18:30 -0700
commit2d14c085b761c71e35cc362f87cd4fecbc8e0676 (patch)
tree4a198e4be32bf40455a72b49a433e53e77fd2b5a /ChangeLog
parent3b5d77d819e1b7a94c4b14d69bddb2dddf8605ff (diff)
downloadzsh-2d14c085b761c71e35cc362f87cd4fecbc8e0676.tar.gz
zsh-2d14c085b761c71e35cc362f87cd4fecbc8e0676.tar.xz
zsh-2d14c085b761c71e35cc362f87cd4fecbc8e0676.zip
33445: fix handling of -s when combined with -i at shell invocation
Fixes a long-standing (25+ years) bug where using -i -s together did have
the documented effect of disabling command line script files but also had
the side-effect of invoking ZLE, thereby ignoring the redirected input.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e1de05210..4587d6419 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-10-12  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* 33445: Src/init.c: fix handling of SHIN_STDIN (-s) when combined
+	with INTERACTIVE (-i) on the shell invocation command line
+
 2014-10-12  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
 	* 33423: Doc/Zsh/expn.yo, Src/subst.c: parameter expansion