diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-05-28 09:00:21 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-05-28 09:00:21 +0000 |
commit | 96fd8a11d382319af89bfc8ed250003c4114da84 (patch) | |
tree | 5faf57f320c972c18c769370c8bf043867f1a57b /ChangeLog | |
parent | 148b4556832bcd633c9932a11b079d7d636fd91b (diff) | |
download | zsh-96fd8a11d382319af89bfc8ed250003c4114da84.tar.gz zsh-96fd8a11d382319af89bfc8ed250003c4114da84.tar.xz zsh-96fd8a11d382319af89bfc8ed250003c4114da84.zip |
another attempt at fixing the job problem from 14327; make execpline() reset list_pipe_job to zero if it would be set for a job started in the background (14503)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e8a7b8a3b..5f63dd166 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-05-28 Sven Wischnowsky <wischnow@zsh.org> + + * 14503: Src/exec.c: another attempt at fixing the job problem + from 14327; make execpline() reset list_pipe_job to zero if it + would be set for a job started in the background + 2001-05-27 Bart Schaefer <schaefer@zsh.org> * unposted: Etc/MACHINES: Mention failure of gcc 2.7.1 on HPUX, |