about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2015-09-30 20:01:13 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2015-09-30 20:01:13 -0700
commit2bf4f667fb41a8aba139e3ef93b1ebcd9f3e016d (patch)
treece171de2df6ec89cf94520d29afa52c110eb167f /ChangeLog
parentd1a810b000296bac43b114af526b0787068ae3ba (diff)
downloadzsh-2bf4f667fb41a8aba139e3ef93b1ebcd9f3e016d.tar.gz
zsh-2bf4f667fb41a8aba139e3ef93b1ebcd9f3e016d.tar.xz
zsh-2bf4f667fb41a8aba139e3ef93b1ebcd9f3e016d.zip
36707: distinguish ERR_RETURN value of retflag so that execif() can ignore it in the test sublist
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 018585611..3f54075f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,9 @@
 
 2015-09-30  Barton E. Schaefer  <schaefer@zsh.org>
 
+	* 36707: Src/exec.c, Src/loop.c: distinguish ERR_RETURN value
+	of retflag so that execif() can ignore it in the test sublist
+
 	* cf. 36690: Doc/Zsh/builtins.yo: remove sentence fragment
 
 2015-09-30  Daniel Shahaf  <d.s@daniel.shahaf.name>