diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2011-06-12 15:04:32 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2011-06-12 15:04:32 +0000 |
commit | 57f5b9768190e0a2630a542cb3f182b9b89b6ba0 (patch) | |
tree | 52bf068e17622cbb1537cd2023c3d22a8fd5e95e | |
parent | 525d0adf1588fd88c3365e626da0bd06a304ef32 (diff) | |
download | zsh-57f5b9768190e0a2630a542cb3f182b9b89b6ba0.tar.gz zsh-57f5b9768190e0a2630a542cb3f182b9b89b6ba0.tar.xz zsh-57f5b9768190e0a2630a542cb3f182b9b89b6ba0.zip |
29472: findproc() needs at least to also return stopped jobs.
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index b6a31cf39..a83f1fe86 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-06-12 Barton E. Schaefer <schaefer@brasslantern.com> + + * 29472: Src/jobs.c: findproc() needs at least to also return + stopped jobs. See 28967. + 2011-06-08 Peter Stephenson <pws@csr.com> * Jeremy Sylvestre: 29468: Functions/Zle/define-composed-chars: @@ -560,7 +565,7 @@ 2011-04-01 Peter Stephenson <pws@csr.com> - * Stef van Vlierberghe: 28965 (as posted in 28967): + * Stef van Vlierberghe: Src/jobs.c: 28965 (as posted in 28967): findproc() should not return processes not marked as SP_RUNNING since findproc() is used find processes still known to the OS. @@ -14980,5 +14985,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5366 $ +* $Revision: 1.5367 $ ***************************************************** |