From owner-freebsd-standards Fri Feb 21 10:20:21 2003 Delivered-To: freebsd-standards@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF6D137B401; Fri, 21 Feb 2003 10:20:20 -0800 (PST) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7552A43FB1; Fri, 21 Feb 2003 10:20:19 -0800 (PST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.6/8.12.6) with ESMTP id h1LIKIbs013556 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Fri, 21 Feb 2003 13:20:18 -0500 (EST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.6/8.12.6/Submit) id h1LIKHhQ013553; Fri, 21 Feb 2003 13:20:17 -0500 (EST) (envelope-from wollman) Date: Fri, 21 Feb 2003 13:20:17 -0500 (EST) From: Garrett Wollman Message-Id: <200302211820.h1LIKHhQ013553@khavrinen.lcs.mit.edu> To: Tim Robbins Cc: standards@FreeBSD.ORG Subject: Re: importing gdtoa In-Reply-To: <20030221203916.A40755@dilbert.robbins.dropbear.id.au> References: <20030221085508.GA55786@HAL9000.homeunix.com> <20030221203916.A40755@dilbert.robbins.dropbear.id.au> Sender: owner-freebsd-standards@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG < said: > I'll write wcstof() and wcstold() as wrappers around strtof() and > strtold() and have them ready to commit along with your import > of gdtoa. Is this really the right thing? Is there a mbsto*() set of functions as well, or are the strto*() functions supposed to be able to deal with that? We are supposed, I believe, to support arbitrary national digits in these functions, in addition to the Portable Character Set digits. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-standards" in the body of the message