Subject: CVS commit: src/regress/lib/libc/string/wcsncpy
To: None <source-changes@NetBSD.org>
From: Takehiko NOZAKI <tnozaki@netbsd.org>
List: source-changes
Date: 10/13/2005 21:15:49
Module Name: src
Committed By: tnozaki
Date: Thu Oct 13 21:15:49 UTC 2005
Added Files:
src/regress/lib/libc/string/wcsncpy: Makefile wcsncpy_test.c
Log Message:
wcsncpy - SUSv6: if s2 is shorter than n, s1 should be filled with L'\0' until n.
To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/regress/lib/libc/string/wcsncpy/Makefile \
src/regress/lib/libc/string/wcsncpy/wcsncpy_test.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.