From owner-cvs-src Wed Mar 12 23:47:50 2003 Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51A0C37B404; Wed, 12 Mar 2003 23:47:47 -0800 (PST) Received: from smtp02.syd.iprimus.net.au (smtp02.syd.iprimus.net.au [210.50.76.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1576543FBD; Wed, 12 Mar 2003 23:47:46 -0800 (PST) (envelope-from tim@robbins.dropbear.id.au) Received: from dilbert.robbins.dropbear.id.au ([210.50.80.58]) by smtp02.syd.iprimus.net.au with Microsoft SMTPSVC(5.0.2195.5600); Thu, 13 Mar 2003 18:47:42 +1100 Received: from dilbert.robbins.dropbear.id.au (5f9nye1cxlwwjzn1@localhost [127.0.0.1]) by dilbert.robbins.dropbear.id.au (8.12.6/8.12.6) with ESMTP id h2D7lcJK059093; Thu, 13 Mar 2003 18:47:39 +1100 (EST) (envelope-from tim@dilbert.robbins.dropbear.id.au) Received: (from tim@localhost) by dilbert.robbins.dropbear.id.au (8.12.6/8.12.6/Submit) id h2D7lcR6059092; Thu, 13 Mar 2003 18:47:38 +1100 (EST) (envelope-from tim) Date: Thu, 13 Mar 2003 18:47:37 +1100 From: Tim Robbins To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include wchar.h src/lib/libc/locale Makefile.inc wcstod.3 wcstof.c wcstold.c Message-ID: <20030313184737.A59021@dilbert.robbins.dropbear.id.au> References: <200303130629.h2D6TrMY097643@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200303130629.h2D6TrMY097643@repoman.freebsd.org>; from tjr@FreeBSD.org on Wed, Mar 12, 2003 at 10:29:53PM -0800 X-OriginalArrivalTime: 13 Mar 2003 07:47:43.0275 (UTC) FILETIME=[D4836FB0:01C2E934] Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Mar 12, 2003 at 10:29:53PM -0800, Tim J. Robbins wrote: > tjr 2003/03/12 22:29:53 PST > > FreeBSD src repository > > Modified files: > include wchar.h > lib/libc/locale Makefile.inc wcstod.3 > Added files: > lib/libc/locale wcstof.c wcstold.c > Log: > MFp4: Implementations of the wcstof() and wcstold() functions. BTW, wcsto{f,l,ll,ul,ull,imax,umax,ld} all need to be moved out of locale eventually, and probably restructured to avoid repeating the basic algorithm for converting string representations of integers to integers. strto{l,ul,ll,ull,imax,umax} also should be restructured. Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message