/gnu/lib/libg2c/

='showmsg' value='1'/> NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/lib/i18n_module/Makefile
AgeCommit message (Collapse)Author
2007-04-01add new encoding support to iconv(3):tnozaki
- RISCOS-LATIN1 - DEC-MCS - DEC-HANYU(libDECHanyu)
2006-11-221. add iconv support for following encodings:tnozaki
Chinese Simplefied HZ, HZ8 - 7/8bit stateful encoding, see RFC1842,1843. (libHZ) zW - 7bit stateful encoding, see RFC1842. (libZW) 2. add citrus_prop.[ch] - parser for encoding module's init parameter strings.
2006-11-131. add iconv support for followint encoding:tnozaki
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.
2006-10-18add new iconv module libJOHAB,tnozaki
this supports S.Korean character encoding scheme ``JOHAB''.
2005-03-06add new citrus iconv module UTF-7.tnozaki
2003-06-25Citrus iconv support(2)tshiozak
add new plugin modules and bump minor (because of some new I/Fs).
2003-03-25add support for zh_CN.GB18030 locale.tshiozak
(lib/20835 by sigsegv at s25 dot xrea dot com) XXX: charclass for GBK compatible area is not supported.
2002-03-17refine i18n stuffs.tshiozak
- 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.