diff options
author | Peter Stephenson <pws@zsh.org> | 2015-06-25 17:45:15 +0100 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2015-06-25 17:45:15 +0100 |
commit | 9265e49ccbe3f52f91be3f6c457a3db0dd2f8fbc (patch) | |
tree | 93916c1832e119cbe091ff59163e13c2fb4050fa /ChangeLog | |
parent | b16d754d9cc36b5bcf506d95621ad3bd69238ab7 (diff) | |
download | zsh-9265e49ccbe3f52f91be3f6c457a3db0dd2f8fbc.tar.gz zsh-9265e49ccbe3f52f91be3f6c457a3db0dd2f8fbc.tar.xz zsh-9265e49ccbe3f52f91be3f6c457a3db0dd2f8fbc.zip |
typeset silent on repeated typeset x=()
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b2d01f34a..76aaf5c47 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2015-06-25 Peter Stephenson <p.stephenson@samsung.com> + * 35610: Src/builtin.c: typeset is silent if + arguments is x=() even if array x already exists. + * 35604: Src/exec.c, Test/B02typeset: create empty arrays in typeset with array=(). |