History log of /src/lib/libc/citrus/modules/citrus_utf7.c |
Revision | | Date | Author | Comments |
1.7 |
| 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.6 |
| 28-May-2013 |
joerg | branches: 1.6.22; Add mbsnrtowcs and wcsnrtombs. Approved by core.
|
1.5 |
| 23-Aug-2006 |
tnozaki | branches: 1.5.42; 1.5.48; cleanup code
|
1.4 |
| 19-Mar-2006 |
christos | Coverity CID 1439: Prevent array index out of bounds access.
|
1.3 |
| 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.2 |
| 14-Mar-2005 |
tnozaki | anonymous union between chlen and _UTF7StatePrive has compilation problem with gcc295. this union attempt to make mbsinit(3) handle multibyte state correctly, but it's useless as far as we use utf-7 only iconv interface. so i eliminate ctype feature.
patch contributed by Joerg Sonnenberg(who porting Citrus to DragonFlyBSD). and yamt-san gave me advice, thanks a lot.
|
1.1 |
| 05-Mar-2005 |
tnozaki | add new citrus iconv module UTF-7. thanks advice, yamt-san.
|
1.5.48.1 |
| 23-Jun-2013 |
tls | resync from head
|
1.5.42.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.6.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.6.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.
|