about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2011-08-10 03:21:15 +0000
committerBart Schaefer <barts@users.sourceforge.net>2011-08-10 03:21:15 +0000
commit92ee9324a96cd503c2ebc82cf84c03ddb08bf434 (patch)
tree3fb5178db4f643667e08efe982f20b8878903d53 /ChangeLog
parente7f198f26705b1d61292eb8a14a7b7e7ac246e42 (diff)
downloadzsh-92ee9324a96cd503c2ebc82cf84c03ddb08bf434.tar.gz
zsh-92ee9324a96cd503c2ebc82cf84c03ddb08bf434.tar.xz
zsh-92ee9324a96cd503c2ebc82cf84c03ddb08bf434.zip
29654: "wait" should resume stopped jobs identified by process ID as well
as by job number; temporary (?) workaround for pipelines getting lost if
TSTP is delivered when a shell builtin is the tail of the pipe.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ddef4f18e..078971581 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,15 @@
 	* 29661: Doc/Zsh/redirect.yo: Improve the documentation for
 	{var}>... redirections.
 
+2011-08-09  Barton E. Schaefer  <schaefer@brasslantern.com>
+
+	* 29654: Src/jobs.c: "wait" should resume stopped jobs identified
+	by process ID as well as by job number.
+
+	* 29654: Src/exec.c: don't hide the job table entry for the left
+	side of a pipline that ends in a shell builtin.  This change may
+	be backed out if the patch in 29660 can be improved.
+
 2011-08-03  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
 	* 29644: Functions/Chpwd/zsh_directory_name_cdr,
@@ -15204,5 +15213,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5416 $
+* $Revision: 1.5417 $
 *****************************************************