1
0
Fork 0
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:
Bart Schaefer 2009-03-16 05:20:36 +00:00
parent 7733ade831
commit 14e7096982
3 changed files with 20 additions and 1 deletions

View file

@ -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 $
*****************************************************

View file

Internal server error - The gay git

500

Internal server error

Forgejo version: 9.0.3

@ -1572,12 +1572,14 @@ getjob(const char *s, const char *prog)