Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-3] src/lib/libc/string
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.
Home |
Main Index |
Thread Index |
Old Index