summaryrefslogtreecommitdiff
path: root/lib/libc/string/wcscoll.c
Commit message (Collapse)AuthorAgeFilesLines
* Pass NULL instead of a pointer to a zeroed mbstate_t object.Tim J. Robbins2003-11-051-5/+2
| | | | Notes: svn path=/head/; revision=122104
* Add a placeholder implementation of wcscoll() and wcsxfrm() which givesTim J. Robbins2002-10-041-0/+97
locale-sensitive collation only in single-byte locales, and just does binary comparison for the others with extended character sets. Notes: svn path=/head/; revision=104443