diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2008-10-09 13:46:45 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-10-09 13:46:45 +0000 |
| commit | ad3e2aa2157bc779b596d95987a80b28cf6928b9 (patch) | |
| tree | ad186c4074d05c1b96832aac9c3c72c1def35e0d /ChangeLog | |
| parent | 25818: missed changelog entry (diff) | |
| download | zsh-ad3e2aa2157bc779b596d95987a80b28cf6928b9.tar zsh-ad3e2aa2157bc779b596d95987a80b28cf6928b9.tar.gz zsh-ad3e2aa2157bc779b596d95987a80b28cf6928b9.tar.bz2 zsh-ad3e2aa2157bc779b596d95987a80b28cf6928b9.tar.lz zsh-ad3e2aa2157bc779b596d95987a80b28cf6928b9.tar.xz zsh-ad3e2aa2157bc779b596d95987a80b28cf6928b9.tar.zst zsh-ad3e2aa2157bc779b596d95987a80b28cf6928b9.zip | |
25831: fix empty return values from subscript matches with RC_EXPAND_PARAM
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2008-10-09 Peter Stephenson <pws@csr.com> + + * 25831: Doc/Zsh/expn.yo, Doc/Zsh/options.yo, Src/params.c, + Src/zsh.h, Test/D04parameter.ztst: ensure failed subscript matches + of a type that are documented as strings rather than arrays + return an empty string rather than an empty array to avoid + strange RC_EXPAND_PARAM behaviour. + 2008-10-08 Peter Stephenson <pws@csr.com> * Nikolai Weibull: 25828: Completion/Unix/Command/_rm, |
