]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
initial import of locale insensitive wcs* and wmem* functions.
authortshiozak <tshiozak@FreeBSD.org>
Tue, 15 May 2001 06:01:19 +0000 (06:01 +0000)
committertshiozak <tshiozak@FreeBSD.org>
Tue, 15 May 2001 06:01:19 +0000 (06:01 +0000)
commitdd1bc4d27449baa2c5ade3c886fb7cfc1d637bf6
tree3bd1fe6ad622c32afa24272badb9199c7c09a1e6
parentb5081db59bef2818c352f77a726f2d105b638847
initial import of locale insensitive wcs* and wmem* functions.

Obtained from: NetBSD and Citrus.
22 files changed:
lib/libc/string/wcscat.c [new file with mode: 0644]
lib/libc/string/wcschr.c [new file with mode: 0644]
lib/libc/string/wcscmp.c [new file with mode: 0644]
lib/libc/string/wcscpy.c [new file with mode: 0644]
lib/libc/string/wcscspn.c [new file with mode: 0644]
lib/libc/string/wcslcat.c [new file with mode: 0644]
lib/libc/string/wcslcpy.c [new file with mode: 0644]
lib/libc/string/wcslen.c [new file with mode: 0644]
lib/libc/string/wcsncat.c [new file with mode: 0644]
lib/libc/string/wcsncmp.c [new file with mode: 0644]
lib/libc/string/wcsncpy.c [new file with mode: 0644]
lib/libc/string/wcspbrk.c [new file with mode: 0644]
lib/libc/string/wcsrchr.c [new file with mode: 0644]
lib/libc/string/wcsspn.c [new file with mode: 0644]
lib/libc/string/wcsstr.c [new file with mode: 0644]
lib/libc/string/wcswidth.c [new file with mode: 0644]
lib/libc/string/wmemchr.3 [new file with mode: 0644]
lib/libc/string/wmemchr.c [new file with mode: 0644]
lib/libc/string/wmemcmp.c [new file with mode: 0644]
lib/libc/string/wmemcpy.c [new file with mode: 0644]
lib/libc/string/wmemmove.c [new file with mode: 0644]
lib/libc/string/wmemset.c [new file with mode: 0644]