diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2012-04-22 18:10:42 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2012-04-22 18:10:42 +0000 |
commit | 5eb53bf88d3153510f0a5304e921b46419fe5721 (patch) | |
tree | 944578b22dcca9b8a6d3e1b211dfd04386ced7a6 /ChangeLog | |
parent | 19fe2dcc03d6f3c418e738061e46d0ae013c2550 (diff) | |
download | zsh-5eb53bf88d3153510f0a5304e921b46419fe5721.tar.gz zsh-5eb53bf88d3153510f0a5304e921b46419fe5721.tar.xz zsh-5eb53bf88d3153510f0a5304e921b46419fe5721.zip |
30431 with typo in _typeset fix:
add ${...:|...} and ${...:*...} operators, as documented
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index ea0a02f06..64d199b15 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2012-04-22 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 30431 (typo in _typeset fixed): + Completion/Zsh/Command/_typeset, Doc/Zsh/expn.yo, ASrc/params.c, + Src/subst.c, Test/D04parameter.ztst: add ${...:|...} and + ${...:*...} operators for removal or inclusion of results + by array element. + 2012-04-21 Barton E. Schaefer <schaefer@zsh.org> * 30433: Src/hist.c: double backslash is not line continuation. @@ -16223,5 +16231,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5636 $ +* $Revision: 1.5637 $ ***************************************************** |