History log of /src/lib/libc/citrus/modules/citrus_zw.c |
Revision | | Date | Author | Comments |
1.6 |
| 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.5 |
| 28-May-2013 |
joerg | branches: 1.5.22; Add mbsnrtowcs and wcsnrtombs. Approved by core.
|
1.4 |
| 14-Jun-2008 |
tnozaki | branches: 1.4.2; 1.4.6; 1.4.26; remove unused include, locale.h.
|
1.3 |
| 24-Nov-2006 |
tnozaki | branches: 1.3.16; 1.3.18; don't read input string more than MB_LEN_MAX(maybe redundant escape sequence).
|
1.2 |
| 24-Nov-2006 |
tnozaki | don't throw EILSEQ when byte sequence is "zW ".
|
1.1 |
| 22-Nov-2006 |
tnozaki | 1. add iconv support for following encodings: Chinese Simplefied HZ, HZ8 - 7/8bit stateful encoding, see RFC1842,1843. (libHZ) zW - 7bit stateful encoding, see RFC1842. (libZW) 2. add citrus_prop.[ch] - parser for encoding module's init parameter strings.
|
1.3.18.1 |
| 23-Jun-2008 |
wrstuden | Sync w/ -current. 34 merge conflicts to follow.
|
1.3.16.1 |
| 17-Jun-2008 |
yamt | sync with head.
|
1.4.26.1 |
| 23-Jun-2013 |
tls | resync from head
|
1.4.6.2 |
| 14-Jun-2008 |
tnozaki | remove unused include, locale.h.
|
1.4.6.1 |
| 14-Jun-2008 |
tnozaki | file citrus_zw.c was added on branch christos-time_t on 2008-06-14 16:01:09 +0000
|
1.4.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.5.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.5.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.
|