summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/wcsxfrm.c
Commit message (Collapse)AuthorAgeFilesLines
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds atheraven2011-11-201-4/+17
| | | | | | | | | | | | load of _l suffixed versions of various standard library functions that use the global locale, making them take an explicit locale parameter. Also adds support for per-thread locales. This work was funded by the FreeBSD Foundation. Please test any code you have that uses the C standard locale functions! Reviewed by: das (gdtoa changes) Approved by: dim (mentor)
* 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/+115
locale-sensitive collation only in single-byte locales, and just does binary comparison for the others with extended character sets.
OpenPOWER on IntegriCloud