Develop and Download Open Source Software

Browse CVS Repository

Annotation of /freewnn/FreeWnn/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.38 - (hide annotations) (download)
Mon Sep 2 11:01:38 2013 UTC (10 years, 7 months ago) by itisango
Branch: MAIN
CVS Tags: freewnn-1-1-1-a022I002
Changes since 1.37: +95 -0 lines
* ChangeLog.en ChangeLog:
Added a message .

* Branched 1.1.1-a022I001 by <bkbin005@rinku.zaq.ne.jp@>

* Merged many patches from openSUSE:

Please see also:
http://sourceforge.jp/projects/freewnn/lists/archive/users/2013-September/000183.html
https://build.opensuse.org/package/show/M17N/fwnn

- modified: Wnn/jutil/wdreg.c
I found type missmatches in main() .
Old code gave "" to js_dic_file_create(),
but js_dic_file_create()'s argument has a w_char * type .
So added w_char W_CHAR_NUL_STR[] = { 0 };
and gave it to js_dic_file_create() .

- modified: cWnn/include/Makefile.in cWnn/jserver/Makefile.in
kWnn/include/Makefile.in

Added header files .
So changed Makefile.in .

- new file: Wnn/include/conv.h Wnn/include/etc.h
Wnn/include/jlib_hide.h Wnn/include/jutil.h Wnn/include/romkan.h
- modified: Wnn/conv/cvt_key.c Wnn/conv/cvt_read.c Wnn/etc/bdic.c
Wnn/etc/dic_atojis.c Wnn/etc/gethinsi.c Wnn/etc/hindo.c Wnn/etc/msg.c
Wnn/etc/pwd.c Wnn/etc/revdic.c Wnn/etc/sstrings.c Wnn/etc/xutoj.c
Wnn/etc/yincoding.c Wnn/include/jdata.h Wnn/include/jllib.h
Wnn/include/jslib.h Wnn/include/msg.h Wnn/jlib.V3/jlv3.c Wnn/jlib/jl.c
Wnn/jlib/js.c Wnn/jserver/daibn_kai.c Wnn/jserver/de.c
Wnn/jserver/de_header.h Wnn/jserver/do_dic_env.c
Wnn/jserver/do_filecom.c Wnn/jserver/do_henkan.c
Wnn/jserver/do_henkan1.c Wnn/jserver/do_hindo_s.c Wnn/jserver/fzk.c
Wnn/jserver/get_kaiarea.c Wnn/jserver/hinsi_list.c Wnn/jserver/jbiki.c
Wnn/jserver/jbiki_b.c Wnn/jserver/jikouho.c Wnn/jserver/jikouho_d.c
Wnn/jserver/jishoop.c Wnn/jserver/jishosub.c Wnn/jserver/mknode0.c
Wnn/jserver/mknode1.c Wnn/jserver/mknode2.c Wnn/jserver/rd_jishoop.c
Wnn/jserver/readfile.c Wnn/jserver/sisheng.c Wnn/jserver/w_string.c
Wnn/jutil/atod.c Wnn/jutil/atof.c Wnn/jutil/atorev.c
Wnn/jutil/dic_head.c Wnn/jutil/dtoa.c Wnn/jutil/oldatonewa.c
Wnn/jutil/ujisf.c Wnn/jutil/wddel.c Wnn/jutil/wdreg.c
Wnn/jutil/wnnkill.c Wnn/jutil/wnnstat.c Wnn/jutil/wnntouch.c
Wnn/romkan/rk_bltinfn.c Wnn/uum/basic_op.c Wnn/uum/header.c
Wnn/uum/history.c Wnn/uum/inspect.c Wnn/uum/jhlp.c Wnn/uum/jikouho.c
Wnn/uum/jis_in.c Wnn/uum/jutil.c Wnn/uum/key_bind.c Wnn/uum/kuten.c
Wnn/uum/printf.c Wnn/uum/prologue.c Wnn/uum/screen.c Wnn/uum/sdefine.h
Wnn/uum/select_ele.c Wnn/uum/sheader.h Wnn/uum/termio.c
Wnn/uum/touroku.c Wnn/uum/ttyfdslot.c Wnn/uum/uif.c Wnn/uum/wnnrc_op.c
Prototype declarations for reducing compilation warnings .
- modified: Wnn/jserver/hinsi_list.c
I found a bug in make_hinsi_list(), then fixed it .
Please see also:
http://lists.opensuse.org/opensuse-ja/2013-08/msg00035.html

- modified: Wnn/include/msg.h
Bugfix: In openSUSE 13.1 Milestone 3,
uum could not get error messages .
This issue's cause is that we forgot prototype declaration
of msg_get() in Wnn/include/msg.h .
http://lists.opensuse.org/opensuse-ja/2013-08/msg00014.html
http://sourceforge.jp/projects/freewnn/lists/archive/users/2013-August/000140.html

- modified: Wnn/include/jllib.h Wnn/include/jslib.h
Wnn/include/wnn_string.h Wnn/jlib/jl.c Wnn/jserver/error.c
Wnn/jutil/atod.c Wnn/romkan/rk_bltinfn.c Wnn/romkan/rk_fundecl.h
Wnn/romkan/rk_main.c Wnn/romkan/rk_modread.c Wnn/romkan/rk_read.c
Xwnmo/xwnmo/do_socket.c
Added many prototype declarations .

- modified: PubdicPlus/ctopd.c PubdicPlus/wtopd.c
Added #include <string.h> and <unistd.h> .

- modified: Wnn/jlib.V3/jlv3.c
Fixed casts in jd_dicadd() .

- modified: Wnn/jserver/error.c Xwnmo/xwnmo/do_socket.c
Changed some types of variables .

- modified: Wnn/jlib/jl.c Wnn/jlib/js.c
Modified definication of message_out() .
Modified argument's types:
jl_connect_lang(), jl_open_lang(), create_pwd_file(),
jl_set_env_wnnrc(), jl_set_env_wnnrc1(), create_file(),
make_dir_rec1(), make_dir1(), call_error_handler(), message_out() ...
Fixed casts .

- modified:   Wnn/jserver/de.c
Added signal handler .
Server's exit status changed .

