Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Error status of "repeat" (was Re: [PATCH] typeset: set $? on incidental error)
- X-seq: zsh-workers 37808
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: Error status of "repeat" (was Re: [PATCH] typeset: set $? on incidental error)
- Date: Tue, 26 Jan 2016 20:38:49 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=brasslantern-com.20150623.gappssmtp.com; s=20150623;        h=from:message-id:date:in-reply-to:comments:references:to:subject         :mime-version:content-type;        bh=nfxnvuV7czTnyhBikXjKI+n+gccWNpla1Fr+lZOk+ac=;        b=OH1qn3tCIFBg7GmcFW1xu5SdMMnYir/k7kqJt0PwJfmegnabgW9zAewUME7Zo2/n/E         PiQbd6PKz243wUagAZKwhYITOQhm+RVtMULhBj9HPwM+2xBDSFlwWcEPzB9EjU7/FwvP         RqxOrjka/02ApYMS8oFEnkVNKX9Tb5/J02yJMIhTXvshK2RUt3dXWLwAgc5Ewjiy//Dz         UlTkfyuXlsucbIsLALZr9aJCgwJcm47YXKaPOEkLgeaWFkHgbWEvHDq9xq9iXthiqeHo         SoveeWEbl6AbqkKoObCgpqKLxs5O7RSC6QVla8M6aBIXexJPw8Fq7OhAYPJnF8aTygfa         QpNQ==
- In-reply-to: <160126201513.ZM2538@torch.brasslantern.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20160123235300.GC20278@tarsus.local2>  <56A445E0.50706@gmx.com> 	<20160126225008.GA4731@tarsus.local2> 	<160126201513.ZM2538@torch.brasslantern.com>
On Jan 26,  8:15pm, Bart Schaefer wrote:
}
}      if (htok)
}  	singsub(&tmp);
} -    count = atoi(tmp);
} +    count = mathevali(tmp);
What the heck does that singsub() accomplish there, anyway?  I can't find
any string to be passed to "repeat" that is changed in any way by passing
through singsub().
Messages sorted by:
Reverse Date,
Date,
Thread,
Author