Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Job table full
- X-seq: zsh-workers 19977
- From: Wayne Davison <wayned@xxxxxxxxxxxxxxxxxxxxx>
- To: Peter Stephenson <pws@xxxxxxx>
- Subject: Re: Job table full
- Date: Tue, 25 May 2004 11:47:30 -0700
- Cc: Zsh hackers list <zsh-workers@xxxxxxxxxx>
- In-reply-to: <200405251819.i4PIJOTL007015@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20040525175605.GD7832@xxxxxxxxx> <200405251819.i4PIJOTL007015@xxxxxxxxxxxxxx>
On Tue, May 25, 2004 at 07:19:24PM +0100, Peter Stephenson wrote:
> So the-test-that-no-one-understands should simply have
> `thisjob != -1' in it, as in other places in the code.
I think it would also be good to change the type of jobtabsize and
maxjob from "size_t" to "int" so that we don't have a bunch of
signed/unsigned comparisons in the code. Since other job-number
variables are ints, this should be fine.
..wayne..
Messages sorted by:
Reverse Date,
Date,
Thread,
Author