From owner-cvs-all Thu Jan 11 13:44:12 2001 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id D721037B402; Thu, 11 Jan 2001 13:43:47 -0800 (PST) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id QAA49876; Thu, 11 Jan 2001 16:43:34 -0500 (EST) (envelope-from wollman) Date: Thu, 11 Jan 2001 16:43:34 -0500 (EST) From: Garrett Wollman Message-Id: <200101112143.QAA49876@khavrinen.lcs.mit.edu> To: Peter Jeremy Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel/clanlib Makefile ports/devel/clanlib/files patch-Sources_Util_fcvt.c patch-ah In-Reply-To: <20010112083558.C91242@gsmx07.alcatel.com.au> References: <200101092309.f09N90P48928@freefall.freebsd.org> <20010112083558.C91242@gsmx07.alcatel.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG < said: > I have also had occasions when fcvt() or dtoa() would allow simpler > code than sprintf(). Wouldn't we be better off documenting our dtoa() > and allowing other functions to access it? [efg]cvt() are required by SUSv2. The are included (under the XSI extension) in draft 5 of POSIX.1-200x and marked LEGACY there, so they won't be eligible for removal until 2006. We really should just bite the bullet and implement these functions. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message