2012-03-13 IWAMURO Motonori * cocot.c, init.c, init.h: fix warnings. * AUTHORS, README, README.ja: updated. * configure.ac: change version. * configure: regenerated by autoconf 2.68. 2012-03-13 Akinori MUSHA * cocot.c, loop.c, loop.h: accept separate encodings for input and ouput, allowing normalization of UTF-8-MAC to UTF-8 for example. 2010-09-03 YAMAGUCHI Takanori * cocot.c, init.c, config.h.in, configure.ac: add Solaris / OpenSolaris support. 2010-09-03 IWAMURO Motonori * Regenerate configure by autoconf 2.65. 2009-12-16 IWAMURO Motonori * Now, push source code to github.com/vmi/cocot. * configure.ac: changed DEFAULT_PROC_CODE: UTF-8 to CP932, and DEFAULT_TERM_CODE: CP932 to UTF-8. (for Cygwin-1.7) 2008-11-17 IWAMURO Motonori * Add UTF-8 binary in archive and update cygwin-install.sh. * configure.ac: changed DEFAULT_PROC_CODE: EUC-JP to UTF-8. * Regenerate configure by autoconf 2.63 and automake 1.9.6. 2008-03-15 IWAMURO Motonori * l10n_cjk_uni_table.c: Update by EastAsianWidth-5.0.0.txt. * Add options: '--help', '--version' * Regenerate configure by autoconf 2.61 and automake 1.9.6. 2005-12-12 IWAMURO Motonori * Add no-conversion mode. (-n) 2004-12-20 IWAMURO Motonori * *HALF*-support for Unicode. 2004-12-20 IWAMURO Motonori * Merged all changes. 2004-12-20 TAGA Nayuta, A. SAKAI * loop.c: fixed that cocot crash when invalid encoding name. 2004-02-29 Kazuhiro NISHIYAMA * README: added. 2004-02-28 Kazuhiro NISHIYAMA * configure.ac: raise an error if iconv is not found in the stage of configure. 2004-02-26 Kazuhiro NISHIYAMA * malloc.c (rpl_malloc): added. * init.c (init): fix checking logic of the return value of openpty(). 2004-02-25 Kazuhiro NISHIYAMA * use autoconf (2.59) and automake (1.7.9). 2003-06-03 IWAMURO Motonori * Added new option (-i) which turns OFF the decoding of ISO-2022-JP. * Changed that stop decode "ESC ( B" when current status is not Japanese characters. 2002-10-24 IWAMURO Motonori * Added the original routine for only conversion of EUC-JP <-> Shift_JIS/CP932. It provides following functions: - Convert all the characters that can map code points including the charcters outside JIS X 0208 standard (number with a circle etc.). - At conversion in remote to local, decode ISO-2022-JP and "ESC ( I" escape sequence (known as designation of "half-width katakana"). Note: "ESC $ @" and "ESC $ B", "ESC ( B" and "ESC ( J" are treated as equivalent. - Convert all the charcters of JIS X 0212 and Shift_JIS/CP932 GAIJI (FF40-FFFC) to "WHITE SQUARE". 2002-08-25 IWAMURO Motonori * First release.