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.36 - (hide annotations) (download)
Sun Aug 4 17:34:00 2013 UTC (10 years, 8 months ago) by aonoto
Branch: MAIN
Changes since 1.35: +68 -1 lines
Removed strange word (pronounces as 'Hirokazu', transfers to
'Kobayashi'). Spotted by some poster of FreeWnn thread in 2ch.net
(http://toro.2ch.net/test/read.cgi/unix/1084551838/458)

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