diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2011-08-17 19:00:08 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2011-08-17 19:00:08 +0000 |
commit | 815e52cdbf0a62bf795d5af8e7089aaca5709806 (patch) | |
tree | ecc5703b2ecc51cc2db7f29e71662a9549dbfda5 /ChangeLog | |
parent | 5bbedb3df35aaa0cb72882674f50eb89f8d30a7b (diff) | |
download | zsh-815e52cdbf0a62bf795d5af8e7089aaca5709806.tar.gz zsh-815e52cdbf0a62bf795d5af8e7089aaca5709806.tar.xz zsh-815e52cdbf0a62bf795d5af8e7089aaca5709806.zip |
users/16253, users/16255: a nulstring should be split like an empty string
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index bd9d9229b..76eb0d1dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ 2011-08-17 Peter Stephenson <p.w.stephenson@ntlworld.com> - * Anthony R Fletcher: users/16260: + * users/16253, users/16255: Src/utils.c, Test/D04parameter.ztst: + A nulstring should be split like an empty string. + + * Anthony R Fletcher: users/16260: Completion/Unix/Command/_systemctl: new completion. 2011-08-17 Nikolai Weibull <now@bitwi.se> @@ -15294,5 +15297,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5437 $ +* $Revision: 1.5438 $ ***************************************************** |