summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPhilippe Altherr <philippe.altherr@gmail.com>2022-12-03 21:35:51 -0800
committerBart Schaefer <schaefer@zsh.org>2022-12-03 21:35:51 -0800
commitab9c579ef9a1ad6482267719f5d031f6a5dbf24e (patch)
treeca8213bf78fc1673c3951ef70bb53e91706c9d36 /ChangeLog
parentf253ea6b9d14901e24fa6a376936effad9e6547b (diff)
downloadzsh-ab9c579ef9a1ad6482267719f5d031f6a5dbf24e.tar.gz
zsh-ab9c579ef9a1ad6482267719f5d031f6a5dbf24e.zip
51098: remove unreachable NOERREXIT_UNTIL_EXEC code and effects
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2355b4fa1..91c8e69d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2022-12-03 Bart Schaefer <schaefer@zsh.org>
+ * Philippe Altherr: 51098: Src/exec.c, Src/loop.c, Src/zsh.h:
+ remove unreachable NOERREXIT_UNTIL_EXEC code and effects
+
* Philippe Altherr: 51076: Src/exec.c, Test/C03traps.ztst: fix
ERR_EXIT when used with "eval" or "source"; documentary comments