diff options
author | Oliver Kiddle <opk@zsh.org> | 2016-09-16 00:00:28 +0200 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2016-09-16 00:00:28 +0200 |
commit | fbafc5b509e311efee064bbd12396a2e207f3393 (patch) | |
tree | 9fdf8f236fb1d25b54079e81cf75bf05eeca0b26 /ChangeLog | |
parent | 00708285e94ce42a31fd59bbcd06d010a6d0d6ee (diff) | |
download | zsh-fbafc5b509e311efee064bbd12396a2e207f3393.tar.gz zsh-fbafc5b509e311efee064bbd12396a2e207f3393.tar.xz zsh-fbafc5b509e311efee064bbd12396a2e207f3393.zip |
39332: support ksh's [[ -v varname ]] condition for checking if variables are set
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 1c749ae64..f54d78ca3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2016-09-15 Oliver Kiddle <opk@zsh.org> + * 39332: Doc/Zsh/cond.yo, Src/cond.c, Src/params.c, Src/parse.c, + Completion/Zsh/Context/_condition, Test/C02cond.ztst: support + ksh's [[ -v varname ]] condition for checking if variables are set + * unposted: Src/parse.c: remove duplicated assignment 2016-09-14 Peter Stephenson <p.stephenson@samsung.com> |