diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2011-12-12 19:25:02 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2011-12-12 19:25:02 +0000 |
commit | 93139f39f1efdb3f500b61b49045369e040770c0 (patch) | |
tree | d4c135d1233868e6affe0a18206be59fc0784710 /ChangeLog | |
parent | 290ab11885d7a3beb1b4158b4d8e6e5ed2b33e11 (diff) | |
download | zsh-93139f39f1efdb3f500b61b49045369e040770c0.tar.gz zsh-93139f39f1efdb3f500b61b49045369e040770c0.tar.xz zsh-93139f39f1efdb3f500b61b49045369e040770c0.zip |
30000 plus some comments: Better POSIXJOBs behaviour.
Don't restore default SIGTTOU etc. behaviour if still doing job control. Only carry on doing job control in subshell if it's a real (...) subshell
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index c5355ef50..ff4858d3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-12-12 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 30000 plus a couple of comments: Src/exec.c: Better POSIXJOBS + behaviour: don't restore default behaviour for SIGTTOU etc. if + we're still doing job handling, and only continue with job + handling if this is a (...) subshell. + 2011-12-11 Peter Stephenson <p.w.stephenson@ntlworld.com> * discussed in 29984: Doc/Zsh/compsys.yo: use m+7 for files @@ -15725,5 +15732,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5536 $ +* $Revision: 1.5537 $ ***************************************************** |