1 aonoto 1.32 /*
2     Some entries (from CVS ChangeLog) are not yet translated to
3     Japanese...
4     */
5    
6 itisango 1.38 Mon, 2 Sep 2013 19:18:00 Mitsutoshi NAKANO <bkbin005@rinku.zaq.ne.jp>
7    
8     * ChangeLog.en ChangeLog:
9     Added this message .
10    
11     * Branched 1.1.1-a022I001 by <bkbin005@rinku.zaq.ne.jp@>
12    
13     * Merged many patches from openSUSE:
14    
15     Please see also:
16     http://sourceforge.jp/projects/freewnn/lists/archive/users/2013-September/000183.html
17     https://build.opensuse.org/package/show/M17N/fwnn
18    
19     - modified: Wnn/jutil/wdreg.c
20     I found type missmatches in main() .
21     Old code gave "" to js_dic_file_create(),
22     but js_dic_file_create()'s argument has a w_char * type .
23     So added w_char W_CHAR_NUL_STR[] = { 0 };
24     and gave it to js_dic_file_create() .
25    
26     - modified: cWnn/include/Makefile.in cWnn/jserver/Makefile.in
27     kWnn/include/Makefile.in
28    
29     Added header files .
30     So changed Makefile.in .
31    
32     - new file: Wnn/include/conv.h Wnn/include/etc.h
33     Wnn/include/jlib_hide.h Wnn/include/jutil.h Wnn/include/romkan.h
34     - modified: Wnn/conv/cvt_key.c Wnn/conv/cvt_read.c Wnn/etc/bdic.c
35     Wnn/etc/dic_atojis.c Wnn/etc/gethinsi.c Wnn/etc/hindo.c Wnn/etc/msg.c
36     Wnn/etc/pwd.c Wnn/etc/revdic.c Wnn/etc/sstrings.c Wnn/etc/xutoj.c
37     Wnn/etc/yincoding.c Wnn/include/jdata.h Wnn/include/jllib.h
38     Wnn/include/jslib.h Wnn/include/msg.h Wnn/jlib.V3/jlv3.c Wnn/jlib/jl.c
39     Wnn/jlib/js.c Wnn/jserver/daibn_kai.c Wnn/jserver/de.c
40     Wnn/jserver/de_header.h Wnn/jserver/do_dic_env.c
41     Wnn/jserver/do_filecom.c Wnn/jserver/do_henkan.c
42     Wnn/jserver/do_henkan1.c Wnn/jserver/do_hindo_s.c Wnn/jserver/fzk.c
43     Wnn/jserver/get_kaiarea.c Wnn/jserver/hinsi_list.c Wnn/jserver/jbiki.c
44     Wnn/jserver/jbiki_b.c Wnn/jserver/jikouho.c Wnn/jserver/jikouho_d.c
45     Wnn/jserver/jishoop.c Wnn/jserver/jishosub.c Wnn/jserver/mknode0.c
46     Wnn/jserver/mknode1.c Wnn/jserver/mknode2.c Wnn/jserver/rd_jishoop.c
47     Wnn/jserver/readfile.c Wnn/jserver/sisheng.c Wnn/jserver/w_string.c
48     Wnn/jutil/atod.c Wnn/jutil/atof.c Wnn/jutil/atorev.c
49     Wnn/jutil/dic_head.c Wnn/jutil/dtoa.c Wnn/jutil/oldatonewa.c
50     Wnn/jutil/ujisf.c Wnn/jutil/wddel.c Wnn/jutil/wdreg.c
51     Wnn/jutil/wnnkill.c Wnn/jutil/wnnstat.c Wnn/jutil/wnntouch.c
52     Wnn/romkan/rk_bltinfn.c Wnn/uum/basic_op.c Wnn/uum/header.c
53     Wnn/uum/history.c Wnn/uum/inspect.c Wnn/uum/jhlp.c Wnn/uum/jikouho.c
54     Wnn/uum/jis_in.c Wnn/uum/jutil.c Wnn/uum/key_bind.c Wnn/uum/kuten.c
55     Wnn/uum/printf.c Wnn/uum/prologue.c Wnn/uum/screen.c Wnn/uum/sdefine.h
56     Wnn/uum/select_ele.c Wnn/uum/sheader.h Wnn/uum/termio.c
57     Wnn/uum/touroku.c Wnn/uum/ttyfdslot.c Wnn/uum/uif.c Wnn/uum/wnnrc_op.c
58     Prototype declarations for reducing compilation warnings .
59     - modified: Wnn/jserver/hinsi_list.c
60     I found a bug in make_hinsi_list(), then fixed it .
61     Please see also:
62     http://lists.opensuse.org/opensuse-ja/2013-08/msg00035.html
63    
64     - modified: Wnn/include/msg.h
65     Bugfix: In openSUSE 13.1 Milestone 3,
66     uum could not get error messages .
67     This issue's cause is that we forgot prototype declaration
68     of msg_get() in Wnn/include/msg.h .
69     http://lists.opensuse.org/opensuse-ja/2013-08/msg00014.html
70     http://sourceforge.jp/projects/freewnn/lists/archive/users/2013-August/000140.html
71    
72     - modified: Wnn/include/jllib.h Wnn/include/jslib.h
73     Wnn/include/wnn_string.h Wnn/jlib/jl.c Wnn/jserver/error.c
74     Wnn/jutil/atod.c Wnn/romkan/rk_bltinfn.c Wnn/romkan/rk_fundecl.h
75     Wnn/romkan/rk_main.c Wnn/romkan/rk_modread.c Wnn/romkan/rk_read.c
76     Xwnmo/xwnmo/do_socket.c
77     Added many prototype declarations .
78    
79     - modified: PubdicPlus/ctopd.c PubdicPlus/wtopd.c
80     Added #include <string.h> and <unistd.h> .
81    
82     - modified: Wnn/jlib.V3/jlv3.c
83     Fixed casts in jd_dicadd() .
84    
85     - modified: Wnn/jserver/error.c Xwnmo/xwnmo/do_socket.c
86     Changed some types of variables .
87    
88     - modified: Wnn/jlib/jl.c Wnn/jlib/js.c
89     Modified definication of message_out() .
90     Modified argument's types:
91     jl_connect_lang(), jl_open_lang(), create_pwd_file(),
92     jl_set_env_wnnrc(), jl_set_env_wnnrc1(), create_file(),
93     make_dir_rec1(), make_dir1(), call_error_handler(), message_out() ...
94     Fixed casts .
95    
96     - modified: Wnn/jserver/de.c
97     Added signal handler .
98     Server's exit status changed .
99    
100    
101 aonoto 1.37 Mon, 5 Aug 2013 03:50:00 Tomoki AONO <aonoto at users.sourceforge.jp>
102    
103     Update ChangeLog entry and version string. Added 1.1.1-a022 tag.
104    
105     Mon, 5 Aug 2013 02:34:00 Tomoki AONO <aonoto at users.sourceforge.jp>
106    
107     * ChangeLog, ChangeLog.en, PubdicPlus/pubdic.p:
108    
109     ChangeLog, ChangLog.en:
110     - ChangeLog����������������
111     - Fixed some typo ('backspace' to 'backslash') in
112     Tue, 5 Jan 2010 01:59:40.
113    
114     PubdicPlus/pubdic.p:
115    
116     - ��������������������������������������������������������������
117     ��������������������������������������2ch FreeWnn����������
118     ��������������������
119     (http://toro.2ch.net/test/read.cgi/unix/1084551838/458)
120    
121 aonoto 1.36 Sun, 4 Aug 2013 00:06:16 Tomoki AONO <aonoto at users.sourceforge.jp>
122    
123     * Wnn/uum/jhlp.c:
124    
125     - uum failed to start on traditional systems because opening
126     tty fails. Fixed open_pty_traditional() to set tty_slave correctly.
127    
128     - Changed PTXNAME macro to switch sprintf() to snprintf()
129     on 4.4BSD (or later).
130    
131     Sat, 3 Aug 2013 23:56:59 Tomoki AONO <aonoto at users.sourceforge.jp>
132    
133     * configure, configure.in:
134    
135     - Improve libutil detection. Systems that have both ptsname() and
136     openpty() does not need libutil, this change (probably) covers
137     these systems. Based on patch by 1xx ([freewnn-users 133]).
138    
139     - Some cosmetic fixes.
140    
141     Fri, 2 Aug 2013 03:43:07 Tomoki AONO <aonoto at users.sourceforge.jp>
142    
143     * config.h.in, configure, configure.in, Wnn/uum/Makefile.in,
144     cWnn/uum/Makefile.in, kWnn/uum/Makefile.in:
145    
146     - libutil is (may be) used only in uum, so separate this library
147     (if exists) from normal LIBS.
148     Patch by 1xx (itsango at gmail.com) ([freewnn-users 126])
149     with some modification.
150    
151     - Fixed spelling in configure.in .
152    
153     Fri, 7 Jun 2013 03:24:38 Tomoki AONO <aonoto at users.sourceforge.jp>
154    
155     * makerule.mk.in, Wnn/jlib/Makefile.in, Wnn/jlib.V3/Makefile.in,
156     cWnn/jlib/Makefile.in, kWnn/jlib/Makefile.in:
157    
158     Pass CPPFLAGS and LDFLAGS on configure / make.
159     Original suggestion by Hideki Yamane, but arranged a bit.
160     ToDo: We should separate FLAGS more cleanly.
161    
162     Sat, 16 Jun 2012 19:02:04 Tomoki AONO <aonoto at users.sourceforge.jp>
163    
164     * Wnn/uum/inspect.c:
165    
166     Fix typo in comment.
167    
168     Wed, 13 Jun 2012 04:18:32 Tomoki AONO <aonoto at users.sourceforge.jp>
169    
170     * Wnn/: jutil/wddel.c, jutil/wdreg.c, uum/inspect.c,
171     uum/select_ele.c:
172    
173     - Quick fix for warning about format-security by gcc.
174     Based on patch by Hideki Yamane and Makoto Fujiwara
175     ([Freewnn-users 102]).
176     Replacing from sprintf() to snprintf() or strncat() would be better.
177     - (Wnn/jutil/wddel.c) Change (fix?) type of Com[] to w_char
178     in code for 'wddel -C' mode. I think I'm doing right, but not tested.
179     - Strip old mail address (as usual).
180    
181     Sat, 24 Sep 2011 02:49:35 Tomoki AONO <aonoto at users.sourceforge.jp>
182    
183     * ChangeLog, ChangeLog.en:
184    
185     Update ChangeLog . Japanese translation (of some commit entry)
186     will come later.
187    
188 aonoto 1.35 Mon, 16 May 2011 02:03:53 Tomoki AONO <aonoto at users.sourceforge.jp>
189    
190     * configure, configure.in, makerule.mk.in:
191    
192     ������������������Libtool-2.4.x����configure����������SHELL��������
193     ��libtool����������������������������������makerule.mk.in��SHELL��
194     ����������������������Debian Bug #621928��������������������
195    
196     ������������������������������������������������������������������
197     ����������(��configure����LIBTOOL_MOD)����������������������������
198     ����������������������������������makerule.mk.in��������
199    
200     Mon, 18 Apr 2011 01:29:50 Tomoki AONO <aonoto at users.sourceforge.jp>
201    
202     * configure, configure.in, Wnn/jutil/Makefile.in,
203     Wnn/uum/Makefile.in, cWnn/jutil/Makefile.in,
204     cWnn/uum/Makefile.in, kWnn/jutil/Makefile.in,
205     kWnn/uum/Makefile.in:
206    
207     [freewnn-users 81]��������������(��������#24188)��
208    
209     - --with-*wnn-includes��������������������(��������������������)��
210     --with-*wnn-libraries��������������������������*Wnn/jutil(����)
211     ��*uum����������������
212    
213     - --without-lib*wnn�������������������������� ��������������������
214     ����������������������
215    
216     Mon, 11 Apr 2011 01:51:16 Tomoki AONO <aonoto at users.sourceforge.jp>
217    
218     * Wnn/jserver/: de_header.h, renbn_kai.c:
219    
220     Wnn/jserver/renbn_kai.c:
221     - tan_syo()��������������������sbn_kai()��������������������������
222     ������������������������������������������������������������������
223     ������������Linux/amd64��jserver��������������������������������
224     ����
225     - ����������������������������������������
226    
227     Wnn/jserver/de_header.h:
228     - bnsetu_kai.c��������������������������������(����������)��
229    
230     Fri, 31 Dec 2010 23:40:51 Tomoki AONO <aonoto at users.sourceforge.jp>
231    
232     * configure, configure.in:
233     We cannot build Xwnmo for now, so we (temporally) disabled AC_PATH_X.
234     Probably workaround for systems with modern install layout of X11.
235     Also removed libcurses template because it was already described.
236    
237     Fri, 24 Dec 2010 02:57:32 Tomoki AONO <aonoto at users.sourceforge.jp>
238    
239     * INSTALL.en:
240     Update INSTALL.en to follow current INSTALL document.
241    
242     Fri, 24 Dec 2010 02:17:43 Tomoki AONO <aonoto at users.sourceforge.jp>
243    
244     * Wnn/: jserver/de_header.h, jutil/ujisf.c:
245    
246     Wnn/jserver/de_header.h:
247     - Fix return type mismatch of kanjiaddr() prototype declaration.
248     Spotted on http://twitter.com/pachira23/status/8875168688513024 ,
249     and reported to freewnn-users by Hideki Yamane. Original reporter
250     saids it also fixes crash bug of jserver when client register
251     new word to dictionary.
252     - Add prototype declaration of functions in bdic.c (and some
253     source files).
254     - Strip old mail address (as usual).
255    
256     Wnn/jutil/ujisf.c:
257     - Added prototype declaration of kanjiaddr() and Print_entry().
258     - Strip old mail address (as usual).
259    
260     Sun, 11 Jul 2010 19:18:16 Tomoki AONO <aonoto at users.sourceforge.jp>
261    
262     * INSTALL, configure, configure.in, makerule.mk.in,
263     Wnn/jserver/Makefile.in, Wnn/jutil/Makefile.in,
264     Wnn/man/4.cmd/Makefile.in, Wnn/man/6.jutil/Makefile.in,
265     Wnn/uum/Makefile.in, cWnn/jserver/Makefile.in,
266     cWnn/jutil/Makefile.in, cWnn/man/4.cmd/Makefile.in,
267     cWnn/man/6.jutil/Makefile.in, cWnn/uum/Makefile.in,
268     kWnn/jserver/Makefile.in, kWnn/jutil/Makefile.in,
269     kWnn/uum/Makefile.in:
270    
271     Added (first step of) support for new installation path layout. Maybe
272     useful for package managers. Please note that new layout is disabled
273     by default. You need to specify following configure parameter if you
274     try this.
275    
276     - Added --enable-traditional-layout (default: yes) parameter to
277     configure. If disabled, we install jserver / wnnstat / wnnkill to
278     sbindir. Currently this will take effect on program path only.
279     - Also added --enable-sub-bindir (default: yes if
280     --enable-traditional-layout, no otherwise). If disabled, we install
281     programs to bindir (/ sbindir) directly (i.e. we don't mkdir Wnn4
282     (, cWnn4 and kWnn4) sub directory to bindir (/ sbindir)) .
283     - Enable --program-transform-name and its family to programs
284     (ex. jserver, uum, wnnkill, atod) and corresponding manpages.
285     - Update INSTALL documentation (Japanese version). English version
286     will come later ...
287     - Strip old mail address (as usual).
288     - Merged part of my code to build correctly if builddir != srcdir (as
289     usual).
290    
291     Sun, 25 Apr 2010 19:38:55 Tomoki AONO <aonoto at users.sourceforge.jp>
292    
293     * config.h.in, configure, configure.in:
294    
295     configure.in, configure:
296     - Added -D_GNU_SOURCE for architecture with GNU libc and
297     non-Linux kernel (especially for Debian). Possible fix for Debian
298     Bug #577097.
299     - Cosmetic fix (for configure.in).
300    
301     config.h.in:
302     - Forgot to autoheader on last commit of configure.in.
303    
304     Mon, 15 Mar 2010 01:58:24 Tomoki AONO <aonoto at users.sourceforge.jp>
305    
306     * Makefile.in:
307     - Remove rules that exist on makerule.mk. make install (for example)
308     runs two times faster :-p
309     - Remove old mail address (as usual).
310    
311     Tue, 23 Feb 2010 02:06:54 Tomoki AONO <aonoto at users.sourceforge.jp>
312    
313     * configure, configure.in, makerule.mk.in,
314     Wnn/pubdicplus/Makefile.in, cWnn/cdic/Makefile.in,
315     cWnn/tdic/Makefile.in, kWnn/kdic/Makefile.in:
316    
317     Recent cpp of gcc (at least 4.4) splits line that has many
318     characters per line (in C language manner). This is problem
319     on *.fzk (pubdic etc.) file processing. So adds -traditional-cpp
320     parameter to cpp (at least gcc-2.95 passes this parameter). Simply
321     adding it to CPPFLAGS may break other build, so split FZK_PP (cpp
322     for text processing) from normal CPP. Spotted by some posters of
323     FreeWnn thread in 2ch.net .
324    
325     (Other changes)
326     - Use AC_SEARCH_LIBS for libnsl checking (Linux (for example) does not
327     need it).
328     - Strip old mail address (as usual).
329     - Modified to build correctly if builddir != srcdir (as usual).
330    
331     Tue, 5 Jan 2010 01:59:40 Tomoki AONO <aonoto at users.sourceforge.jp>
332    
333     * Wnn/: man/2.env/wnn/2b_romkan.man, manual/2.env/wnn/2b_romkana:
334    
335 aonoto 1.36 - Change '\' to '\e' to correctly format backslash in man file.
336 aonoto 1.35 (Also change formatted text file.) It should reduce Debian lintian
337     warning.
338    
339     - Added .nf / .fi to pre-formatted table.
340    
341     - Strip old mail address (as usual).
342    
343     Sun, 29 Nov 2009 04:20:52 Tomoki AONO <aonoto at users.sourceforge.jp>
344    
345     * Wnn/uum/setutmp.c:
346    
347     - For systems using utmp-update helper program (ex. Solaris),
348     temporally restore SIGCHLD handler on setutmp().
349     (But it runs only if user is normal user and uum isn't either
350     setuid or setgid process. It seems resetutmp() currently does not
351     need this.)
352    
353     - Stop checking return value of pututline() because many systems
354     does not have return value of this function.
355    
356     - Change handling of ut_err to work correctly (especially on systems
357     that have utmp (pututline()) without utmpx).
358    
359     Sun, 6 Sep 2009 04:35:51 Tomoki AONO <aonoto at users.sourceforge.jp>
360    
361     * aclocal.m4, config.guess, config.sub, configure, ltmain.sh:
362     Update libtool to 1.5.26 (last release of 1.5 series - bit old).
363     Also update config.guess, so maybe it will build on AVR32 architecture.
364     (cf. Debian Bug #534811)
365    
366     Mon, 1 Jun 2009 01:35:06 Tomoki AONO <aonoto at users.sourceforge.jp>
367    
368     * Wnn/uum/: jhlp.c, sheader.h:
369    
370     - (jhlp.c) Check owner / permission of ttyp (tty_slave / ttypfd)
371     on open_ttyp(). If check (and chown/chmod) fails, uum warns it may be
372     insecure (ttyp readable) from other local users. (Probably you need
373     proper privileges to uum (ex. setuid-root).)
374     - (jhlp.c) Verbose error message on restoring owner / permission of
375     tty_master and ttyp in do_end().
376     - (sheader.h) Added Prototype of openTermData() / getTermData().
377    
378     Mon, 2 Feb 2009 02:52:17 Tomoki AONO <aonoto at users.sourceforge.jp>
379    
380     * Wnn/jlib/Makefile.in, Wnn/jlib.V3/Makefile.in,
381     cWnn/jlib/Makefile.in, kWnn/jlib/Makefile.in:
382    
383     - Tell Libtool to use external libraries needed for libwnn (and
384     lib[ck]wnn). (ex. libcrypt, libnsl)
385     You don't need detection of these libraries to use libwnn itself
386     in configure (I hope).
387    
388     - Use LT_LD to link libraries.
389    
390     - (*Wnn/jlib/Makefile.in) Remove definition of LT_{CC,INSTALL}
391     because we already defined in makerule.mk .
392    
393     - (Wnn/jlib.V3/Makefile.in) Make use of LT_{CC,INSTALL} in makerule.mk
394     to reduce libtool warning.
395    
396     - (Wnn/jlib.V3/Makefile.in) My usual work to build correctly
397     if builddir != srcdir .
398    
399     - Strip old mail address (as usual).
400    
401     Sun, 26 Oct 2008 19:27:53 Tomoki AONO <aonoto at users.sourceforge.jp>
402    
403     * Wnn/include/: jllib.h, jslib.h:
404    
405     - Added prototype (and simple macro (FRWNN_PARAMS) around the
406     parameters for good-old C compilers) for jslib.h / jllib.h .
407     Parameters are came from js.c / jl.c . This may or may not build
408     your libwnn client, so please check.
409    
410     - Added extern "C" { ... } for C++ clients.
411    
412     - Strip old mail address (as usual).
413    
414     Mon, 13 Aug 2007 18:56:33 Tomoki AONO <aonoto at users.sourceforge.jp>
415    
416     * cWnn/man/2.env/ckey.man:
417     - Added .nf / .fi to pre-formatted table. Quick fix for Debian Bug
418     #367550.
419     - Strip old mail address (as usual).
420    
421     Sun, 24 Jun 2007 01:34:16 Tomoki AONO <aonoto at users.sourceforge.jp>
422    
423     * INSTALL, INSTALL.en, configure, configure.in, makerule.mk.in,
424     Wnn/uum/Makefile.in, cWnn/uum/Makefile.in, kWnn/uum/Makefile.in:
425    
426     - Added detection code if your system need to install uum as
427     set-[ug]id program on configure time. Recent systems may install
428     uum as normal program (to reduce security risk).
429     You can also specify
430     --enable-client-setuid / --enable-client-setgid=group (group must
431     be specified) to control set-[ug]id of uum.
432    
433     - Added uum-related option to INSTALL* file.
434    
435     - Use modern style AC_INIT. (added pseudo(?) version number and
436     contact address. comments are welcome.)
437    
438     Mon, 20 Nov 2006 01:21:22 Tomoki AONO <aonoto at users.sourceforge.jp>
439    
440     * INSTALL, INSTALL.en, Wnn/Makefile.in, cWnn/Makefile.in,
441     kWnn/Makefile.in:
442    
443     - Current code cannot build on Mac OS X 10.2 (Darwin 6) environment
444     (at least on cf.sourceforge.jp). So we changed to build libconvkey
445     (*Wnn/conv/) only if --enable-client specified.
446    
447     - This change also applies to [kc]Wnn, so you can build [kc]uum if you
448     specify --enable-client .
449    
450     - Other usual change (part of my change on builddir != srcdir case,
451     strip mail address, ...)
452    
453     Sun, 15 Oct 2006 18:48:26 Tomoki AONO <aonoto at users.sourceforge.jp>
454    
455     * Wnn/uum/epilogue.c:
456     - epilogue_no_close(): Replaced to HAVE_TERMINFO (maybe it's right).
457     - Stripped old mail address (as usual work).
458    
459     Tue, 26 Sep 2006 02:31:35 Tomoki AONO <aonoto at users.sourceforge.jp>
460    
461     * config.h.in, configure, configure.in, Wnn/uum/jhlp.c:
462    
463     Use posix_openpt() (if it and ptsname() exists) when opening tty.
464     Traditional pts system (that doesn't have posix_openpt()) fallback
465     to dummy function opening /dev/ptmx directly. Getting tty without
466     setting setuid root works in non-pts systems that have
467     posix-compatible pty functions (ex. recent FreeBSD).
468    
469     Other changes to configure.in:
470     - Remove (already commented out) default case in system specific part.
471     - Commented out useless AC_DEFINE in term library detection part.
472    
473     Tue, 5 Sep 2006 02:21:29 Tomoki AONO <aonoto at users.sourceforge.jp>
474    
475     * Wnn/uum/: jhlp.c, termio.c:
476    
477     jhlp.c:
478     - Mask IEXTEN in j_term_init().
479     - Use tty_master for systems that has /dev/ptmx and not have
480     ptsname(). (ex. old Debian (2.1 or so))
481     - Added comment.
482    
483     termio.c:
484     - Use tparm() as macro for fixed parameter system (ex. SVR4).
485    
486     Tue, 29 Aug 2006 01:26:22 Tomoki AONO <aonoto at users.sourceforge.jp>
487    
488     * Wnn/uum/jhlp.c:
489     More use of USE_LINUX_TERM in exec_cmd() (as of original canuum patch).
490     And window size setting code moved from Linux specific to generic.
491    
492     Tue, 22 Aug 2006 02:31:05 Tomoki AONO <aonoto at users.sourceforge.jp>
493    
494     * config.h.in, configure, configure.in:
495     Added configure test for setsid(). (I forgot it.)
496    
497     Mon, 24 Jul 2006 02:30:33 Tomoki AONO <aonoto at users.sourceforge.jp>
498    
499     * config.h.in, configure, configure.in, Wnn/uum/jhlp.c,
500     Wnn/uum/setutmp.c:
501    
502     More utmp fix:
503    
504     - Fix build (more) correctly on recent NetBSD (that both have utmpx &
505     traditional utmp)
506     - Moved setutmp() call from child to parent process (not sure if
507     this is right thing)
508    
509     Mon, 19 Jun 2006 01:49:41 Tomoki AONO <aonoto at users.sourceforge.jp>
510    
511     * config.h.in, configure, configure.in, Wnn/uum/jhlp.c,
512     Wnn/uum/setutmp.c, Wnn/uum/sheader.h:
513    
514     Rewrote utmp code in uum (without libspt).
515     Recent BSD (4.4BSD or later based) developer: please write working
516     code specifying --enable-client-utmp . It works well (with
517     --enable-client-utmp) on recent NetBSD (that has putut(x)line()
518     implementation).
519    
520     Other changes:
521     Because it cannot work on gcc with Linux/i386, temporally remove
522     -fstack-check from CDEBUGFLAGS if you specify --enable-debug
523     (and you're using gcc).
524    
525     Mon, 29 May 2006 01:37:02 Tomoki AONO <aonoto at users.sourceforge.jp>
526    
527     * Contrib/dic/gerodic/Makefile.in:
528     Usual work:
529     - Stripping old address
530     - Some modification in case if builddir != srcdir
531     (Does not harm normal build.)
532    
533     Sun, 26 Mar 2006 23:33:20 Tomoki AONO <aonoto at users.sourceforge.jp>
534    
535     * Wnn/uum/setutmp.c:
536     In current setutmp.c code, saveut / nullut must be struct utmp.
537     So removed struct utmpx statement. This will fix compile on systems
538     that both have utmp.h and utmpx.h (e.g. NetBSD).
539    
540     Sun, 26 Mar 2006 23:10:51 Tomoki AONO <aonoto at users.sourceforge.jp>
541    
542     * Wnn/uum/jhlp.c:
543     Some minor fix for compiling some platforms:
544    
545     - crow is declared in header.h, so remove duplicate extern.
546     - #ifdef-ed I_PUSH ptem / ldterm for platforms that don't have STREAMS
547     but have ptsname (e.g. Linux, recent NetBSD).
548    
549     This change will succeed compile on some platforms, but uum
550     segfaults on my environment (Linux) ...
551    
552     Mon, 20 Mar 2006 01:38:15 Tomoki AONO <aonoto at users.sourceforge.jp>
553    
554     * Wnn/uum/setutmp.c:
555     Some minor change to fix compile error on Linux.
556     UTMP feature is so complex to understand ...
557    
558     Wed, 8 Mar 2006 02:15:33 Tomoki AONO <aonoto at users.sourceforge.jp>
559    
560     * configure, configure.in, makerule.mk.in:
561     Modified WNNCNVFILEDIR to install correct cnv_* file
562     if you're in terminfo environment.
563    
564     Sun, 5 Mar 2006 04:01:45 Tomoki AONO <aonoto at users.sourceforge.jp>
565    
566     * CONTRIBUTORS, config.h.in, configure, configure.in,
567     Wnn/conv/cvt_head.h, Wnn/conv/cvt_read.c, Wnn/include/commonhd.h,
568     Wnn/include/wnn_os.h, Wnn/uum/Makefile.in, Wnn/uum/header.c,
569     Wnn/uum/jhlp.c, Wnn/uum/sdefine.h, Wnn/uum/setutmp.c,
570     Wnn/uum/sheader.h, Wnn/uum/termcap.c, Wnn/uum/termio.c,
571     cWnn/uum/Makefile.in, kWnn/uum/Makefile.in:
572    
573     Long awaited merge of uum-related patch (based on hiroo's work
574     in November, 2003)
575    
576     - Detect termcap / terminfo, curses etc. automatically (from canuum)
577     But, configure support of libspt does not implemented / does not
578     include Canna support / utmp implementation does not work correctly.
579     - pty / pts processing (from Kabe). Auto detection in configure by
580     hiroo.
581     - Some modification due to build error in my environment.
582     - (As usual) stripping old address / adding lines in case
583     if builddir != srcdir .
584    
585     Many thanks to AIDA shinra, Taketo Kabe @ SRA Tohoku, hiroo,
586     kouji at hiroshima-u.ac.jp (original author of Kabe's patch).
587    
588     Fri, 3 Mar 2006 02:18:49 Tomoki AONO <aonoto at users.sourceforge.jp>
589    
590     * makerule.mk.in, Wnn/romkan/Makefile.in, cWnn/romkan/Makefile.in,
591     kWnn/romkan/Makefile.in:
592    
593     Some minor changes before large commit:
594    
595     makerule.mk.in:
596     - Remove MAKE (if your make does not need this). You can build
597     with other make command (ex. gmake).
598     - Define LT_{CC,LD,INSTALL} globally.
599    
600     *Wnn/romkan/Makefile.in:
601     - Use LT_CC to remove warning.
602     - (Usual work) changed some lines to build correctly
603     in case builddir != srcdir . (I think this don't
604     break normal build.)
605    
606     both files:
607     - (Usual work) stripping old mail address.
608    
609     Sat, 11 Feb 2006 18:51:44 Tomoki AONO <aonoto at users.sourceforge.jp>
610    
611     * Wnn/uum/: hinsi.c, jikouho.c, printf.c, termio.c, touroku.c:
612     - Include string related header to reduce warning. (more merged from
613     hiroo's work tree.)
614     - Stripped old mail address (as usual).
615    
616     Sat, 11 Feb 2006 03:29:38 Tomoki AONO <aonoto at users.sourceforge.jp>
617    
618     * Wnn/uum/basic_op.c:
619     - Include string related header to reduce warning. (Merged from
620     hiroo's work tree.)
621     - Stripped old mail address (as usual).
622    
623     Sun, 11 Dec 2005 03:50:43 Tomoki AONO <aonoto at users.sourceforge.jp>
624    
625     * PubdicPlus/pod.c:
626     Reverse condition of prototype section.
627    
628     Sat, 3 Dec 2005 17:29:31 Tomoki AONO <aonoto at users.sourceforge.jp>
629    
630     * ChangeLog, ChangeLog.en:
631     LGPL coordinator is Nakai, not 'NaGai'. (Sorry)
632    
633     Sat, 3 Dec 2005 16:55:47 Tomoki AONO <aonoto at users.sourceforge.jp>
634    
635     * Wnn/include/commonhd.h:
636     Increment _SERVER_VERSION for next (alpha?) release. Also stripped
637     old mail address.
638    
639 aonoto 1.33 Wed, 30 Nov 2005 02:25:00 Tomoki AONO <aonoto at users.sourceforge.jp>
640     Update ChangeLog and added 1.1.1-a021 tag.
641    
642     Wed, 30 Nov 2005 02:00:02 Tomoki AONO <aonoto at users.sourceforge.jp>
643     * PubdicPlus/pod.c:
644     Changed searchdesc() spec because 2nd / 3rd parameter is not
645     used currently. (I found this on RedHat Bugzilla #110750.)
646     Also added prototype for other functions. Currently it can
647     compile on traditional (K&R) environment.
648    
649     Mon, 28 Nov 2005 02:30:23 Tomoki AONO <aonoto at users.sourceforge.jp>
650     * config.h.in, configure, configure.in:
651     - Added -D_GNU_SOURCE to CCOPTIONS if linux. Merged from
652     Gentoo portage, but discussion began in wnn-users ML
653     ([wnn-users 1035]). Thanks to MATSUU Takuto.
654     (Some (ancient?) Linux users may get some problems on
655     building. Please report us if it occurs.)
656     - Changed library searching method of crypt() (to
657     AC_SEARCH_LIBS). Maybe useful for systems that have
658     crypt() on both libc and libcrypt (i.e. Solaris).
659     - Use $(top_builddir) to *WNNJLIB / HINSI_DATA (instead of
660     *WNNJLIBSRC / WNNJDSRC) by default. Useful if builddir !=
661     srcdir, but it doesn't break normal configurations.
662     - Some cosmetic change. (Also stripped old mail address.)
663    
664     Mon, 21 Nov 2005 01:10:28 Tomoki AONO <aonoto at users.sourceforge.jp>
665     * Wnn/uum/Makefile.in, cWnn/uum/Makefile.in, kWnn/uum/Makefile.in:
666     Describe each library in *uum dependency line instead of
667     $LOCAL_LIBRARIES (to avoid searching libraries in @LIBS@).
668    
669     Sun, 20 Nov 2005 03:25:52 Tomoki AONO <aonoto at users.sourceforge.jp>
670    
671     * ChangeLog, ChangeLog.en:
672     Update ChangeLog to 29 Aug 2005. (Japanese translation is
673     not available...)
674    
675 aonoto 1.32 Mon, 29 Aug 2005 02:17:35 Tomoki AONO <aonoto at users.sourceforge.jp>
676     * Wnn/uum/Makefile.in:
677     - Fix libtool issue (Added --mode, remove .libs/ directory
678     in make clean).
679     - Stripped (not valid?) mail address of the project.
680     - Changed some line to build correctly in case
681     builddir != srcdir. (I think this don't break normal build.)
682     * [kc]Wnn/uum/Makefile.in:
683     ditto, but I'm not sure we can build kuum / cuum correctly.
684    
685     Mon, 29 Aug 2005 01:44:21 Tomoki AONO <aonoto at users.sourceforge.jp>
686     * Wnn/uum/jhlp.c:
687     Strip #include <err.h> because we don't need it and it's
688     specific to BSD. And stripped (not valid?) mail address of
689     the project.
690    
691     Mon, 13 Jun 2005 02:14:22 Tomoki AONO <aonoto at users.sourceforge.jp>
692     * Wnn/etc/bdic.c, Wnn/include/wnn_os.h, Wnn/jutil/dtoa.c:
693     Moved get_n_EU_str / get_short from Wnn/etc/bdic.c to
694     Wnn/jutil/dtoa.c . It may be bad idea, but fix compile
695     error on strict compilers (ex. gcc4).
696    
697     Mon, 11 Apr 2005 00:26:36 Tomoki AONO <aonoto at users.sourceforge.jp>
698    
699     * CONTRIBUTORS, Wnn/etc/bcopy.c, Wnn/etc/mkdir.c, Wnn/etc/msg.c,
700     Wnn/etc/py_table.c, Wnn/etc/strings.c, Wnn/etc/yincoding.c,
701     Wnn/etc/zy_table.c, Wnn/include/commonhd.h, Wnn/include/demcom.h,
702     Wnn/include/hinsi.h, Wnn/include/hinsi_file.h,
703     Wnn/include/jd_sock.h, Wnn/include/jdata.h, Wnn/include/jh.h,
704     Wnn/include/jllib.h, Wnn/include/jslib.h, Wnn/include/msg.h,
705     Wnn/include/rk_spclval.h, Wnn/include/wnn_config.h,
706     Wnn/include/wnn_os.h, Wnn/include/wnn_string.h,
707     Wnn/include/wnnerror.h, Wnn/jlib/jl.c, Wnn/jlib/js.c,
708     Wnn/jlib/kankana.c, Wnn/jlib/wnnerrmsg.c,
709     Wnn/romkan/rk_bltinfn.c, Wnn/romkan/rk_extvars.h,
710     Wnn/romkan/rk_fundecl.h, Wnn/romkan/rk_header.h,
711     Wnn/romkan/rk_macros.h, Wnn/romkan/rk_main.c,
712     Wnn/romkan/rk_modread.c, Wnn/romkan/rk_read.c,
713     Wnn/romkan/rk_spclval.h, Wnn/romkan/rk_vars.c:
714    
715     Changed license of libwnn-related files to LGPL-2.0.
716     Thanks to the original Wnn authors and FreeWnn contributors.
717    
718 aonoto 1.34 And thanks to Yukihiro Nakai (and tyoshida) for coordination
719 aonoto 1.32 of this relicensing.
720    
721     Mon, 31 Jan 2005 02:14:20 Tomoki AONO <aonoto at users.sourceforge.jp>
722     * Wnn/jutil/wnnkill.c:
723     I forgot to add prototype for usage() ... (^^;
724    
725     Mon, 31 Jan 2005 02:03:50 Tomoki AONO <aonoto at users.sourceforge.jp>
726     * Wnn/jutil/wnnkill.c:
727    
728     - Use vsnprintf() within out() and use vsprintf() for systems
729     doesn't have snprintf() (avoid build error). We should
730     implement (or import) alternate snprintf() for these systems ...
731     - Added prototype of out() for strict C compilers (ex. gcc-4.0).
732     - Show simple usage if unsupported parameter is given.
733    
734     Thu, 30 Dec 2004 02:45:32 Tomoki AONO <aonoto at users.sourceforge.jp>
735     * Wnn/jserver/de_header.h:
736     Fix prototype declaration of output_file_uniq() to match
737     recent change of bdic.c .
738    
739     Sun, 21 Nov 2004 04:17:19 Tomoki AONO <aonoto at users.sourceforge.jp>
740     * COPYING.LIB:
741     My first commit to sourceforge.jp :
742     Added LGPL-2.0 COPYING file to repository. (LGPL patch by
743     Nakai switch license of libwnn-related files to GNU Lesser
744     General Public License 2, so this is not the version he (or
745     she) intends to.)
746    
747     Mon, 13 Sep 2004 01:56:55 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp>
748     * Wnn/jlib/Makefile.in, cWnn/jlib/Makefile.in,
749     kWnn/jlib/Makefile.in:
750    
751     - Added libtool --mode options by introducing LT_CC / LT_INSTALL.
752     (This change is mainly for [ck]Wnn, but also changed Wnn to
753     match style).
754     - Cosmetic change to match style between Wnn and [ck]Wnn.
755     - My usual work to build correctly if builddir != srcdir .
756     (Probably it cannot harm normal build.)
757    
758     Sun, 15 Aug 2004 18:38:22 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp>
759     * Wnn/jutil/Makefile.in, cWnn/jutil/Makefile.in,
760     kWnn/jutil/Makefile.in:
761    
762     - Added libtool --mode=XXX option. (by (experimentally)
763     introducing LT_LD / LT_INSTALL variable. Is this idea
764     reasonable?)
765     - Also added my change to support building in case
766     builddir != srcdir .
767    
768     Thu, 12 Aug 2004 18:03:19 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp>
769     * Wnn/jutil/atod.c:
770     Converted strlcpy() -> strncpy(). (Portability issue)
771    
772     Tue, 20 Jul 2004 03:24:26 Hiroo Ono <hiroo at oikumene.gcd.org>
773     * Wnn/jutil/: atod.c, atorev.c, dic_head.c, oldatonewa.c, sort.c,
774     utilbdic.c, wnnkill.c, wnntouch.c:
775    
776     Conform to ISO C.
777     Bad thing with this commit is that it is not tested (even
778     not compiled). However I thought it better to commit than
779     forget, as I cannot take enough time.
780    
781     Tue, 13 Jul 2004 02:53:02 Hiroo Ono <hiroo at oikumene.gcd.org>
782     * Wnn/etc/bdic.c, Wnn/etc/pwd.c:
783     ANSIfy, and make #ifdef thing a little bit simple.
784     Added function prototypes, which are to be moved to some
785     header file.
786    
787     Wed, 30 Jun 2004 00:11:55 Hiroo Ono <hiroo at oikumene.gcd.org>
788     * ChangeLog, ChangeLog.en:
789     update to 20 June 2003.
790    
791     Tue, 29 Jun 2004 01:25:58 Hiroo Ono <hiroo at oikumene.gcd.org>
792     * ChangeLog, ChangeLog.en:
793     update to 4 June 2003.
794     Remove a comment about setenv(). It may have come from my
795     misunderstandig.
796    
797     Tue, 29 Jun 2004 01:24:35 Hiroo Ono <hiroo at oikumene.gcd.org>
798     * Wnn/jlib/Makefile.in:
799     add libtool option.
800    
801     Mon, 28 Jun 2004 00:39:11 Hiroo Ono <hiroo at oikumene.gcd.org>
802     * Contrib/dic/gerodic/g-jinmei.u:
803     gerodic: Fix ������������ & ���� entry.
804     They might be deleted, but for the instant just fix
805     them.
806    
807     Sat, 19 Jun 2004 01:32:41 Hiroo Ono <hiroo at oikumene.gcd.org>
808     * Wnn/jserver/de.c:
809     Mistakenly removed "break" in rev.1.29. Revert them.
810     pointy hat to: hiroo
811    
812     Sat, 22 May 2004 01:39:31 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp>
813     * INSTALL, INSTALL.en, config.h.in, configure, configure.in,
814     Wnn/etc/revdic.c, Wnn/jserver/Makefile.in, Wnn/jserver/do_env.c,
815     cWnn/jserver/Makefile.in, kWnn/jserver/Makefile.in:
816    
817     Commit from my work area part 2. (Bit large ...)
818    
819     Rewrote configure part of libwrap support:
820    
821     - By default, configure finds if libwrap is installed.
822     - Do AC_TRY_LINK() on both $withval=yes and $withval=PATH case.
823     (AC_CHECK_LIB() fails against original TCP wrapper ...)
824     - HAVE_LIBWRAP are defined in config.h.in, so remove "-DHAVE_LIBWRAP"
825     from CFLAGS.
826     - Changed WRAPLIBS -> WRAPLIB .
827     - Add WRAPLIB on [kc]Wnn . Also add --mode=XXX to LIBTOOL lines.
828    
829     Other changes:
830    
831     - (configure) Running generated script by autoconf-2.53 (that
832     we are using) fails on some Bourne shell family (lack of
833     LINENO support. ex. FreeBSD). Add code to clear default
834     --with-tag (Libtool issue?).
835     - (configure) Add -no-cpp-precomp on Darwin only if you are using gcc.
836     (But I don't know other compilers running on Darwin.)
837     - (configure) Use $ac_install_sh to mkdir Contrib/dic/gerodic .
838     - (do_env.c) Convert non-printable character for logging on
839     JS_OPEN / JS_CONNECT. Partial fix of Bugtraq id 7918
840     ([freewnn:01002]).
841     Please don't install jserver as setuid *root* ... (^^;)
842     - (revdic.c) Fix compiler warnings.
843     - (some Makefiles) Some lines changed to build correctly if
844     builddir != srcdir. (I think this don't break normal build.)
845    
846     Fri, 21 May 2004 22:55:53 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp>
847     * configure.in:
848     Commit from my work area: Change indention of help string in
849     configure. (Cosmetic issue only.)
850    
851     Sun, 25 Apr 2004 03:56:40 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp>
852     * Wnn/pubdicplus/Makefile.in, cWnn/cdic/Makefile.in,
853     cWnn/tdic/Makefile.in, kWnn/kdic/Makefile.in:
854    
855     Some CPP (ex. cpp bundled with Mac OS X 10.3 Developers CD)
856     adds "#pragma" line, so strip these lines before processing
857     atof. Inspired by Makoto Fujiwara's Web diary (2004/Mar/01).
858    
859     This change includes part of my modification (in case
860     builddir != srcdir), but it doesn't affect to normal build ...
861    
862     Thu, 20 Nov 2003 19:31:59 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp>
863     * Wnn/jserver/de.c:
864     Don't use is_internet_socket if --without-libwrap (quick &
865     dirty fix). Spotted by Makoto Fujiwara (in his Web diary).
866    
867     Sat, 8 Nov 2003 15:26:06 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp>
868     * Wnn/jlib/js.c:
869     If we use s[0..6] (in get_serv_defs()), we should declare s[7].
870     Found in RawHide package (1.11-39) (and probably in Fedora / Red Hat
871     Enterprise Linux package). Spotted to (at least) Red Hat
872     by d.binderman at virgin.net .
873    
874     Tue, 16 Sep 2003 20:42:13 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp>
875     * Contrib/dic/gerodic/g-jinmei.u:
876     Fix translation of 'morisu' -> 'Morris' (not '*N*orris').
877     Spotted by Fe2+ ([freewnn:01006]).
878 hiroo 1.31 Fri, 20 Jun 2003 16:10:24 Tomoki Aono <aono at cc.osaka-kyoiku.ac.jp>
879     * Wnn/jserver/de.c:
880     libwrap �������������������������������� host ������������������
881     ����������������������������������libwrap �������������������� client
882     ����������������������������
883     ���������� recv() ����������������������
884     TIME_WITH_SYS_TIME ������������������
885    
886     Wed, 18 Jun 2003 11:10:46 Tomoki Aono <aono at cc.osaka-kyoiku.ac.jp>
887     * Wnn/jserver/de.c:
888     libwrap ���������� socketclose() ������������
889     ��������������: ����������������������������������c_c=NULL ��
890     ����������
891    
892     Tue, 10 Jun 2003 10:39:09 Tomoki Aono <aono at cc.osaka-kyoiku.ac.jp>
893     * configure.in:
894     socklen_t ������������������ AC_CHECK_TYPES ��������������������
895     *BSD ������������������������������������������������
896     --disable-debug ��������������������CDEBUGFLAGS ������������������
897    
898     Sun, 8 Jun 2003 03:09:52 Hiroo Ono <hiroo at oikumene.gcd.org>
899     * configure.in:
900     utmpx.h ��������������������������
901     time_t ����������������������������������������
902     uum ���������� getgpid, getgprp ��������������������������
903     libwrap �������� ([freewnn:0032] ������������)��
904     * Wnn/include/wnn_os.h:
905     FD_SET ��������������������������������������
906     * Wnn/jserver/de.c:
907     autoconf �� TIME_WITH_SYS_TIME ������������������������
908     FD_SET �������������� wnn_os.h ������������
909     libwrap �������� ([freewnn:0032] ������������)��
910     * Wnn/jserver/error.c:
911     autoconf �� TIME_WITH_SYS_TIME ������������������������
912    
913     Sat, 7 Jun 2003 13:04:33 Hiroo Ono <hiroo at oikumene.gcd.org>
914     * configure.in: utmp.h ��������������������������
915     * Wnn/include/wnn_os.h:
916     Wnn/etc ����������������������������������������������
917     * Wnn/jserver/de.c:
918     file_init() �� malloc ����������������������������
919     * Wnn/jserver/de_header.h, get_kaiarea.c, jbiki.c:
920     ��������������
921     * Wnn/jserver/readfile.c, b_index.c, do_filecom.c, jishoop.c, rd_jishoop.c:
922     *_realloc ����������������������������������������������
923    
924 hiroo 1.30 Wed, 4 Jun 2003 14:12:13 Hiroo Ono <hiroo at oikumene.gcd.org>
925     * Wnn/jserver/get_kaiaria.c:
926     ���������������������� kai_area.c ��������������������
927     * Wnn/jserver/kai_area.c: ������
928     * {Wnn,cWnn,kWnn}/jserver/Makefile.in: kai_area.{c,o} ��������
929    
930     Wed, 4 Jun 2003 14:05:23 Hiroo Ono <hiroo at oikumene.gcd.org>
931     * configure.in:
932     AC_CHECK_TYPES, AC_DEFINE ������������������������������
933     * acconfig.h:
934     AC_DEFINE ��������������������������������������������
935    
936     Wed, 4 Jun 2003 08:35:03 Tomoki Aono <aono at cc.osaka-kyoiku.ac.jp>
937     * config.guess, config.sub, ltmain.sh, aclocal.m4:
938     Libtool �� 1.5 ������������������������Darwin/MacOS X ��������
939     ��������������������������������������������[freewnn:00978] ��
940     ������������������������������
941     ������������--mode=MODE ����������������������������������������
942     ����������������
943    
944     Fri, 30 May 2003 16:18:00 Hiroo Ono <hiroo at oikumene.gcd.org>
945     * Wnn/include/commonhd.h:
946     SERVER_VERSION �� 1 ������������
947    
948     Sun, 18 May 2003 14:34:02 Hiroaki Abe <h-abe at pc.highway.ne.jp>
949 hiroo 1.29 * Wnn/jserver/de_header.h, do_filecom.c:
950     ���� struct wnn_file files ������������������
951    
952     Sun, 11 May 2003 19:01:10 Hiroo Ono <hiroo at oikumene.gcd.org>
953     * Makefile.in, configure.in, makerule.mk.in:
954     CFLAGS �� CDEBUGFLAGS ����������������
955     * configure: ��������
956     * Wnn/etc/bdic.c, Wnn/include/jd_sock.h, Wnn/jlib/js.c,
957     Wnn/romkan/rk_modread.c, Wnn/uum/jhlp.c, Wnn/romkan/rk_read.c:
958     ������ UX386 ��������
959     * Wnn/jlib/jl.c, Wnn/jlib/kankana.c, Wnn/jserver/do_env.c,
960     Wnn/jserver/do_filecom.c, Wnn/uum/uif.c:
961     ��������������
962     * Wnn/jserver/ddefine.h, Wnn/jserver/fzk.h, fzk.c, Wnn/uum/sheader.h:
963     2003���� copyright ������������
964     * Wnn/conv/Makefile.in: ������������������
965     * Wnn/jlib/Makefile.in, Wnn/jlib.V3/Makefile.in,
966     cWnn/jlib/Makefile.in, kWnn/jlib/Makefile.in:
967     ������������getopt.c ����������������������������
968     * Wnn/jlib/getopt.c: libc ������ GNU getopt ������������������
969     * cWnn/etc/Makefile.in, kWnn/etc/Makefile.in:
970     ������������������
971     GNU �� getopt.c, getopt1.c �������� (long option ��������)��
972     ��������������
973     * cWnn/include/Makefile.in, kWnn/include/Makefile.in:
974     GNU �� getopt.h �������� (long option ��������)��
975     * Wnn/jserver/Makefile.in, cWnn/jserver/Makefile.in,
976     kWnn/jserver/Makefile.in:
977     de_vars.c, jserver_id.c ��������
978     getopt �� GNU ������������������������������
979     FORKDEF ���� (de.c ����������)��
980     * Wnn/jserver/de_vars.c:
981     global ������ de_header.c �� de.c ������������������
982     * Wnn/jserver/de_header.h:
983     global ���������������������� OPT_* ����������������������
984     * Wnn/jserver/kai_area.c:
985     * Wnn/jserver/kaiseki.h:
986     ���������������� kaiseki.h ����������������������
987     * Wnn/jserver/jserver_id.c: ������������������������
988     * Wnn/jserver/bnsetu_kai.c:
989     jmt_set() ��������������������������
990     �������� -1 (������) ��������������������������������������������
991     * Wnn/jserver/de.c:
992     ���������������� de_header.h ���� de.c ��������
993     ������ UX386 ������
994     GNU �� getopt ���������������������������� long option ������������
995     -D ���������� (tty ��������������) ������������
996     ������������������ OPT_* ����������������������������������
997     * Wnn/etc/getopt.c, Wnn/etc/getopt1.c, Wnn/include/getopt.h:
998     GNU getopt (getopt_long) ��������
999     * Wnn/jserver/jmt0.c:
1000     ����������������������������init_jmt() ������������������������
1001     �������������������������� initjmt ����������������
1002     * Wnn/jserver/do_dic_no.c, do_henkan1.c:
1003     init_jmt() ������������������������������������
1004     * Wnn/jserver/get_kaiarea.c:
1005     get_kaiseki_area() ��������������: ����=1 (��0), ����=NULL
1006     (malloc ����������)����������������������
1007     * Wnn/jserver/initjserv.c, snd_rcv.c, w_string.c:
1008     ��������������������������������������
1009    
1010    
1011     Fri, 9 Apr 2003 Hiroo Ono <hiroo at oikumene.gcd.org>
1012     * freewnn-1-1-1-a020 �� tag ����������
1013    
1014     Sun, 6 Apr 2003 06:30:49 Hiroo Ono <hiroo at oikumene.gcd.org>
1015 hiroo 1.28 * Wnn/uum/jhlp.c: err() �� uum_err() ����������libc �� err() ��������
1016     ����������������
1017     * Wnn/uum/sheader.h: ������
1018     * Wnn/jserver/bnsetu_kai.c:
1019     struct kangovect �� typedef ���� word_vertor ������������
1020     * Wnn/jserver/ddefine.h:
1021     ��������������������������������kangovect ��������������
1022     * Wnn/jserver/fzk.c:
1023     struct kangovect �� typedef ���� word_vertor ������������
1024     �������������������������� ISO C ������������
1025     register ��������������
1026     error1() �� log_err() ������������
1027     ��������������������������������������
1028     malloc �������������������������������� (bzero ������ calloc ������)��
1029     �������������� jserver ��������������������������������������������
1030     * Wnn/jserver/fzk.h: word_vector ���� fzkvect �� typedef ������
1031     ddefine.h ������������
1032    
1033 hiroo 1.29 Mon, 30 Dec 2002 00:03:24 Hiroo Ono <hiroo at oikumene.gcd.org>
1034 hiroo 1.27 * PubdicPlus/pubdic.p
1035     �������� ������������: ����������������������
1036 hiroo 1.29 (������������ <fujii at chi.its.hiroshima-cu.ac.jp> ������������)
1037 hiroo 1.27
1038 hiroo 1.29 Fri, 8 Nov 2002 09:15:07 Katsuomi Hamajima <hamajima at nagoya.ydc.co.jp>
1039 hiroo 1.27 * Wnn/jserver/de_header.h:
1040     UCHAR ������������������������
1041    
1042 hiroo 1.29 Tue, 12 Nov 2002 10:25:02 Tomoki Aono <aono at cc.osaka-kyoiku.ac.jp>
1043 hiroo 1.27 * Wnn/etc/revdic.c:
1044     Little endian �������� atod ����������������������������������������
1045 hiroo 1.29 ([freewnn:00903] �������� <zic-fw at ontime.venus.to> ������������)
1046 hiroo 1.27 * Wnn/jutil/atod.c:
1047     usage �� -U ��������
1048    
1049 hiroo 1.29 Sat Sep 07 11:33:53 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
1050 hiroo 1.27 * Contrib/dic/gerodic/g-jinmei.u:
1051     PubdicPlus/pubdic.p: ������(������)��������(����������)������������������
1052 hiroo 1.24
1053 hiroo 1.29 Sun Sep 01 17:48:26 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
1054 hiroo 1.25 * configure.in: FD_SET() ������������ AC_HEADER_TIME ��������
1055     * configure:
1056     config.h.in: ��������
1057     * Wnn/jserver/initjserv.c:
1058     small style fix.
1059     * Wnn/jserver/de.c:
1060     �������������� C89 ����������������������������������������
1061     select(2) ������ fd_set ���� FD_* ��������
1062     * Wnn/jserver/de_header.h:
1063     �������������� C89 ����������
1064     struct wnn_file->area ������ void* ��������
1065     * Wnn/jserver/renbn_kai.c:
1066     �������������� C89 ����������
1067     error1 �� log_err/log_debug ��������
1068     * Wnn/jserver/readfile.c:
1069     �������������� C89 ����������
1070     error1 �� log_err/log_debug ��������
1071    
1072 hiroo 1.29 Mon Aug 26 09:27:23 UTC 2002 Tomoki Aono <aono at cc.osaka-kyoiku.ac.jp>
1073 hiroo 1.25 * Wnn/uum/jhlp.c:
1074 aono 1.26 <sys/errno.h> ����������<errno.h> ������������
1075 hiroo 1.25
1076 hiroo 1.29 Sat Aug 24 18:11:53 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
1077 hiroo 1.25 * Wnn/jserver/de.c:
1078     �������������� C89 ������������
1079     ��������������������������������
1080    
1081 hiroo 1.29 Fri Aug 16 17:30:29 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
1082 hiroo 1.25 * Wnn/jserver/b_index.c:
1083     �������������� C89 ��������������
1084     error1 �� log_err/debug ��������
1085    
1086 hiroo 1.29 Thu Aug 15 10:31:04 UTC 2002 Tomoki Aono <aono at cc.osaka-kyoiku.ac.jp>
1087 hiroo 1.25 * Wnn/jserver/de.c:
1088     struct client �� user_name, host_name ��������������
1089     log_debug()/log_error() ������������������������������
1090     Possible typo fix for IBM compilers (CLINET -> CLIENT).
1091    
1092 hiroo 1.29 Mon Aug 12 16:25:48 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
1093 hiroo 1.25 * jserver/de_header.h:
1094     ��������������������
1095     option_flag ������������
1096     * jserver/ddefine.h:
1097     jserver/fzk.h:
1098     jserver/kaiseki.h:
1099     ��������������������
1100     * jserver/de.c:
1101     <sys/time.h> �� include.
1102     DOFORK macro �� option_flag ����������������
1103     error1() �� log_debug() ������������
1104     * jserver/de_vars.c:
1105     option_flag ������
1106     * jserver/do_filecom.c:
1107     fopen() ����������������������
1108     * jserver/error.c:
1109     c_c->user_name ����������������������������������������
1110     * jserver/initjserv.c:
1111     ����������������������
1112     read_default() �� strtok() ����������������������������������������
1113     read_default_files() ������������������ EXPAND_PATH_LENGTH+1 ��������
1114     ��������������������������������
1115    
1116 hiroo 1.29 Sun Jul 14 04:19:54 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
1117 hiroo 1.25 * PubdicPlus/fzk.con:
1118     PubdicPlus/fzk.fzkattr:
1119     PubdicPlus/fzk.shuutan:
1120     #endif ������������������������������
1121     * Wnn/jserver/de_header.h:
1122     initjserv.c �������� C89 ����������������
1123     * Wnn/jserver/initjserv.c:
1124     change_ascii_to_int() �� atoi() ������������
1125     get_bcksla(): atoi() ��������������
1126     * Wnn/jutil/atod.c:
1127     Wnn/jutil/atof.c:
1128     Wnn/jutil/oldatonewa.c:
1129     Wnn/jutil/ujisf.c:
1130     Wnn/jutil/wnntouch.c:
1131     Wnn/jserver/do_filecom.c:
1132     Wnn/jserver/error.c:
1133     Wnn/jserver/sisheng.c:
1134     Wnn/jlib.V3/jlv3.c:
1135     Wnn/etc/dic_atojis.c:
1136     Wnn/etc/msg.c:
1137     Wnn/etc/sstrings.c:
1138     PubdicPlus/pod.c: Include string(s).h.
1139    
1140 hiroo 1.29 Sat Jun 22 17:58:58 UTC 2002 Tomoki Aono <aono at cc.osaka-kyoiku.ac.jp>
1141 hiroo 1.25 * Wnn/manual/4.cmd/jserver:
1142     Wnn/man/4.cmd/jserver.man:
1143     jserver �� -v ������������������
1144    
1145 hiroo 1.29 Sat Jun 22 13:26:22 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
1146 hiroo 1.25 * CONTRIBUTORS:
1147     pubdic+ ������ patch ������������������������������
1148     ���������������� (Wnn/jserver/de.c [freewnn:00383]).
1149     * acconfig.h:
1150     ������ HAVE_RAND_MAX ��������
1151     * configure.in:
1152     ������ HAVE_RAND_MAX ��������
1153     ramdom() ������������������
1154     * configure, config.h.in: Regenerate.
1155     * Wnn/jserver/de.c:
1156     ���������������������������� (���������� [freewnn:00383])
1157     wnn_os.h ���������� SDRAND ��������
1158     * Wnn/jserver/do_henkan1.c:
1159     NULL macro ������������������������
1160     * Wnn/jserver/do_hindo_s.c:
1161     RAND macro ������������wnn_os.h ���������� SDRAND ��������
1162     * Wnn/jserver/error.c:
1163     errono ����������������������������
1164     * Wnn/etc/bdic.c:
1165     index �� strchr ������������(OS �������� wnn_os.h ��������������)
1166     * Wnn/include/wnn_os.h:
1167     strchr/strrchr/bcopy ����������������������������������
1168     ������������������������������������ rand() ��������������������
1169     ������BSD ������ random() ����������������
1170     * Wnn/jlib/jl.c:
1171     wnn_os.h ���������� RAND ��������
1172     * Wnn/jlib.V3/jlv3.c:
1173     bzero macro ��������wnn_os.h ��������������������
1174     * Xwnmo/xjutil/jutil.c:
1175     ���������������������� include ������
1176     * Wnn/uum/Makefile.in:
1177     �������������� SIGNAL_DEFINES macro ��������
1178     * Wnn/uum/jhlp.c:
1179     strchr/index �� OS ����������������������(wnn_os.h ������)
1180     * Wnn/uum/screen.c:
1181     strchr/index �� OS ����������������������(wnn_os.h ������)
1182     * Wnn/uum/setutmp.c:
1183     strrchr/rindex �� OS ����������������������(wnn_os.h ������)
1184     sdefine.h, sheader.h �� include ������������������������
1185     * Wnn/uum/sheader.h:
1186     ttyfdslot.c �� ttyfdslot() ����������������������
1187     * Wnn/uum/ttyfdslot.c:
1188     ���������������������� include ��������������������������
1189     * Wnn/uum/uif.c:
1190     strchr/index �� OS ����������������������(wnn_os.h ������)
1191     * Wnn/uum/wnnrc_op.c:
1192     ��������������������������������������������������
1193    
1194 hiroo 1.29 Fri Jun 21 19:39:47 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
1195 hiroo 1.25 * Wnn/include/wnn_malloc.h: ������
1196    
1197 hiroo 1.29 Mon Jun 17 17:28:54 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
1198 hiroo 1.25 * configure.in:
1199     Autoconf 2.13 ������������������������(cf.[freewnn:00872])
1200     getopt() ������������������
1201     * config.h.in:
1202     configure: GNU Autoconf 2.53 ��������������
1203     * Wnn/include/wnn_os.h:
1204     rev.1.10 �������� #endif �������� (cf.[freewnn:00874])
1205     * Wnn/jlib/getopt.c:
1206     System �� getopt() �������������������� getopt() ��������
1207     (cf.[freewnn:00874])
1208    
1209 hiroo 1.29 Sat Jun 15 13:11:45 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
1210 hiroo 1.24 * acconfig.h:
1211     EB Library <URI:http://www.sra.co.jp/people/m-kasahr/eb/>.
1212     ����������RETSIGTYPE_VOID hack ��������
1213     * configure.in:
1214     *BSD ���� CCOPTIONS ���� -DCSRG_BASED ��������
1215     configure ������������������AC_CHECK_HEADERS ���� AC_CHECK_FUNCS
1216     ������������
1217     AC_CHECK_TYPES ����������������������
1218     EB Library ����������RETSIGTYPE_VOID hack ��������
1219     ������������������������ Makefile ����������������
1220     getdtablesize() ��������������
1221     * config.h.in, configure: ������ (GNU Autoconf 2.53)
1222     * Wnn/include/wnn_os.h:
1223     bzero/memset, strchr/index strrchr/rindex glue.
1224     SIGNALRETURNSINT �� RETSIGTYPE ���� RETSIGTYPE_VOID ������������
1225     WNN_NFD ���������������� file descriptor ������������������
1226     * Wnn/jlib/getopt.c, jl.c, js.c,
1227     Wnn/jserver/initjserv.c,
1228     Wnn/romkan/rk_header.h:
1229     config.h ������ wnn_os.h �� include ���� BSD42 macro ��������
1230     * Wnn/jserver/de.c:
1231     WNN_NFD ���������������� file descriptor ������������������
1232     * Wnn/jserver/de_header.h, error.c,
1233     Wnn/uum/jhlp.c:
1234     RETSIGTYPE and RETSIGTYPE_VOID ����������������������
1235     WNN_NFD ���������������� file descriptor ������������������
1236     * Wnn/uum/sheader.h:
1237     ����������������
1238     * Wnn/uum/wnnrc_op.c:
1239     BSD42 macro ������
1240    
1241 hiroo 1.29 Fri Jun 14 19:39:30 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
1242 hiroo 1.24 * Makefile.in: ������������������ $(RM) ��������������
1243    
1244 hiroo 1.29 Thu Jun 13 21:27:51 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
1245 hiroo 1.24 * FreeWnn/Wnn/uum/jhlp.c, termio.c:
1246     ���������������� setenv() ������������
1247     - ������������������������������������
1248     - setenv() ��������������������������������������������������������
1249     * FreeWnn/Wnn/uum/termcap.c: curses ������������������
1250     * FreeWnn/Wnn/uum/sheader.h: ������������
1251    
1252 hiroo 1.29 Mon Jun 10 22:15:23 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
1253 hiroo 1.24 * PubdicPlus/pod.c: config.h �� include.
1254    
1255 hiroo 1.29 Sun Jun 09 11:08:41 UTC 2002 Hiroaki Abe <h-abe at pc.highway.ne.jp>
1256 hiroo 1.24 * FreeWnn/configure.in:
1257     BeOS R5.1 ������libbind.so ������������������
1258    
1259 hiroo 1.29 Mon May 27 16:33:52 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
1260 hiroo 1.24 * Wnn/pubdicplus/Makefile.in:
1261     <config.h> �� include ��������������$(TOP) �� include path ��������
1262    
1263 hiroo 1.29 Sat May 25 11:24:47 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
1264 hiroo 1.24 * FreeWnn/PubdicPlus/ fzk.con, fzk.attr, fzk.jircon:
1265     ���������������� ([wnn-users 973],[wnn-users 975] ��������)��
1266     ������������ ([wnn-users 978] Fe2+����)��
1267    
1268 hiroo 1.29 Sat May 25 05:57:43 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
1269 hiroo 1.24 * Wnn/jserver/ MALLOC.c, malloc.c: malloc() wrapper ��������
1270    
1271 hiroo 1.29 Sun May 12 22:51:18 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
1272 hiroo 1.24 * Wnn/conv/cvt_key.c: register ������������
1273     * Wnn/uum/setutmp.c:
1274     setenv() ���������� ���������������������������� include��
1275     * kWnn/jserver/Makefile.in, kWnn/include/Makefile.in,
1276     cWnn/jserver/Makefile.in, cWnn/include/Makefile.in,
1277     Wnn/jserver/Makefile.in:
1278     wnn_malloc.h ���� malloc.c ��������
1279     * Wnn/etc/ msg.c, vasprintf.c,
1280     Wnn/jlib/ jl.c, js.c, kankana.c,
1281     Wnn/jlib.V3/jlv3.c,
1282     Wnn/jserver/ b_index.c, daibun_kai.c, de.c, dispatch.c,
1283     do_env.c, error.c, fzk.c, get_kaiarea.c,
1284     hinsi_list.c,initjserv.c, jikouho.c, jikouho_d.c,
1285     mknode0.c, mknode1.c, mknode2.c, readfile.c,
1286     Wnn/jutil/ atod.c, atorev.c, dtoa.c, ujisf.c, wddel.c,
1287     wdreg.c, wnnstat.c,
1288     Wnn/uum/ basic_op.c, history.c, prologue.c, screen.c,
1289     termcap.c, uif.c, wnnrc_op.c:
1290     malloc() �������� stdlib.h (������ malloc.h) �� include ������
1291     ������ malloc() ��������������������������������������
1292     ������������������������������������ include��
1293     * Wnn/uum/sheader.h: ��������������������������
1294     * Makefile.in: distclean target ����autoconf 2.53 ����������
1295     ����������������������
1296    
1297 hiroo 1.29 Sun May 12 01:01:47 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
1298 hiroo 1.24 * CONTRIBUTEORS: ����
1299     * configure.in, configure, config.h.in:
1300     bcopy/bzero/bcmp ����������������
1301     * Wnn/etc/bcopy.c:
1302     bcopy/bzero/bcmp ����������������
1303     register ��������������
1304    
1305 hiroo 1.29 Sat May 11 13:03:37 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
1306 hiroo 1.24 * INSTALL INSTALL.en: Update.
1307 hiroo 1.23
1308 hiroo 1.29 Tue May 07 22:26:30 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
1309 hiroo 1.23 * Wnn/etc/msg.c:
1310     _search() ������ ([freewnn:00847] ��������)
1311    
1312 hiroo 1.29 Sun May 05 05:13:10 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
1313 hiroo 1.23 * Wnn/include/commonhd.h:
1314     _SERVER_VERSION �� pl20 ����������
1315     unistd.h �� include ������������
1316    
1317 hiroo 1.29 Sat May 04 17:15:24 UTC 2002 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp>
1318 hiroo 1.23 * Wnn/manual/4.cmd/jserver man/4.cmd/jserver.man:
1319     Update.
1320    
1321 hiroo 1.29 Thu May 02 15:18:55 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
1322 hiroo 1.23 * Wnn/jserver/do_hindo_s.c:
1323     stdlib.h �� include ��������������
1324    
1325 hiroo 1.29 Wed May 01 21:05:10 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
1326 hiroo 1.23 * configure.in config.h.in configure:
1327     C89, POSIX 1,2 ��������������������������������
1328     syslog() �� syslog.h ������setenv().
1329     * */jserver/Makefile.in:
1330     JS_SUPPORTLIB ��������(BeOS ���� syslog()/libbe ������������)��
1331     * Wnn/jserver/error.c:
1332     syslog() ����������������������������������������������������
1333     * Wnn/uum/jhlp.c sheader.h:
1334     ���������� setenv() ��������������������������
1335     setenv() �� C89, POSIX 1,2 ����������������������������������
1336     setenv() ������������������������������������������������������
1337 hiroo 1.30 ��������������
1338 hiroo 1.23
1339 hiroo 1.29 Tue Apr 02 04:16:21 UTC 2002 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp>
1340 hiroo 1.23 * Wnn/jserver/de.c: include fcntl.h.
1341     * Wnn/conv/cvt_read.c: cvt_head.h �� include ����������
1342    
1343 hiroo 1.29 Sun Mar 31 11:30:23 UTC 2002 Hiroaki Abe <h-abe at pc.highway.ne.jp>
1344 hiroo 1.23 * Wnn/include/commonhd.h:
1345     BeOS �� unistd.h �������� include ������������������
1346     * */jserver/Makefile.in configure.in configure:
1347     BeOS ����libbe.so �� syslog ����������������������JS_SUPPORTLIBS
1348     ���������� libbe.so �� link ����������������
1349    
1350 hiroo 1.29 Sun Mar 31 06:26:54 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
1351 hiroo 1.23 * Wnn/jserver/de.c de_header.h:
1352     cmd_name[] ������ argv[0] ���� [cjkt]server ����������������
1353     ����������������������������������
1354    
1355 hiroo 1.29 Sat Mar 30 13:44:22 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
1356 hiroo 1.23 * Wnn/romkan/rk_modread.c:
1357     stdlib.h �� include ������
1358    
1359 hiroo 1.29 Sat Mar 30 09:34:48 UTC 2002 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp>
1360 hiroo 1.23 * (Wnn/cWnn/kWnn)/romkan/Makefile.in:
1361     INCLUDES �� -I$(TOP) ��������
1362     LIB_MT_DEFINES ����������������������������
1363     builddir != srcdir �� build ������������������������������������
1364    
1365 hiroo 1.29 Sat Mar 30 02:35:22 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
1366 hiroo 1.23 * Wnn/etc/yincoding.c: ��������������
1367     * Wnn/ ����:
1368     STDC_HEADERS HAVE_*_H ��������string.h/strings.h unistd.h ����
1369     �������� include ������������
1370     ������������ config.h �� include ������������
1371     * configure.in config.h.in configure:
1372     limits.h ������������ (STDC_HEADERS ��������������������������)��
1373     memory.h ������������ (������ bcopy/index �� memmove/strchr ����������)��
1374    
1375 hiroo 1.29 Sat Mar 23 21:18:32 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
1376 hiroo 1.23 Wnn ����:
1377     * STDC_HEADERS ������ stdlib.h �� string.h �� include ����������������
1378     * STDC_HEADERS ������������ strings.h �������������� include��
1379     BSD42 ��������������
1380     * ������������ config.h �� include ����������������
1381    
1382 hiroo 1.29 Thu Mar 21 06:59:22 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
1383 hiroo 1.23 * configure.in: ��������������������������
1384     * cvt_head.h: ������������������������������������
1385     * cvt_read.c, bdic.c, yincoding.c:
1386     BSD42 ������ SYSVR2 ����������������configure ����������������
1387     ������������������
1388     * config.h.in, configure.in, configure:
1389     fchmod() ����������������������
1390    
1391 hiroo 1.29 Sun Mar 10 10:43:47 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
1392 hiroo 1.23 * pubdic.p: �������� ([freewnn:00812] Fe2+ ����)��
1393    
1394 hiroo 1.29 Sat Mar 9 16:50:34 UTC 2002 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp>
1395 hiroo 1.22 * Makefile.in config.h.in configure configure.in
1396     Wnn/etc/gethinsi.c Wnn/jserver/Makefile.in
1397     cWnn/jserver/Makefile.in cWnn/include/Makefile.in
1398     kWnn/jserver/Makefile.in kWnn/include/Makefile.in
1399     + Wnn/etc/vasprintf.c Wnn/etc/mkdir.c ��������������������������
1400     ������������������������������������������������
1401     (AC_REPLACE_FUNCS����������������������������������)��
1402     + configure --disable-cWnn ���� cWnn/ ���������������� Makefile
1403     ����������������������������
1404     (experimental: cWnn������������������������������)��
1405    
1406     * Wnn/jserver/ de_header.h dispatch.c error.c :
1407     error.c ��������. (cf. [freewnn:00772])
1408     + error1()���������������������������� log_err() / log_debug()
1409     ������������
1410     error1() �� log_debug() ����������������������
1411     + jserver �� -s ������������������ (noisy == 0) ��syslog������
1412     ��������������������
1413     + log{err,debug}() ������������ vwrite_log()��������1��������
1414     ������3��������������������1������������������
1415    
1416 hiroo 1.29 Fri Mar 8 20:07:13 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
1417 hiroo 1.22 * ���������������� prototype ���������������������� include ������
1418     * Wnn/etc ���������������������������� wnn_os.h �� pototype ����������
1419     * Wnn/etc/msg.c: bsearch() ��������������
1420    
1421 hiroo 1.29 Fri Mar 8 08:36:04 UTC 2002 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp>
1422 hiroo 1.22 * Wnn/jserver/de.c
1423     log ���������� append �������� open ������
1424     daemon_init() ������������������������������������������������������
1425    
1426 hiroo 1.29 Tue Mar 5 09:23:50 UTC 2002 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp>
1427 hiroo 1.22 * vasprintf.c �� ansidecl.h �� libiberty (gcc-3.0.4 ������) ����
1428     import ������(error.c ������������)��
1429     ��������������������������������:
1430     vasprintf.c: #include <libiberty.h> ��������
1431    
1432 hiroo 1.29 Mon Mar 4 04:01:55 UTC 2002 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp>
1433 hiroo 1.22 * Wnn/man/4.cmd/jserver/man
1434     �������������������������������������� [freewnn:00759]
1435    
1436 hiroo 1.29 Sun Mar 3 14:06:32 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
1437 hiroo 1.22 * Wnn/include/wnn_os.h et al.
1438     ISO C �� K&R C �� prototype ��������������������������������
1439    
1440 hiroo 1.29 Sun Mar 3 12:53:58 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
1441 hiroo 1.22 * configure.in: [freewnn:00764] (��������) ��������������
1442    
1443 hiroo 1.29 Sat Mar 2 11:19:21 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
1444 hiroo 1.22 * wddel �������������� typo ������ ([freewnn:00797] Matui ����).
1445    
1446 hiroo 1.29 Mon Sep 24 08:25:28 UTC 2001 Hiroo Ono <hiroo at oikumene.gcd.org>
1447 hiroo 1.21 * Fix for configure.in and Makefile.in ([freewnn:00753] ��������).
1448    
1449 hiroo 1.29 Sun Sep 16 11:10:20 UTC 2001 Hiroo Ono <hiroo at oikumene.gcd.org>
1450 hiroo 1.20 * configure �� --enable-debug option ������������
1451     gcc ����������CDEBUGFLAGS �� -g2 ����������
1452     INSTPGMFLAGS ���� -s �������� strip ��������������������
1453     gcc ������������ configure.in ����������������
1454    
1455 hiroo 1.29 Sat Sep 15 17:29:15 UTC 2001 Hiroo Ono <hiroo at oikumene.gcd.org>
1456 hiroo 1.20 * jserver �������������� user �������� remote ��������������������
1457     ������������������������������
1458     jserver_dir ��������������������������������
1459     ([freewnn:00699] ������@debian ���� via ��������@debian ����)
1460     ������������������������������������������������configure ��
1461     OFF ������������������ (������������������ ipfilter ������������
1462     ������ host ������������������������������)��
1463     ������������tcp_wrappers ��������������������������������������
1464     �� security ���������������������������� KKTP ����������������
1465     ������������������������������������������������
1466     Manpower ����������������������������������������������������
1467     * ISO C ������������������P_ ������ (in wnn_os.h) ������������
1468     (��������������������������������)��
1469     �������������������� prototype ������������������������������������
1470     (������������������������������������)��
1471     * uum patch ([freewnn:00676] ������������)
1472     cuum, kuum, tuum ������������������������������������������
1473     uum ������
1474     * IPv6 patch ������
1475     Unix domain socket �� permission �� 0777 ��������
1476     cmd_name �� argv[0] ��������
1477     ([freewnn:00716],[freewnn:00732] ��������)
1478     jserver.man ������������
1479     * Wnn/jserver/error.c �� error1() ����"cmd_name:" ����������������
1480     ����������([freewnn:00730] ��������)
1481     * INSTALL ��������������
1482    
1483 hiroo 1.29 Tue Aug 14 11:12:34 UTC 2001 Hiroo Ono <hiroo at oikumene.gcd.org>
1484 hiroo 1.19 * CPP + IPv6 patch ([freewnn:00673] ��������)
1485     * configure.in �� BeOS ������������ ([freewnn:00677] ��������)
1486     * libtool-1.4 �� libtoolize & aclocal ��������
1487    
1488 ura 1.18 Sun Jun 17 15:00:08 UTC 2001
1489     * ���� manpage ��������([freewnn:00542] Francis Bond ����)
1490     atod.man, atof.man, dtoa.man
1491     ������������������������������������
1492     * jserver -v option ������([freewnn:00581] ������������)
1493     * jserver usage ������ ([freewnn:00606] Francis Bond)
1494    
1495 hiroo 1.29 Sat Jun 2 00:27:56 JST 2001 Hiroo Ono <hiroo at oikumene.gcd.org>
1496 ura 1.18 * config.h.in, configure.in, */*/Makefile.in,
1497     ����*.h, *.c ����������������:
1498     sys/param.h ����������
1499     ��������config.h ��������������
1500     ��������Makefile.in �� INCLUDES ��������
1501     NOFILE ������������ #if ����������������������
1502     * Wnn/man/6.jutil/atod.man: ���������������������� ASCII ��������
1503     * emacs (NEmacs?) ������������������
1504    
1505 hiroo 1.29 Wed May 30 00:09:15 JST 2001 Hiroo Ono <hiroo at oikumene.gcd.org>
1506 ura 1.18 * Wnn/manual/3.libwnn/*,
1507     Wnn/manual/7.Protocol/KKTP:
1508     ������������ typo ���� ([[freewnn:00581] ������������)
1509     ����������������������������������������������
1510    
1511 hiroo 1.29 Sun May 27 12:55:45 JST 2001 Hiroo Ono <hiroo at oikumene.gcd.org>
1512 ura 1.18 * Makefile.in: distclean �� libtool ��������
1513     * Wnn/include/wnn_os.h: HAVE_WAIT3 ������ (configure.in ������)��
1514     * configure.in: cc �� gcc ���������� CPP ������([freewnn:00578] ��������)
1515     BePC, FreeBSD, Linux ������������
1516     CPP=`$CC -print-prog-name=cpp`
1517     ��������
1518    
1519 hiroo 1.29 Sun May 20 18:09:02 JST 2001 Hiroo Ono <hiroo at oikumene.gcd.org>
1520 ura 1.18
1521     * makerule.mk.in: $(CC) �� -DHAVE_CONFIG_H ������������������������
1522     * PubdicPlus/fzk.con ���� patch ���� ([freewnn:00576] ��������)
1523     * Wnn/include/msg.h ������ <sys/param.h> ������������
1524     * Wnn/jd/wnnenvrc_R.omr: gerodic ������([freewnn:00346] ��������)
1525     * Wnn/jlib/js.c: include config.h ([freewnn:00392] ��������)
1526    
1527 hiroo 1.29 Sat May 19 18:20:25 JST 2001 Hiroo Ono <hiroo at oikumene.gcd.org>
1528 ura 1.18
1529     * PubdicPlus/fzk.con ���� patch ([freewnn:00547] ��������)
1530     * PubdicPlus/pubdic.p ���� ([freewnn:00424] ��������)
1531    
1532     * Makefile.in �� distclean target ���� ([freewnn:00380] ��������)
1533    
1534     * Wnn/include/msg.h: fix the constraint for path name length.
1535     * Wnn/etc/msg.c: likewise.
1536     * Wnn/jlib/js.c: add the include of sys/param.h for removing path
1537     name length.
1538     ([freewnn:00380] ��������)
1539    
1540     * config.h.in �� autoheader ��������������������
1541     acconfig.h ��������
1542     ([freewnn:00290] ��������)
1543    
1544     * config.h �� HAVE_CONFIG_H �� define ����������������������������
1545     ��������
1546    
1547 hiroo 1.29 Sat May 19 14:16:00 JST 2001 Hiroo Ono <hiroo at oikumene.gcd.org>
1548 ura 1.18
1549     * �������� shared library �� (libtool ����)
1550     ([freewnn:00443] ���������� patch)
1551     * libtool-1.3.5 ������
1552     libltdl/aclocal.m4
1553     ltconfig
1554     ltmain.sh
1555     autoconf-2.13 ������
1556     config.guess
1557     config.sub
1558     ������������ ([freewnn:00444] �������� ����)
1559     * Xsi/configure �� CVS ����������
1560     autoconf ��������������������release ������
1561     release engineer ����������������
1562    
1563 hiroo 1.29 Tue Mar 21 02:34:45 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp>
1564 ura 1.17
1565     * ������ 1.1.1-a017 ������������������
1566    
1567 hiroo 1.29 Tue Mar 21 01:12:29 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp>
1568 ura 1.17
1569     * Wnn/jserver/de_header.h: get_file_name��expand_file_name ������
1570     ��������������������([freewnn:00369] ����������������)
1571    
1572 hiroo 1.29 Tue Mar 21 01:04:22 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp>
1573 ura 1.17
1574     * mkdir() ������������������������ system() �� /bin/mkdir ��������
1575     ������������������(��������: Wnn/etc/mkdir.c)
1576     ����: mkdir() ����������������������������������������������
1577     mkdir() ����������������������������
1578     defined(BSD42) || defined(uniosu) || defined(UX386) || defined(DGUX)
1579     ([freewnn:00358] ����������������)
1580    
1581 hiroo 1.29 Fri Mar 17 01:56:30 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp>
1582 ura 1.17
1583     * gets_cur �� getws_cur ������������������������������������������
1584     ����������(buffer overflow ����) ([freewnn:00361] ����������������)
1585    
1586 hiroo 1.29 Fri Mar 3 01:04:09 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp>
1587 ura 1.17
1588     * ���������������������������������������� configure ������������
1589     �� #ifdef BEOS ������������([freewnn:00347] ����������������)
1590    
1591 hiroo 1.29 Fri Mar 3 00:23:43 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp>
1592 ura 1.17
1593     * Wnn/jutil/dic_head.c (input_header): ��������������������
1594     (������������������������) ([freewnn:00319] ����������������)
1595    
1596 hiroo 1.29 Mon Feb 28 22:32:17 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp>
1597 ura 1.17
1598     * Wnn/etc/msg.c (msg_open): msg_open() �������� libwnn.msg ��
1599     ���������������������������������������� '\0' ��������������
1600     ��������������������������([freewnn:00324]������������������
1601     [freewnn:00350]����������������)
1602    
1603 hiroo 1.29 Mon Feb 28 22:17:43 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp>
1604 ura 1.17
1605     * .msg ������������������������msg_open ��������FreeWnn������
1606     enbug (T_T)����������������([freewnn:00328])
1607    
1608 hiroo 1.29 Fri Feb 25 01:17:04 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp>
1609 ura 1.16
1610     * ������ 1.1.1-a016 ������������������
1611    
1612 hiroo 1.29 Thu Feb 24 02:24:05 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp>
1613 ura 1.16
1614     * ���� indent ������������������������������������������������������
1615     (������������ /* *INDENT-OFF* */��/* *INDENT-ON* */ ��������������)
1616    
1617 hiroo 1.29 Wed Feb 23 00:35:09 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp>
1618 ura 1.16
1619     * Wnn/jutil/wnnkill.c: indent ������������������ ifdef ����������
1620     ��
1621     * Wnn/jutil/wnnstat.c: (����)
1622     * Wnn/jutil/dtoa.c: (����)
1623    
1624 hiroo 1.29 Wed Feb 23 00:32:19 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp>
1625 ura 1.16
1626     * Wnn/etc/xutoj.c: ����������������(������������������ ifdef ����
1627     ������������������indent ����������������)
1628     ([freewnn:00336] ����������������)
1629    
1630 hiroo 1.29 Mon Feb 14 02:23:38 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp>
1631 ura 1.15
1632     * ������ 1.1.1-a015 ������������������
1633    
1634 hiroo 1.29 Sun Feb 13 18:56:32 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp>
1635 ura 1.15
1636     * configure.in: socklen_t ����������������������������������������
1637     ([freewnn:00238] ����������������)
1638    
1639 hiroo 1.29 Sun Feb 13 18:41:43 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp>
1640 ura 1.15
1641     * Wnn/jserver/do_env.c: new_env ���� sticky �� jishomax ����������
1642     ��������������������������������������������������
1643     ([freewnn:00229] ����������������)
1644    
1645     * Wnn/jserver/do_dic_env.c: del_all_dic_in_env ������������������
1646     env[eid] �������������������� jishomax ���������������� 0 ����������
1647     (�������������������������� jishomax ����������������������������
1648     ������������)
1649     ([freewnn:00229] ����������������)
1650    
1651 hiroo 1.29 Sun Feb 13 18:28:02 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp>
1652 ura 1.15
1653     * Wnn/jserver/de.c: Solaris2.4+gcc-2.95.1������������warning������
1654     ����������([freewnn:00206] ���������������� + [freewnn:00209])
1655    
1656 hiroo 1.29 Sun Feb 13 18:16:54 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp>
1657 ura 1.15
1658     * makerule.mk.in: ar ������������ "clq" ���� "cq" ��������SunOS
1659     2.4 ���� l ����������������������������ar �� l ����������HP-UX ��
1660     ��������������������������GNUld ���� No Operation ����������������
1661     ���������� ([freewnn:00207],[freewnn:00208],[freewnn:00210])
1662    
1663 hiroo 1.29 Sun Feb 13 18:05:09 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp>
1664 ura 1.15
1665     * gerodic ���������������������������� rc ��������������
1666     ([freewnn:00214] kaz / ��������������������)
1667    
1668 hiroo 1.29 Sun Feb 13 17:54:13 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp>
1669 ura 1.15
1670     * *.man ������������ roff ������������������
1671     ([freewnn:00216] ��������������������)
1672    
1673 hiroo 1.29 Sun Feb 13 16:36:01 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp>
1674 ura 1.15
1675     * Wnn/jserver/de.c: jserver �� usage ������������ -N ��������
1676     ([freewnn:00273] ��������������������)
1677    
1678     * Wnn/jserver/de.c: jserver �� -p ����������������(��������������
1679     ��)
1680     ([freewnn:00277] ��������������������)
1681    
1682     * Wnn/man/4.cmd/jserver.man: -p ������������-N ������������������
1683     ������(������������������������)
1684    
1685 hiroo 1.29 Thu Feb 10 02:17:38 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp>
1686 ura 1.15
1687     * man ��������������������������������������������
1688 hiroo 1.29 ([freewnn:00203] ���� ���� <uematsu at kgz.com>������������)
1689 ura 1.15
1690 hiroo 1.29 Mon Feb 7 02:32:22 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp>
1691 ura 1.14
1692     * ������ 1.1.1-a014 ������������������
1693    
1694 hiroo 1.29 Sun Feb 6 17:22:32 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp>
1695 ura 1.14
1696     * COPYRIGHT, COPYRIGHT-j �������������� GPL ����������������������
1697     ����������
1698    
1699 hiroo 1.29 Sun Feb 6 17:17:57 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp>
1700 ura 1.14
1701     * ChangeLog.old ��������������������������������������������������
1702     ����������������������������
1703    
1704     * CONTRIBUTORS ����FreeWnn 1.0/1.1 ������������������
1705    
1706 hiroo 1.29 Sun Feb 6 17:15:44 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp>
1707 ura 1.14
1708     * ����������������������������������������������������������������
1709     ��������������������������
1710    
1711     1. �������� �� FreeWnn Project ������������������������
1712    
1713     cWnn/tdic, cWnn/cdic, kWnn/kdic, Contrib/dic/gerodic,
1714     Wnn-consortium/dic
1715    
1716     2. �������������� ��FreeWnn Project ������������������������
1717    
1718     Wnn/manual, Wnn/manual.en, cWnn/manual, cWnn/manual.en
1719    
1720     3. Xwnmo �� FreeWnn Project ������������������������
1721    
1722     Xwnmo
1723    
1724     4. PubdicPlus �� FreeWnn ��������������������������������������
1725     Public Domain �������������� Pubdic ��������������������������
1726    
1727     PubdicPlus
1728    
1729 hiroo 1.29 Tue Oct 19 01:07:40 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp>
1730 ura 1.13
1731     * ������ 1.1.1-a013 ������������������
1732    
1733 hiroo 1.29 Tue Oct 19 00:09:48 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp>
1734 ura 1.13
1735     * Wnn/jserver/de.c: jserver ����������������������perror() ������
1736     ������������������������������������������������������
1737     ������������([freewnn:00199])
1738    
1739 hiroo 1.29 Mon Oct 18 23:11:20 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp>
1740 ura 1.13
1741     * Wnn/jserver/do_hindo_s.c: drand48() ������������������������
1742     (stdlib.h ������������������)��FreeBSD �� jserver ����������������
1743     ������������([freewnn:00195] ����������������)
1744    
1745     * Wnn/jserver/do_hindo_s.c: 1U �� (unsigned)1 ��������K&R ��������
1746     ������������([freewnn:00195] ����������������)
1747    
1748 hiroo 1.29 Sat Oct 16 00:47:38 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp>
1749 ura 1.13
1750     * Wnn/jserver/de.c: accept ��������������������������warning ����
1751     ��������
1752     ([freewnn:00140]: ������������������)
1753    
1754 hiroo 1.29 Wed Sep 29 03:19:17 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp>
1755 ura 1.12
1756     * ������ 1.1.1-a012 ������������������
1757    
1758 hiroo 1.29 Wed Sep 29 02:13:56 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp>
1759 ura 1.12
1760     * gerodic �� Makefile.in ������������������
1761 ura 1.13 ([freewnn:00143]: kaz / ������������������)
1762 ura 1.12
1763     * gerodic �� make ������ make install ������������������������
1764    
1765 hiroo 1.29 Wed Sep 29 00:46:31 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp>