From owner-freebsd-standards@FreeBSD.ORG Tue May 8 03:02:23 2007 Return-Path: X-Original-To: freebsd-standards@FreeBSD.ORG Delivered-To: freebsd-standards@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4E08816A401 for ; Tue, 8 May 2007 03:02:23 +0000 (UTC) (envelope-from das@FreeBSD.ORG) Received: from VARK.MIT.EDU (VARK.MIT.EDU [18.95.3.179]) by mx1.freebsd.org (Postfix) with ESMTP id E494013C44C for ; Tue, 8 May 2007 03:02:22 +0000 (UTC) (envelope-from das@FreeBSD.ORG) Received: from VARK.MIT.EDU (localhost [127.0.0.1]) by VARK.MIT.EDU (8.14.1/8.13.1) with ESMTP id l4832IwS008104; Mon, 7 May 2007 23:02:18 -0400 (EDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.MIT.EDU (8.14.1/8.13.1/Submit) id l4832Iwb008103; Mon, 7 May 2007 23:02:18 -0400 (EDT) (envelope-from das@FreeBSD.ORG) Date: Mon, 7 May 2007 23:02:18 -0400 From: David Schultz To: Bruno Haible Message-ID: <20070508030218.GC7859@VARK.MIT.EDU> Mail-Followup-To: Bruno Haible , freebsd-standards@FreeBSD.ORG References: <200704060338.36210.bruno@clisp.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200704060338.36210.bruno@clisp.org> Cc: freebsd-standards@FreeBSD.ORG Subject: Re: a bug in printf %f and %a X-BeenThere: freebsd-standards@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Standards compliance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 03:02:23 -0000 On Fri, Apr 06, 2007, Bruno Haible wrote: > Seen in FreeBSD 6.1. > > printf "%010f" and printf "%010a", applied to NaN, Inf, or -Inf, pad with > zeroes. Should pad with spaces instead. Never mind...as the link you provided points out, they fixed the standard. I'll fix the code as well.