aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string/wcscoll.c
Commit message (Expand)AuthorAgeFilesLines
* libc: Purge unneeded cdefs.hWarner Losh2023-11-011-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* libc: drop "All rights reserved" from Foundation copyrightsEd Maste2022-08-041-1/+1
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-0/+2
* Fix strcoll_l disagreeing with strxfrm by reworking the forward order case inBaptiste Daroussin2017-04-161-58/+62
* libc: spelling fixes.Pedro F. Giffuni2016-04-301-1/+1
* collate: Fix expansion substitions (broken upstream too)Baptiste Daroussin2015-10-231-40/+59
* Update wcscoll forgotten in previous patchBaptiste Daroussin2015-08-091-51/+143
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall2011-11-201-3/+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/+97