summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2011-08-14 18:34:27 +0000
committerBart Schaefer <barts@users.sourceforge.net>2011-08-14 18:34:27 +0000
commit516ea294b8645fa910200096098575c39a55547a (patch)
tree64c934a814f14f23dfafc75dbd2e7497095da1f5 /ChangeLog
parentunposted: fix capitalized word in the middle of a sentence (diff)
downloadzsh-516ea294b8645fa910200096098575c39a55547a.tar
zsh-516ea294b8645fa910200096098575c39a55547a.tar.gz
zsh-516ea294b8645fa910200096098575c39a55547a.tar.bz2
zsh-516ea294b8645fa910200096098575c39a55547a.tar.lz
zsh-516ea294b8645fa910200096098575c39a55547a.tar.xz
zsh-516ea294b8645fa910200096098575c39a55547a.tar.zst
zsh-516ea294b8645fa910200096098575c39a55547a.zip
29677: Do not allow external processes in a pipeline to become suspended
when the end of the pipe is controlled by a builtin in the current shell which cannot itself become suspended.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 95354095f..d9e63f36e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,13 @@
* unposted: Src/jobs.c: fix capitalized word in the middle of
a sentence.
+2011-08-14 Barton E. Schaefer <schaefer@zsh.org>
+
+ * 29677: Src/exec.c, Src/signals.c, Src/zsh.h: flag jobs that are
+ builtins running in the current shell, and if they control a
+ pipeline, do not allow the external processes in that pipeline to
+ become suspended when the foreground shell cannot suspend.
+
2011-08-11 Peter Stephenson <p.w.stephenson@ntlworld.com>
* Src/Modules/datetime.mdd: unposted: also fix the autofeatures.
@@ -15247,5 +15254,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5426 $
+* $Revision: 1.5427 $
*****************************************************