summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <danielsh@apache.org>2019-12-18 04:00:11 +0000
committerDaniel Shahaf <danielsh@apache.org>2019-12-18 06:01:55 +0000
commita90e93f454c62c7aa5227459a5bbe4ff5eeed78b (patch)
treea4bda3ace75b7eab3d35417d81128606b11ec181 /ChangeLog
parentae7e291873c1f80c51f53db934a87df2c0eaf821 (diff)
downloadzsh-a90e93f454c62c7aa5227459a5bbe4ff5eeed78b.tar.gz
zsh-a90e93f454c62c7aa5227459a5bbe4ff5eeed78b.tar.xz
zsh-a90e93f454c62c7aa5227459a5bbe4ff5eeed78b.zip
45076: internal: Simplify handling of try_tryflag. No functional change.
try_tryflag isn't assigned anywhere, other than at initialization and by these
lines, so we don't need to save and restore the value.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 742ddab9d..cc0ad1d8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2019-12-18  Daniel Shahaf  <danielsh@apache.org>
 
+	* 45076: Src/loop.c: internal: Simplify handling of
+	try_tryflag. No functional change.
+
 	* 45066: Src/builtin.c, Src/exec.c, Src/params.c: internal:
 	Document forklevel, locallevel, and exit_pending.