aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale/mskanji.c
Commit message (Expand)AuthorAgeFilesLines
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-1/+3
* SJIS encoding don't have single byte characters >= 224Andrey A. Chernov2016-04-041-1/+1
* Revamp CTYPE support (from Illumos & Dragonfly)Baptiste Daroussin2015-08-081-8/+34
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall2011-11-201-7/+12
* The problem is: currently our single byte ctype(3) functions are brokenAndrey A. Chernov2007-10-131-0/+3
* . Static'ize functions exported via function reference variables only.Alexey Zelkin2005-02-271-9/+10
* Use a simpler, faster buffering scheme for partial characters in mbrtowc().Tim J. Robbins2004-05-141-21/+27
* Move prototypes of various encoding-related functions into a new headerTim J. Robbins2004-05-121-5/+1
* In the absence of proper validation, at least check that null bytesTim J. Robbins2004-05-111-0/+4
* Perform some basic validation of multibyte conversion state objects.Tim J. Robbins2004-04-121-2/+15
* Don't cast away const qualifiers.Tim J. Robbins2004-04-101-1/+1
* Allow partial multibyte characters to accumulate in conversion stateTim J. Robbins2004-04-071-12/+42
* Remove unused #includes.Tim J. Robbins2003-11-081-2/+0
* Convert the Big5, EUC, MSKanji and UTF-8 encoding methods to implementTim J. Robbins2003-11-021-47/+45
* FA, FB and FC are lead bytes according to recent Microsoft documentation.Tim J. Robbins2002-10-141-1/+1
* Style changes. Mainly removing excessive whitespace and parens.Tim J. Robbins2002-10-141-24/+29
* 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/+0
* Megre XPG4 code into libcAndrey A. Chernov2000-06-031-2/+2
* Move it under XPG4 defineAndrey A. Chernov1997-09-251-0/+2
* Submitted by: Sin'ichiro MIYATANI / Phase One, Inc <siu@phaseone.co.jp>Julian Elischer1997-09-241-0/+105