summaryrefslogtreecommitdiff
path: root/lib/libc/string/wcscoll.c
AgeCommit message (Expand)Author
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-08-04libc: drop "All rights reserved" from Foundation copyrightsEd Maste
2017-11-25libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-04-16Fix strcoll_l disagreeing with strxfrm by reworking the forward order case inBaptiste Daroussin
2016-04-30libc: spelling fixes.Pedro F. Giffuni
2015-10-23collate: Fix expansion substitions (broken upstream too)Baptiste Daroussin
2015-08-09Update wcscoll forgotten in previous patchBaptiste Daroussin
2011-11-20Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall
2004-04-07Prepare to handle state-dependent encodings. This mainly involves notTim J. Robbins
2003-11-05Pass NULL instead of a pointer to a zeroed mbstate_t object.Tim J. Robbins
2002-10-04Add a placeholder implementation of wcscoll() and wcsxfrm() which givesTim J. Robbins