aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale/none.c
Commit message (Expand)AuthorAgeFilesLines
* - Put __mb_sb_limit symbol back to libc to ease users' pain when upgradingRong-En Fan2007-11-261-0/+1
* - Back out previous ctype(3) fix for UTF-8 locale due to forward ABIRong-En Fan2007-11-211-6/+1
* MFC ctype(3) fix for UTF-8 locale. See original commit log for details.Rong-En Fan2007-10-241-1/+6
* . 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