Subject: CVS commit: [netbsd-3-0] src
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 04/28/2006 21:59:58
Module Name:	src
Committed By:	riz
Date:		Fri Apr 28 21:59:58 UTC 2006

Modified Files:
	src/lib/libc/locale [netbsd-3-0]: wcstod.c
Added Files:
	src/regress/lib/libc/locale/wcstod [netbsd-3-0]: Makefile wcstod_test.c

Log Message:
Pull up following revision(s) (requested by tnozaki in ticket #1272):
	lib/libc/locale/wcstod.c: revision 1.4-1.8
	regress/lib/libc/locale/wcstod/wcstod_test.c: revision 1.1
	regress/lib/libc/locale/wcstod/Makefile: revision 1.1
replaced by FreeBSD version wcstod(3) for make it work
with L"inf", L"nan", and hex conversion.
suggested by joerg AT netbsd DOT org, thanks.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.4.12.1 src/lib/libc/locale/wcstod.c
cvs rdiff -r0 -r1.1.4.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.