Home | History | Annotate | Download | only in citrus
History log of /src/lib/libc/citrus/citrus_iconv.c
RevisionDateAuthorComments
 1.11  09-Oct-2019  christos bump size
 1.10  19-Nov-2011  tnozaki branches: 1.10.34; 1.10.40;
return EINVAL when module validation failed, pointed by nonaka-san(again).
 1.9  30-Mar-2011  jruoho branches: 1.9.4;
From Henning Petersen in PR # 44641: C99 primitive type 'bool' used
as a variable name. Also small KNF, as in FreeBSD.
 1.8  05-Sep-2009  dholland Add parentheses around a misleading string constant concatenation,
from (my own, very old) PR 36064.
 1.7  25-Jul-2008  christos branches: 1.7.6;
fix gcc warnings from Alexander Shishkin
 1.6  30-Dec-2004  christos branches: 1.6.26;
cast to size_t
 1.5  21-Dec-2004  yamt open_shared: correct a buffer size.
 1.4  21-Jul-2004  tshiozak make sure that _citrus_lookup family functions can be specified their case
sensitivity.
 1.3  10-Jul-2003  tshiozak add forgotten _CITRUS_HASH_REMOVE() at release_shared().
This hopefully fixes the PR pkg/22113.
 1.2  01-Jul-2003  tshiozak add iconv_t cache.
- separate shared part and context part from iconv_t.
- add cache of shared part.
and, bump shlib_version minor of i18n modules because iconv i/f is changed.
 1.1  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.6.26.1  18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.7.6.2  25-Jul-2008  christos fix gcc warnings from Alexander Shishkin
 1.7.6.1  25-Jul-2008  christos file citrus_iconv.c was added on branch christos-time_t on 2008-07-25 14:05:26 +0000
 1.9.4.1  17-Apr-2012  yamt sync with head
 1.10.40.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.10.34.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