diff options
author | Philippe Altherr <philippe.altherr@gmail.com> | 2022-12-03 21:35:51 -0800 |
---|---|---|
committer | Bart Schaefer <schaefer@zsh.org> | 2022-12-03 21:35:51 -0800 |
commit | ab9c579ef9a1ad6482267719f5d031f6a5dbf24e (patch) | |
tree | ca8213bf78fc1673c3951ef70bb53e91706c9d36 /ChangeLog | |
parent | f253ea6b9d14901e24fa6a376936effad9e6547b (diff) | |
download | zsh-ab9c579ef9a1ad6482267719f5d031f6a5dbf24e.tar.gz zsh-ab9c579ef9a1ad6482267719f5d031f6a5dbf24e.zip |
51098: remove unreachable NOERREXIT_UNTIL_EXEC code and effects
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |