From owner-cvs-all Fri Nov 30 4:48:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2BC9B37B405; Fri, 30 Nov 2001 04:48:31 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAUCmV345233; Fri, 30 Nov 2001 04:48:31 -0800 (PST) (envelope-from phantom) Message-Id: <200111301248.fAUCmV345233@freefall.freebsd.org> From: Alexey Zelkin Date: Fri, 30 Nov 2001 04:48:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib strtod.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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. 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