diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2012-05-01 19:43:44 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2012-05-01 19:43:44 +0000 |
commit | cd1b5d86e0a6ac37e982c6a3b8725fd11076f14c (patch) | |
tree | e6e20319c704a612317e9459549315f77195a73c /ChangeLog | |
parent | 8da652f6ae53990288690abc96f438f561f5af4c (diff) | |
download | zsh-cd1b5d86e0a6ac37e982c6a3b8725fd11076f14c.tar.gz zsh-cd1b5d86e0a6ac37e982c6a3b8725fd11076f14c.tar.xz zsh-cd1b5d86e0a6ac37e982c6a3b8725fd11076f14c.zip |
users/17046: don't count too many elements when splitting quoted parameter
substitution on null parameter
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 2cefa9894..23713f54f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-05-01 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * users/17046: Src/utils.c, Test/D04parameter.ztst: don't + count too many elements when splitting quoted parameter + substitution on null separator. + 2012-05-01 Mikael Magnusson <mikachu@gmail.com> * 30456: Completion/Unix/Command/_getconf: Use new array syntax. @@ -16254,5 +16260,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5644 $ +* $Revision: 1.5645 $ ***************************************************** |