NetBSD/lib/libc/citrus
tnozaki 6e2609d649 anonymous union between chlen and _UTF7StatePrive has
compilation problem with gcc295.
this union attempt to make mbsinit(3) handle multibyte state correctly,
but it's useless as far as we use utf-7 only iconv interface.
so i eliminate ctype feature.

patch contributed by Joerg Sonnenberg(who porting Citrus to DragonFlyBSD).
and yamt-san gave me advice, thanks a lot.
2005-03-14 03:43:10 +00:00
..
modules anonymous union between chlen and _UTF7StatePrive has 2005-03-14 03:43:10 +00:00
Makefile.inc make sure CITRUS=no to work. 2004-07-21 20:27:46 +00:00
citrus_bcs.c KNF 2004-01-02 21:49:35 +00:00
citrus_bcs.h KNF 2004-01-02 21:49:35 +00:00
citrus_csmapper.c cast to size_t 2004-12-30 05:01:50 +00:00
citrus_csmapper.h Citrus iconv support (1) 2003-06-25 09:51:26 +00:00
citrus_ctype.c changes related to lib/20576 and lib/20577. 2003-03-05 20:18:14 +00:00
citrus_ctype.h changes related to lib/20576 and lib/20577. 2003-03-05 20:18:14 +00:00
citrus_ctype_fallback.c in _citrus_ctype_btowc_fallback() and _citrus_ctype_wctob_fallback(), 2003-06-27 14:52:25 +00:00
citrus_ctype_fallback.h changes related to lib/20576 and lib/20577. 2003-03-05 20:18:14 +00:00
citrus_ctype_local.h changes related to lib/20576 and lib/20577. 2003-03-05 20:18:14 +00:00
citrus_ctype_template.h correct uninitialized value `err'. 2005-03-05 17:31:03 +00:00
citrus_db.c KNF 2004-01-02 21:49:35 +00:00
citrus_db.h Citrus iconv support (1) 2003-06-25 09:51:26 +00:00
citrus_db_factory.c KNF 2004-01-02 21:49:35 +00:00
citrus_db_factory.h Citrus iconv support (1) 2003-06-25 09:51:26 +00:00
citrus_db_file.h use __attribute__((__packed__)) instead of __packed. 2003-06-30 17:54:13 +00:00
citrus_db_hash.c KNF 2004-01-02 21:49:35 +00:00
citrus_db_hash.h Citrus iconv support (1) 2003-06-25 09:51:26 +00:00
citrus_esdb.c make sure that _citrus_lookup family functions can be specified their case 2004-07-21 14:16:34 +00:00
citrus_esdb.h Citrus iconv support (1) 2003-06-25 09:51:26 +00:00
citrus_esdb_file.h Citrus iconv support (1) 2003-06-25 09:51:26 +00:00
citrus_hash.c Citrus iconv support (1) 2003-06-25 09:51:26 +00:00
citrus_hash.h KNF 2004-01-02 21:49:35 +00:00
citrus_iconv.c cast to size_t 2004-12-30 05:01:50 +00:00
citrus_iconv.h Fix another _DIAGASSERT issue (Joerg Sonnenberger) 2005-03-12 04:20:30 +00:00
citrus_iconv_local.h add iconv_t cache. 2003-07-01 09:42:15 +00:00
citrus_lookup.c make sure that _citrus_lookup family functions can be specified their case 2004-07-21 14:16:34 +00:00
citrus_lookup.h make sure that _citrus_lookup family functions can be specified their case 2004-07-21 14:16:34 +00:00
citrus_lookup_factory.c Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
citrus_lookup_factory.h Citrus iconv support (1) 2003-06-25 09:51:26 +00:00
citrus_lookup_file.h Citrus iconv support (1) 2003-06-25 09:51:26 +00:00
citrus_mapper.c cast to size_t 2004-12-30 05:01:50 +00:00
citrus_mapper.h separate "nonidentical conversion" and "ilseq" under csmapper. 2003-07-12 15:39:19 +00:00
citrus_mapper_local.h Citrus iconv support (1) 2003-06-25 09:51:26 +00:00
citrus_memstream.c KNF 2004-01-02 21:49:35 +00:00
citrus_memstream.h sz should be size_t 2004-12-30 05:01:19 +00:00
citrus_mmap.c Use FD_CLOEXEC. 2005-01-19 00:52:37 +00:00
citrus_mmap.h Citrus iconv support (1) 2003-06-25 09:51:26 +00:00
citrus_module.c _citrus_find_getops: use _C_LABEL_STRING. 2004-12-21 09:00:01 +00:00
citrus_module.h
citrus_namespace.h make sure that _citrus_lookup family functions can be specified their case 2004-07-21 14:16:34 +00:00
citrus_none.c _citrus_NONE_stdenc_wctomb: return E2BIG correctly. 2004-01-18 03:57:30 +00:00
citrus_none.h Citrus iconv support (1) 2003-06-25 09:51:26 +00:00
citrus_pivot_factory.c KNF 2004-01-02 21:49:35 +00:00
citrus_pivot_factory.h Citrus iconv support (1) 2003-06-25 09:51:26 +00:00
citrus_pivot_file.h Citrus iconv support (1) 2003-06-25 09:51:26 +00:00
citrus_region.h - cast to size_t 2004-12-30 05:00:42 +00:00
citrus_stdenc.c make _DIAGNOSTIC happy. 2003-07-10 08:50:43 +00:00
citrus_stdenc.h make _DIAGNOSTIC happy. 2003-07-10 08:50:43 +00:00
citrus_stdenc_local.h correct wcrtomb(3) - it is not conforming to standard on handling L'\0'. 2003-06-26 12:09:56 +00:00
citrus_stdenc_template.h correct wcrtomb(3) - it is not conforming to standard on handling L'\0'. 2003-06-26 12:09:56 +00:00
citrus_types.h Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00