diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-08-22 20:08:57 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-08-22 20:08:57 +0000 |
commit | c7ff1b79ddcca49bf4585b042f245bb69603f4d8 (patch) | |
tree | 9c7e3050f072461f5f1d3c999a9da093d7221468 /ChangeLog | |
parent | 059c8dede666e4b7698f141687e67441c469541e (diff) | |
download | zsh-c7ff1b79ddcca49bf4585b042f245bb69603f4d8.tar.gz zsh-c7ff1b79ddcca49bf4585b042f245bb69603f4d8.tar.xz zsh-c7ff1b79ddcca49bf4585b042f245bb69603f4d8.zip |
28179, users/15314, users/15310, users/15200:
various job and process control fixes
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 46fa559db..9291ee3d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2010-08-22 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 28179: Src/jobs.c, Src/signals.c: use WIFCONTINUED() and + WCONTINUE by exporting child handler to a function. + + * users/15314: Doc/Zsh/expn.yo: redescribe process substitution. + + * users/15310 (bits applying to process substitution with + redirection): Src/exec.c: make redirection process substitution + attach to the appropriate process group. + + * users/15200: pass foreground signals on to process + substitutions in current shell + 2010-08-22 Barton E. Schaefer <schaefer@zsh.org> * 28186: Completion/Base/Utility/_multi_parts: replace a single @@ -13550,5 +13564,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5061 $ +* $Revision: 1.5062 $ ***************************************************** |