mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 22:11:54 +02:00
21872: job accounting in subshells was screwy
This commit is contained in:
parent
14baa732ff
commit
02446276eb
2 changed files with 829 additions and 143 deletions
|
@ -1,5 +1,10 @@
|
|||
2005-09-09 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* 21872: Src/jobs.c: job table wasn't cleared properly in
|
||||
subshells, possibly causing shell to hang; more efficient
|
||||
search for free job entry; don't record current job for
|
||||
use in saved job table.
|
||||
|
||||
* 21719: Src/builtin.c, Src/params.c: Add some mod_exports.
|
||||
|
||||
2005-09-06 Peter Stephenson <pws@csr.com>
|
||||
|
|
967
Src/jobs.c
967
Src/jobs.c
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue