Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: printf bug
- X-seq: zsh-workers 31257
- From: Yuya Amemiya <ghostrevery@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: printf bug
- Date: Fri, 12 Apr 2013 03:03:50 +0900 (JST)
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:message-id:to:subject:from:in-reply-to:references :x-mailer:mime-version:content-type:content-transfer-encoding; bh=q5f1qpLuVIw/SVGcsSnPOviVqKeCvVXcN4EAD6hvwrs=; b=TyHGL5qcnpjKlOSUh78LPKWRRB81RYgYFDSS0/UQewdjDmGgsEtj5LDK5fXe+6PWEa lH0H+tUGB1ar0y54zclse5K8jpFPvT1jQ0l7pzQAxOUfhZNTZSRDbcO4+2UFzKJ+ktpL p4LyIXqQq+7arrID1JHTqIMmtnYzbpJNcdpJzJxAXEjnfkHcEq7hUr3+Brs4NN7FG8iv wqDiVQndnB84DMiqaef8z8tai1EySHaPdfHKHrz3XNa3CJMJoSDLRu7x8/5RP4AceyTO ZwyIaDA8Na5QGVLLE7tsIM2FiGOPSci/aXEJCHGk5YSlGbmDCoGXXudL4ves6NyRSRCz 8o9A==
- In-reply-to: <130411101134.ZM9127@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: <20130412.014056.161822707.ghostrevery@gmail.com> <130411101134.ZM9127@torch.brasslantern.com>
From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
Date: Thu, 11 Apr 2013 10:11:34 -0700
> Zsh doesn't have an internal string-to-unsigned operation, so unsigned
> is limited to the range of positive signed.
>
> You'll note that you also can't declare zsh integer-typed variables to
> be unsigned.
Thanks for explanation.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author