summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/mskanji.c
Commit message (Expand)AuthorAgeFilesLines
* . Static'ize functions exported via function reference variables only.phantom2005-02-271-9/+10
* Use a simpler, faster buffering scheme for partial characters in mbrtowc().tjr2004-05-141-21/+27
* Move prototypes of various encoding-related functions into a new headertjr2004-05-121-5/+1
* In the absence of proper validation, at least check that null bytestjr2004-05-111-0/+4
* Perform some basic validation of multibyte conversion state objects.tjr2004-04-121-2/+15
* Don't cast away const qualifiers.tjr2004-04-101-1/+1
* Allow partial multibyte characters to accumulate in conversion statetjr2004-04-071-12/+42
* Remove unused #includes.tjr2003-11-081-2/+0
* Convert the Big5, EUC, MSKanji and UTF-8 encoding methods to implementtjr2003-11-021-47/+45
* FA, FB and FC are lead bytes according to recent Microsoft documentation.tjr2002-10-141-1/+1
* Style changes. Mainly removing excessive whitespace and parens.tjr2002-10-141-24/+29
* Fix the style of the SCM ID's.obrien2002-03-221-2/+2
* Remove __P() usage.obrien2002-03-211-2/+2
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-1/+0
* Megre XPG4 code into libcache2000-06-031-2/+2
* Move it under XPG4 defineache1997-09-251-0/+2
* Submitted by: Sin'ichiro MIYATANI / Phase One, Inc <siu@phaseone.co.jp>julian1997-09-241-0/+105
OpenPOWER on IntegriCloud