Date: Thu, 13 Mar 2003 18:47:37 +1100 From: Tim Robbins <tjr@FreeBSD.org> 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> In-Reply-To: <200303130629.h2D6TrMY097643@repoman.freebsd.org>; from tjr@FreeBSD.org on Wed, Mar 12, 2003 at 10:29:53PM -0800 References: <200303130629.h2D6TrMY097643@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030313184737.A59021>
