History log of /netbsd-src/lib/libc/string/wcscpy.c (Results 1 – 4 of 4)
Revision Date Author Comments
# 9e66e6d7 25-Jun-2012 abs <abs@NetBSD.org>

Update old-style definitions to ANSI, remove a couple of register
definitions along the way. Fixed gcc 4.1 build (thank you vax)


# 52d79cc3 13-Oct-2005 tnozaki <tnozaki@NetBSD.org>

wcscpy - cleanup
wcsncpy - SUSv6 if s2 is shorter than n, s1 should be filled with L'\0' until n.


# 5ba790cb 03-Jan-2001 lukem <lukem@NetBSD.org>

sprinkle in _DIAGASSERT() as appropriate


# 383f218a 23-Dec-2000 itojun <itojun@NetBSD.org>

move wcs* and wmem* from lib/libc/locale to lib/libc/string.