summaryrefslogtreecommitdiff
path: root/lib/libc/string/wcsxfrm.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
2019-08-07Fix a possible segfault in wcsxfrm(3) and wcsxfrm_l(3).Dimitry Andric
2017-11-25libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2015-08-07The collate functions within libc have been using version 1 and 1.2 of theBaptiste 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