Home | History | Annotate | Download | only in citrus
History log of /src/lib/libc/citrus/citrus_ctype.c
RevisionDateAuthorComments
 1.7  28-May-2013  joerg branches: 1.7.22;
Add mbsnrtowcs and wcsnrtombs. Approved by core.
 1.6  19-Nov-2011  tnozaki branches: 1.6.6;
return EINVAL when module validation failed, pointed by nonaka-san(again).
 1.5  14-Jun-2008  tnozaki branches: 1.5.2; 1.5.6;
remove unused include, locale.h.
 1.4  05-Mar-2003  tshiozak branches: 1.4.30; 1.4.32;
changes related to lib/20576 and lib/20577.
- add wcstok() and wcswcs(),
- add wcstok(3),
- move btowc() and wctob() into each ctype modules,
- bump ctype interface ABI version,
- bump i18n modules' minor and
- update sets.
and fix a stupid bug in _RUNE_ISCACHED macro.
 1.3  26-Dec-2002  uebayasi Typos in comments.
 1.2  18-Mar-2002  yamt branches: 1.2.2;
move definition of _citrus_ctype_default out of #ifdef _I18N_DYNAMIC
as it's used by static binaries.
 1.1  17-Mar-2002  tshiozak refine i18n stuffs.
- add libc/citrus directory.
this directory contains the common stuffs not only for locale
but also other facilities relating to i18n (e.g. iconv).
- To keep the binary compatibility for the ctype modules easily,
the interface between libc and the modules is simplified.
- For the future integrated extension, module pool is renamed
from "/usr/lib/runemodule" to "/usr/lib/i18n".
In the future, this directory will contain the modules for "iconv",
"collation", etc.
- some cosmetic changes.
- Bug fix for runetype.h; __attribute__((__packed__)) is placed at
the wrong position and it is invalid unintentionally.
But, the all members of the structures seem well-aligned. Thus,
this bug causes no problem, hopefully.

HEADS UP:
- /usr/lib/rumemodule is obsoleted. If you use the multibyte locales,
you need to install /usr/lib/i18n/* from sys/lib/i18n_module .
- The binary compatibility of /usr/share/locale/*/LC_CTYPE is probably kept.
Perhaps, the bug fix about __packed__ mentioned above breaks the
compatibility... Be careful especially on 64bit platforms.
 1.2.2.3  29-Dec-2002  thorpej Sync with HEAD.
 1.2.2.2  22-Mar-2002  nathanw Catch up to -current.
 1.2.2.1  18-Mar-2002  nathanw file citrus_ctype.c was added on branch nathanw_sa on 2002-03-22 20:42:00 +0000
 1.4.32.1  23-Jun-2008  wrstuden Sync w/ -current. 34 merge conflicts to follow.
 1.4.30.1  17-Jun-2008  yamt sync with head.
 1.5.6.2  14-Jun-2008  tnozaki remove unused include, locale.h.
 1.5.6.1  14-Jun-2008  tnozaki file citrus_ctype.c was added on branch christos-time_t on 2008-06-14 16:01:08 +0000
 1.5.2.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.5.2.1  17-Apr-2012  yamt sync with head
 1.6.6.1  23-Jun-2013  tls resync from head
 1.7.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.7.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