diff options
author | Peter Stephenson <pws@zsh.org> | 2015-04-28 09:22:37 +0100 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2015-04-28 09:22:37 +0100 |
commit | df5115a741561d251b30926ce09486737da1e8da (patch) | |
tree | 63a3b48d8129aba8b841b2748bfa0bf5a1cc7e0b /ChangeLog | |
parent | 9f9a16f43c5c66d3a764ef2abaacca6a3d91f89c (diff) | |
download | zsh-df5115a741561d251b30926ce09486737da1e8da.tar.gz zsh-df5115a741561d251b30926ce09486737da1e8da.tar.xz zsh-df5115a741561d251b30926ce09486737da1e8da.zip |
34979: Preserve job text when doing shell job fix.
This handles list_pipe_text in execlist() along with other variables that are saved and restored and, in the special case of source, cleared.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2611bdd48..c85d15a5a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2015-04-28 Peter Stephenson <p.stephenson@samsung.com> + * 34979: Src/exec.c: preserve job text in shell job fix code. + * 34977: Src/zsh.mdd: more reliable test for whether preprocessor is GNU. |