Subject: CVS commit: src/lib/libc
To: None <source-changes@NetBSD.org>
From: Takehiko NOZAKI <tnozaki@netbsd.org>
List: source-changes
Date: 04/15/2006 15:34:34
Module Name:	src
Committed By:	tnozaki
Date:		Sat Apr 15 15:34:34 UTC 2006

Modified Files:
	src/lib/libc/include: namespace.h
	src/lib/libc/locale: wcstod.3 wcstod.c

Log Message:
wcstod(3) is conform to ISO C90 Ammendant1 (FreeBSD's manpage is incorrect...).
don't __weak_alias'ize it and fix manpage.


To generate a diff of this commit:
cvs rdiff -r1.112 -r1.113 src/lib/libc/include/namespace.h
cvs rdiff -r1.1 -r1.2 src/lib/libc/locale/wcstod.3
cvs rdiff -r1.9 -r1.10 src/lib/libc/locale/wcstod.c

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