Home | History | Annotate | Download | only in modules
History log of /src/lib/libc/citrus/modules/citrus_ues.c
RevisionDateAuthorComments
 1.5  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.4  28-May-2013  joerg branches: 1.4.22;
Add mbsnrtowcs and wcsnrtombs. Approved by core.
 1.3  12-Feb-2012  wiz branches: 1.3.6;
Remove unused variables. From cppcheck via Henning Petersen in PR 45997.
 1.2  07-Dec-2010  joerg branches: 1.2.6;
Mark function as static and give it an explicit return type.
 1.1  13-Nov-2006  tnozaki 1. add iconv support for followint encoding:
Vietnamese
TCVN 8bit Viet Nam National Standard
VISCII 8bit RFC1456
VIQR 7bit RFC1456(libVIQR)
Unicode Escape (GNU libiconv compatibility)
C99, JAVA (libUES)
2. fix iconv_std module:
add special treatment for POSIX Defect Report #288 case.
 1.2.6.2  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.2.6.1  17-Apr-2012  yamt sync with head
 1.3.6.1  23-Jun-2013  tls resync from head
 1.4.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.4.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