From owner-freebsd-current@FreeBSD.ORG Tue Oct 28 08:36:26 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B48516A4CE; Tue, 28 Oct 2003 08:36:26 -0800 (PST) Received: from fafoe.narf.at (chello212186121237.14.vie.surfer.at [212.186.121.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0894443FF5; Tue, 28 Oct 2003 08:36:25 -0800 (PST) (envelope-from stefan@fafoe.narf.at) Received: from wombat.fafoe.narf.at (wombat.fafoe.narf.at [192.168.2.102]) by fafoe.narf.at (Postfix) with ESMTP id 9D04C40ED; Tue, 28 Oct 2003 17:36:21 +0100 (CET) Received: by wombat.fafoe.narf.at (Postfix, from userid 1001) id A83EFD1; Tue, 28 Oct 2003 17:36:18 +0100 (CET) Date: Tue, 28 Oct 2003 17:36:18 +0100 From: Stefan Farfeleder To: Richard Tobin Message-ID: <20031028163617.GE570@wombat.fafoe.narf.at> Mail-Followup-To: Richard Tobin , deischen@freebsd.org, Harti Brandt , Jordan K Hubbard , current@freebsd.org References: <200310281607.QAA08679@rhymer.cogsci.ed.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200310281607.QAA08679@rhymer.cogsci.ed.ac.uk> User-Agent: Mutt/1.5.4i cc: deischen@freebsd.org cc: Jordan K Hubbard cc: current@freebsd.org Subject: Re: Anyone object to the following change in libc? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Oct 2003 16:36:26 -0000 On Tue, Oct 28, 2003 at 04:07:13PM +0000, Richard Tobin wrote: > > > I think ISO-C is pretty clear here. > > It would be wise to raise this on comp.std.c which is read by several > of the ISO C standard authors. Things that seem "pretty clear" often > turn out not to be... This topic is discussed almost once per year in comp.std.c, see e.g. http://groups.google.com/groups?selm=esvRTfAyaFy2Ewgv%40on-the-train.demon.co.uk for a reply from a member of JTC1/SC22/WG14. FreeBSD's *scanf() implementation seems to be just fine. Cheers, Stefan