Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Takehiko NOZAKI <tnozaki@netbsd.org>
List: source-changes
Date: 04/13/2006 01:25:13
Module Name:	src
Committed By:	tnozaki
Date:		Thu Apr 13 01:25:13 UTC 2006

Modified Files:
	src/lib/libc/locale: wcstod.c
Added Files:
	src/regress/lib/libc/locale/wcstod: Makefile wcstod_test.c

Log Message:
replaced by FreeBSD version wcstod(3) for make it work
with L"inf", L"nan", and hex conversion.
suggested by jeorg AT netbsd DOT org, thanks.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/lib/libc/locale/wcstod.c
cvs rdiff -r0 -r1.1 src/regress/lib/libc/locale/wcstod/Makefile \
    src/regress/lib/libc/locale/wcstod/wcstod_test.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.