Subject: Re: CVS commit: src/lib/libc
To: None <source-changes@netbsd.org>
From: Matt Fleming <mattjfleming@googlemail.com>
List: source-changes
Date: 04/16/2006 15:37:22
Takehiko NOZAKI wrote:
> 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.
> 
> 

_wcstold is defined in namespace.h and again in wcstod.c. I'm assuming 
it should be left to the new code in wcstod.c ?

Thanks,
Matt