aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale/mbrtowc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove "All Rights Reserved" from Foundation copyrightsEd Maste2023-09-251-1/+1
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* Reset persistent mbstates when rune locale encoding changes.Yuri Pankov2018-11-091-1/+1
* 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-5/+16
* Move prototypes of various encoding-related functions into a new headerTim J. Robbins2004-05-121-3/+1
* Prepare to handle state-dependent encodings. This mainly involves notTim J. Robbins2004-04-061-0/+3
* Remove support for emulating mbrtowc() and wcrtomb() in terms of theTim J. Robbins2004-04-041-50/+1
* Allow mbrtowc() and wcrtomb() to be implemented directly, instead ofTim J. Robbins2003-11-011-3/+18
* Don't check whether the first byte of the buffer is a null byte whenTim J. Robbins2002-11-101-7/+1
* Style: One space between "restrict" qualifier and "*".Tim J. Robbins2002-09-061-2/+2
* Implement the ISO C90 Amd.1 restartable wide and multibyte characterTim J. Robbins2002-08-181-0/+81