diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-04-09 15:40:13 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-04-09 15:40:13 +0000 |
commit | e2d855f3644064cd4e17b84d08f03a5740b5bae5 (patch) | |
tree | 3fe49b40967850721afdd8a350b43db073a6a4b0 /ChangeLog | |
parent | 27c1ca8628b03943768c8d9ebfdac1a46ec41374 (diff) | |
download | zsh-e2d855f3644064cd4e17b84d08f03a5740b5bae5.tar.gz zsh-e2d855f3644064cd4e17b84d08f03a5740b5bae5.tar.xz zsh-e2d855f3644064cd4e17b84d08f03a5740b5bae5.zip |
27865: fix problem with glob_subst in parameter subsitution
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index ff123b5d4..fb30dfd98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2010-04-09 Peter Stephenson <pws@csr.com> + * 27865: Src/subst.c, Test/D04parameter.ztst: text in parameter + substitution that came from the command line rather than the + parameter was a candidate for GLOB_SUBST even if it was quoted + if the overall expression was not quoted. + * Ben: 27589: Completion/Zsh/Context/_redirect: attempt to use arguments better. @@ -12988,5 +12993,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4949 $ +* $Revision: 1.4950 $ ***************************************************** |