Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libc/string
Module Name: src
Committed By: tnozaki
Date: Thu Oct 13 21:13:05 UTC 2005
Modified Files:
src/lib/libc/string: wcscpy.c wcsncpy.c
Log Message:
wcscpy - cleanup
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 -r1.2 -r1.3 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