diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2004-05-25 18:38:56 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2004-05-25 18:38:56 +0000 |
commit | 5ac05cab9f7bfcd5dc9b08a67e18ff5e317f8d1d (patch) | |
tree | 520a30f52d9a59c5749fe36b992784fa703e315a /ChangeLog | |
parent | bf4be466765b6f490b15981ecb308664c817535b (diff) | |
download | zsh-5ac05cab9f7bfcd5dc9b08a67e18ff5e317f8d1d.tar.gz zsh-5ac05cab9f7bfcd5dc9b08a67e18ff5e317f8d1d.tar.xz zsh-5ac05cab9f7bfcd5dc9b08a67e18ff5e317f8d1d.zip |
19976: fix spurious job table full messages
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 19b55ca75..4148933e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2004-05-25 Peter Stephenson <pws@csr.com> + * 19976: Src/exec.c, Src/jobs.c: `job table full' messages + spotted by many people were traced by Wayne to thisjob + being -1, which wasn't handled in a test no one understands + anyway. + * Compiled by Thorsten Kampe in zsh-users/7474: Doc/Zsh/options.yo: reorder option descriptions into subheadings. |