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.39 - (hide annotations) (download)
Tue Sep 3 02:44:05 2013 UTC (10 years, 7 months ago) by itisango
Branch: MAIN
Changes since 1.38: +5 -0 lines
Modified Files:
	 ChangeLog ChangeLog.en :
For test of CVS checkin .

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