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 | 35604: create empty arrays in typeset with array=() (diff) | |
| download | zsh-9265e49ccbe3f52f91be3f6c457a3db0dd2f8fbc.tar zsh-9265e49ccbe3f52f91be3f6c457a3db0dd2f8fbc.tar.gz zsh-9265e49ccbe3f52f91be3f6c457a3db0dd2f8fbc.tar.bz2 zsh-9265e49ccbe3f52f91be3f6c457a3db0dd2f8fbc.tar.lz zsh-9265e49ccbe3f52f91be3f6c457a3db0dd2f8fbc.tar.xz zsh-9265e49ccbe3f52f91be3f6c457a3db0dd2f8fbc.tar.zst 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
@@ -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=(). |
