aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale/wctomb.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
* Reset persistent mbstates when rune locale encoding changes.Yuri Pankov2018-11-091-2/+3
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-0/+2
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall2011-11-201-4/+14
* Remove unnecessary #include directives.Tim J. Robbins2004-07-291-3/+0
* Remove useless checks for characters longer than INT_MAX bytes.Tim J. Robbins2004-07-291-4/+0
* Reduce overhead by calling internal versions of the multibyte conversionTim J. Robbins2004-05-121-1/+2
* Prepare to handle state-dependent encodings. This mainly involves notTim J. Robbins2004-04-061-11/+7
* Implement mbtowc() in terms of mbrtowc(), and wctomb() in terms of wcrtomb().Tim J. Robbins2003-08-071-29/+22
* Style sweep.Tim J. Robbins2002-10-271-7/+6
* Set errno to EILSEQ when invalid multibyte sequences are detectedTim J. Robbins2002-09-031-1/+6
* Split ansi.c into a separate source file for each function.Tim J. Robbins2002-08-311-0/+62