Subject: CVS commit: [netbsd-3] src/lib/libc/string
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 07/12/2006 14:31:33
Module Name:	src
Committed By:	tron
Date:		Wed Jul 12 14:31:33 UTC 2006

Modified Files:
	src/lib/libc/string [netbsd-3]: wcscpy.c wcsncpy.c

Log Message:
Pull up following revision(s) (requested by tnozaki in ticket #1386):
	lib/libc/string/wcscpy.c: revision 1.3
	lib/libc/string/wcsncpy.c: revision 1.3
wcscpy - cleanup
wcsncpy - SUSv3 if s2 is shorter than n, s1 should be filled with L'\0' until n.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.2.10.1 src/lib/libc/string/wcscpy.c \
    src/lib/libc/string/wcsncpy.c

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