-
Notifications
You must be signed in to change notification settings - Fork 4
/
ChangeLog
121 lines (68 loc) · 3.29 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
2017-11-18 IWAMURO Motonori <vmi@nifty.com>
* INSTALL, Makefile.in, aclocal.m4, compile, config.h.in, configure, configure.ac, depcomp, install-sh, missing, mkinstalldirs: update build scripts.
* cocot.c, init.c, l10n_cjk_uni.c, l10n_ja.c, loop.c: fix warnings.
2017-11-10 Rin OKUYAMA <rokuyama@rk.phys.keio.ac.jp>
* Makefile.am, configure.ac, cocot.c, init.c, init.h, loop.c, loop.c, sigwinch.c, suspend.c, suspend.h: Allow coprocess to suspend.
2012-03-13 IWAMURO Motonori <vmi@nifty.com>
* 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 <knu@iDaemons.org>
* 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 <vmi@nifty.com>
* Regenerate configure by autoconf 2.65.
2009-12-16 IWAMURO Motonori <vmi@nifty.com>
* 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 <vmi@nifty.com>
* 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 <vmi@nifty.com>
* 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 <vmi@nifty.com>
* Add no-conversion mode. (-n)
2004-12-20 IWAMURO Motonori <vmi@nifty.com>
* *HALF*-support for Unicode.
2004-12-20 IWAMURO Motonori <vmi@nifty.com>
* 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 <vmi@nifty.com>
* 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 <vmi@nifty.com>
* 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 <vmi@nifty.com>
* First release.