Home | History | Annotate | Download | only in modules
History log of /src/lib/libc/citrus/modules/citrus_gbk2k.c
RevisionDateAuthorComments
 1.9  19-Apr-2022  rillig lib: remove CONSTCOND comment

Since 2021-01-31, lint doesn't need it anymore for the common pattern of
'do ... while (0)'.
 1.8  28-May-2013  joerg branches: 1.8.22;
Add mbsnrtowcs and wcsnrtombs. Approved by core.
 1.7  14-Jun-2008  tnozaki branches: 1.7.2; 1.7.6; 1.7.26;
remove unused include, locale.h.
 1.6  15-Feb-2006  tnozaki branches: 1.6.18; 1.6.20;
MB_CUR_MAX should be 2 when MODE_2BYTE flag set.
 1.5  29-Oct-2005  tshiozak fix lib/31874.
- add _citrus_stdenc_get_state_desc() interface to get
encoding-scheme-independent encoder/decoder state descriptions.
- make sure that iconv_std module uses it to judge whether the last
sequences forms complete shift sequences.
- bump minor of i18n_module because of get_state_desc().
 1.4  26-Jun-2003  tshiozak correct wcrtomb(3) - it is not conforming to standard on handling L'\0'.
This change also affects Citrus iconv engine.
 1.3  25-Jun-2003  tshiozak Citrus iconv support (1)
add core engine of Citrus iconv and some support routines.
- iconv core (citrus_iconv)
- coded character set mapper (csmapper)
- encoding scheme database (esdb)
- standard encoding scheme handler (stdenc)
- basic character set manipulation utilities (bcs)
- mmap based infrastructure (citrus_lookup/_mmap/_memstream/_db)
- some source codes of new plugins (not built yet)
 1.2  08-May-2003  petrov No need in default label if default case is not processed.
 1.1  25-Mar-2003  tshiozak add support for zh_CN.GB18030 locale.
(lib/20835 by sigsegv at s25 dot xrea dot com)
XXX: charclass for GBK compatible area is not supported.
 1.6.20.1  23-Jun-2008  wrstuden Sync w/ -current. 34 merge conflicts to follow.
 1.6.18.1  17-Jun-2008  yamt sync with head.
 1.7.26.1  23-Jun-2013  tls resync from head
 1.7.6.2  14-Jun-2008  tnozaki remove unused include, locale.h.
 1.7.6.1  14-Jun-2008  tnozaki file citrus_gbk2k.c was added on branch christos-time_t on 2008-06-14 16:01:08 +0000
 1.7.2.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.8.22.2  21-Jul-2017  perseant Move Unicode <-> ku/ten mapping into the individual codec modules.
Mapping is based on existing iconv data for single-byte encodings,
and included for several, but not all, multibyte encodings.
 1.8.22.1  14-Jul-2017  perseant Initial commit of a mostly-working implementation of __STDC_ISO_10646__,
with collation support using the Unicode Collation Algorithm.

The conversion from men/ku/ten form to Unicode is a gross hack at present.
Fixing this, and fleshing out the LC_COLLATE locale component, are next
on the agenda.

RSS XML Feed