Date: Fri, 30 Nov 2001 14:54:50 +0200 From: Alexey Zelkin <phantom@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib strtod.c Message-ID: <20011130145450.B68788@ark.cris.net> In-Reply-To: <200111301248.fAUCmV345233@freefall.freebsd.org>; from phantom@FreeBSD.org on Fri, Nov 30, 2001 at 04:48:31AM -0800 References: <200111301248.fAUCmV345233@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
hi, On Fri, Nov 30, 2001 at 04:48:31AM -0800, Alexey Zelkin wrote: > phantom 2001/11/30 04:48:31 PST > > Modified files: > lib/libc/stdlib strtod.c > Log: > Merge NetBSD's changes from netbsd_strtod.c in preparation of > removing it from our source tree in order to have one version > of strtod() for all arches. netbsd_strtod.c still left in source > tree until alpha folks make sure that our native strtod() works > as well as NetBSD's one. This change mostly affects i386 platform since it switch using 'long' and 'unsigned long' to int32_t and u_int32_t respectively. I've tested it against my -stable machine and did not get any negative effect. If you'll get some please notice me and I'll switch i386 back to old good long's. Also note that netbsd_strtod.c is scheduled to be removed soon! > Reviewed by: peter, bde (some time ago) > > Revision Changes Path > 1.16 +54 -47 src/lib/libc/stdlib/strtod.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011130145450.B68788>