History log of /src/lib/libc/citrus/modules/citrus_johab.c |
Revision | | Date | Author | Comments |
1.7 |
| 08-Jul-2019 |
mlelstv | The correct fix for lib/51000 is not to remove the apparently dead assignment but to add the missing usage.
From https://bitbucket.org/tnozaki/netbsd/commits/24b35fdce250 Thanks to Takehiko Nozaki
|
1.6 |
| 31-May-2016 |
dholland | branches: 1.6.10; 1.6.16; PR 51000 David Binderman: comment out unused assignment
|
1.5 |
| 28-May-2013 |
joerg | 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 |
| 23-Oct-2007 |
tnozaki | branches: 1.3.6; 1.3.8; remove invalid range check.
|
1.2 |
| 13-Dec-2006 |
tnozaki | branches: 1.2.4; make del(\x7f) pass through.
|
1.1 |
| 18-Oct-2006 |
tnozaki | add new iconv module libJOHAB, this supports S.Korean character encoding scheme ``JOHAB''.
|
1.2.4.1 |
| 06-Nov-2007 |
matt | sync with HEAD
|
1.3.8.1 |
| 23-Jun-2008 |
wrstuden | Sync w/ -current. 34 merge conflicts to follow.
|
1.3.6.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_johab.c was added on branch christos-time_t on 2008-06-14 16:01:08 +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.6.16.1 |
| 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
1.6.10.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.10.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.
|