diff options
author | Peter Stephenson <pws@zsh.org> | 2015-05-14 09:28:57 +0100 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2015-05-14 09:28:57 +0100 |
commit | 85a4cf9b36fe7cf876266a49950e80d00ca4c18f (patch) | |
tree | 80217473b19dfd996fba3702a1e2327791eecd50 /ChangeLog | |
parent | 08fb0f6602d928414f49c316ca1ace5b8f36070a (diff) | |
download | zsh-85a4cf9b36fe7cf876266a49950e80d00ca4c18f.tar.gz zsh-85a4cf9b36fe7cf876266a49950e80d00ca4c18f.tar.xz zsh-85a4cf9b36fe7cf876266a49950e80d00ca4c18f.zip |
35110: don't implicitly initialize restricted integers to zero
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5de510efb..02f6dd3e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-05-14 Peter Stephenson <p.stephenson@samsung.com> + + * 35110: Src/builtin.c, Doc/Zsh/params.yo: don't + implicitly initialize restricted integers to zero. + 2015-05-13 Oliver Kiddle <opk@zsh.org> * 35092: Src/Zle/zle_params.c: fix for numeric arguments |