aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale/none.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* libc: drop "All rights reserved" from Foundation copyrightsEd Maste2022-08-041-1/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* For EILSEQ case in mbsnrtowcs() and wcsnrtombs() update src to point toAndrey A. Chernov2016-05-311-0/+1
* Revamp CTYPE support (from Illumos & Dragonfly)Baptiste Daroussin2015-08-081-10/+2
* __xlocale_C_ctype should not be const. It contains a reference count that is...David Chisnall2015-04-241-1/+1
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall2011-11-201-9/+37
* The problem is: currently our single byte ctype(3) functions are brokenAndrey A. Chernov2007-10-131-1/+6
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* . Static'ize functions exported via function reference variables only.Alexey Zelkin2005-02-271-15/+29
* Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These areTim J. Robbins2004-07-211-15/+18
* Scan the source string for invalid wide characters in wcsrtombs()Tim J. Robbins2004-05-251-2/+9
* Allow encoding modules to override the default implementations ofTim J. Robbins2004-05-131-0/+57
* Move prototypes of various encoding-related functions into a new headerTim J. Robbins2004-05-121-5/+1
* Allow partial multibyte characters to accumulate in conversion stateTim J. Robbins2004-04-071-1/+15
* Allow mbrtowc() and wcrtomb() to be implemented directly, instead ofTim J. Robbins2003-11-011-39/+42
* Avoid truncating invalid wide characters that are outside the range ofTim J. Robbins2002-10-161-1/+8
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-2/+2
* Remove __P() usage.David E. O'Brien2002-03-211-2/+2
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-1/+2
* As above.Poul-Henning Kamp1995-10-221-2/+0
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+93