about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2016-01-15 15:53:39 +0000
committerPeter Stephenson <pws@zsh.org>2016-01-15 15:53:39 +0000
commit0194b4ab1d0fc6aeae5416edb0122146da9646c9 (patch)
tree13fb01e93c223a3197ea8d46eba00c8d007d1e95 /ChangeLog
parent1d8b5285226afba4f1ef9030cf862c14b975c284 (diff)
downloadzsh-0194b4ab1d0fc6aeae5416edb0122146da9646c9.tar.gz
zsh-0194b4ab1d0fc6aeae5416edb0122146da9646c9.tar.xz
zsh-0194b4ab1d0fc6aeae5416edb0122146da9646c9.zip
37646: Return non-zero status from typeset assigning readonly
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ffa7eec2..1c2b37420 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2016-01-15  Peter Stephenson  <p.stephenson@samsung.com>
 
+	* 37646: Src/builtin.c, Test/B02typeset.ztst: typeset should
+	return non-zero status on attempt to set readonly variable.
+
 	* 37643: Src/Zle/complist.c: Reset interrupt after getkeycmd()
 	in menu selection.