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.41 - (hide annotations) (download)
Sun May 10 01:39:27 2015 UTC (8 years, 11 months ago) by itisango
Branch: MAIN
Changes since 1.40: +14 -1 lines
redefined WNN_CREATE and WNN_NO_CREATE number -> pointer

Modified Files:
	ChangeLog ChangeLog.en Wnn/include/jllib.h Wnn/jlib/jl.c
	Wnn/jlib.V3/jlv3.c

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