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.44 - (hide annotations) (download)
Sun Jan 20 11:50:50 2019 UTC (5 years, 2 months ago) by itisango
Branch: MAIN
CVS Tags: freewnn-1-1-1-a023-1, HEAD
Changes since 1.43: +28 -1 lines
Changed for "Reproducible Buids"

FreeWnn's dictionary files (*.dic, *.fzk, *.con and *.conR) have
the current time, build host name and inode numbers
in their headers.
So binaries were not "Reproducible Buids"!
I changed the atod and atof commands.
Now, both commands can ignore
the current time, build host name and inode numbers
by "-d" option.

But FreeWnn identifies files by header information.
So "-d" option needs the "dummy device number" option argument.
I manage "dummy device number"  by "devnum.conf" files.

See also:
 <https://osdn.net/projects/freewnn/ticket/38482>
 <https://reproducible-builds.org/>

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