summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/wcscoll.c
Commit message (Collapse)AuthorAgeFilesLines
* Prepare to handle state-dependent encodings. This mainly involves nottjr2004-04-071-2/+6
| | | | | taking shortcuts when it comes to storing and passing around conversion states.
* Pass NULL instead of a pointer to a zeroed mbstate_t object.tjr2003-11-051-5/+2
|
* Add a placeholder implementation of wcscoll() and wcsxfrm() which givestjr2002-10-041-0/+97
locale-sensitive collation only in single-byte locales, and just does binary comparison for the others with extended character sets.
OpenPOWER on IntegriCloud