Home | History | Annotate | Download | only in string
History log of /src/lib/libc/string/wcsncpy.c
RevisionDateAuthorComments
 1.4  25-Jun-2012  abs Update old-style definitions to ANSI, remove a couple of register
definitions along the way. Fixed gcc 4.1 build (thank you vax)
 1.3  13-Oct-2005  tnozaki branches: 1.3.44;
wcscpy - cleanup
wcsncpy - SUSv6 if s2 is shorter than n, s1 should be filled with L'\0' until n.
 1.2  03-Jan-2001  lukem branches: 1.2.10;
sprinkle in _DIAGASSERT() as appropriate
 1.1  23-Dec-2000  itojun move wcs* and wmem* from lib/libc/locale to lib/libc/string.
 1.2.10.1  12-Jul-2006  tron 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.
 1.3.44.1  30-Oct-2012  yamt sync with head

RSS XML Feed