summaryrefslogtreecommitdiff
path: root/lib/libc/string/wcsxfrm.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a possible segfault in wcsxfrm(3) and wcsxfrm_l(3).Dimitry Andric2019-08-071-1/+1
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-0/+2
* The collate functions within libc have been using version 1 and 1.2 of theBaptiste Daroussin2015-08-071-64/+20
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall2011-11-201-4/+17
* Prepare to handle state-dependent encodings. This mainly involves notTim J. Robbins2004-04-071-2/+6
* Pass NULL instead of a pointer to a zeroed mbstate_t object.Tim J. Robbins2003-11-051-5/+2
* Add a placeholder implementation of wcscoll() and wcsxfrm() which givesTim J. Robbins2002-10-041-0/+115