diff options
author | Peter Stephenson <pws@zsh.org> | 2015-02-16 17:16:57 +0000 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2015-02-16 17:16:57 +0000 |
commit | 126fb61c7c48edb19b9d771e4e517cef710f8bf1 (patch) | |
tree | aedae1b813cb2910a9b62b6a28d0b30268a6c3ff /ChangeLog | |
parent | 041a85243eb6d32e1cd1dc9f11a510c79e151433 (diff) | |
download | zsh-126fb61c7c48edb19b9d771e4e517cef710f8bf1.tar.gz zsh-126fb61c7c48edb19b9d771e4e517cef710f8bf1.tar.xz zsh-126fb61c7c48edb19b9d771e4e517cef710f8bf1.zip |
34560: Fix $(( that's actually a multiline cmd subst.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f37c218c7..509faffe6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2015-02-16 Peter Stephenson <p.stephenson@samsung.com> + * 34560: Src/input. Src/lex.c, Src/zsh.h, Test/C01arith.ztst: + * 34558: Doc/Zsh/func.yo: preexec doc erroneously claimed $1 was empty if line removed from history. |