mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-11 10:41:12 +02:00
users/13937, users/13939: configure.ac, Src/jobs.c: check for
and if available use setproctitle() for "jobs -Z".
This commit is contained in:
parent
7733ade831
commit
14e7096982
3 changed files with 20 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-03-15 Barton E. Schaefer <schaefer@zsh.org>
|
||||
|
||||
* users/13937, users/13939: configure.ac, Src/jobs.c: check for
|
||||
and if available use setproctitle() for "jobs -Z".
|
||||
|
||||
2009-03-15 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* 26736: Doc/Zsh/expn.yo: document 26731.
|
||||
|
@ -11416,5 +11421,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.4618 $
|
||||
* $Revision: 1.4619 $
|
||||
*****************************************************
|
||||
|
|
|
@ -1572,12 +1572,14 @@ getjob(const char *s, const char *prog)
|
|||