diff options
author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2015-07-01 21:44:50 +0100 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2015-07-01 21:44:50 +0100 |
commit | dce1f33c02c855e9d5f588716d7e9ddaea3887ba (patch) | |
tree | 23b45c6ed6a6cce57163404a19060d872c3e4d85 /ChangeLog | |
parent | d01a8a4553520283ab6a011b984b7c2a945627dd (diff) | |
download | zsh-dce1f33c02c855e9d5f588716d7e9ddaea3887ba.tar.gz zsh-dce1f33c02c855e9d5f588716d7e9ddaea3887ba.tar.xz zsh-dce1f33c02c855e9d5f588716d7e9ddaea3887ba.zip |
35667: fix command substitution that starts but doesn't finish in alias
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9f91bc205..98e47438a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2015-07-01 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 35667: Src/lex.c, Src/zsh.h, Test/D03procsubst.ztst, + Test/D08cmdsubst.ztst: fix command expansion which + starts but does not finish within alias. + 2015-06-29 Peter Stephenson <p.w.stephenson@ntlworld.com> * unposted: Doc/Zsh/options.yo: fix formatting typo. |