]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a placeholder implementation of wcscoll() and wcsxfrm() which gives
authorTim J. Robbins <tjr@FreeBSD.org>
Fri, 4 Oct 2002 03:18:26 +0000 (03:18 +0000)
committerTim J. Robbins <tjr@FreeBSD.org>
Fri, 4 Oct 2002 03:18:26 +0000 (03:18 +0000)
commitfd4f1dd9fa30021c03609767a0e865962633d60d
tree0d173f4e040e30d9156e96c95bc7f828c498a795
parent92d0f599033fd7ecaae06039287f23f1775441dd
Add a placeholder implementation of wcscoll() and wcsxfrm() which gives
locale-sensitive collation only in single-byte locales, and just does
binary comparison for the others with extended character sets.
include/wchar.h
lib/libc/string/Makefile.inc
lib/libc/string/wcscoll.3 [new file with mode: 0644]
lib/libc/string/wcscoll.c [new file with mode: 0644]
lib/libc/string/wcsxfrm.3 [new file with mode: 0644]
lib/libc/string/wcsxfrm.c [new file with mode: 0644]