From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7500 invoked by alias); 23 May 2011 16:10:59 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 29355 Received: (qmail 13861 invoked from network); 23 May 2011 16:10:58 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at closedmail.com does not designate permitted sender hosts) From: Bart Schaefer Message-id: <110523091052.ZM10054@torch.brasslantern.com> Date: Mon, 23 May 2011 09:10:52 -0700 In-reply-to: <20110523165614.5e638a17@pwslap01u.europe.root.pri> Comments: In reply to Peter Stephenson "Re: Test failure with negative substring offsets" (May 23, 4:56pm) References: <20110523161035.747f484d@pwslap01u.europe.root.pri> <20110523165614.5e638a17@pwslap01u.europe.root.pri> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: "Zsh Hackers' List" Subject: Re: Test failure with negative substring offsets MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On May 23, 4:56pm, Peter Stephenson wrote: } } stdarg doesn't know the arguments need to be converted to integers to } fit the size being claimed in the printf prototype. Er, wouldn't it therefore have been better to change the prototype to expect a long? That doesn't affect the rest of the paranoia.