diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2012-04-22 18:39:53 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2012-04-22 18:39:53 +0000 |
commit | cb4ff5e9703d6641b10ca053f1caad2a8b19d2f9 (patch) | |
tree | 0aa468fc42c6d92b6bf120af91a66af87651077f /ChangeLog | |
parent | 5eb53bf88d3153510f0a5304e921b46419fe5721 (diff) | |
download | zsh-cb4ff5e9703d6641b10ca053f1caad2a8b19d2f9.tar.gz zsh-cb4ff5e9703d6641b10ca053f1caad2a8b19d2f9.tar.xz zsh-cb4ff5e9703d6641b10ca053f1caad2a8b19d2f9.zip |
30439: ${...:*...} with nonexistent or non-array after *
should return no results
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 64d199b15..5c3b37fba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,11 @@ 2012-04-22 Peter Stephenson <p.w.stephenson@ntlworld.com> + * Test/D04parameter.ztst: 30439: Src/subst.c, + Test/D04parameter.ztst: ${...:*...} with nonexistent or + non-array variable second should return no results. + * 30431 (typo in _typeset fixed): - Completion/Zsh/Command/_typeset, Doc/Zsh/expn.yo, ASrc/params.c, + Completion/Zsh/Command/_typeset, Doc/Zsh/expn.yo, Src/params.c, Src/subst.c, Test/D04parameter.ztst: add ${...:|...} and ${...:*...} operators for removal or inclusion of results by array element. @@ -16231,5 +16235,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5637 $ +* $Revision: 1.5638 $ ***************************************************** |