Develop and Download Open Source Software

Browse CVS Repository

Annotation of /freewnn/FreeWnn/ChangeLog.en

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


Revision 1.6 - (hide annotations) (download)
Sun May 12 00:41:13 2002 UTC (21 years, 11 months ago) by hiroo
Branch: MAIN
Changes since 1.5: +87 -0 lines
* Update Changelog from middle of march to now.
* Update Contributors list.

1 hiroo 1.6 Sat May 11 13:03:37 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
2     * INSTALL INSTALL.en
3     Update.
4    
5     Tue May 07 22:26:30 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
6     * Wnn/etc/msg.c:
7     Corrected _search(). ([freewnn:00847] by K.Wada)
8    
9     Sun May 05 05:13:10 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
10     * Wnn/include/commonhd.h:
11     Updated _SERVER_VERSION to pl20.
12     Removed unistd.h inclusion.
13    
14     Sat May 04 17:15:24 UTC 2002 Tomoki AONO <aono@cc.osaka-kyoiku.ac.jp>
15     * Wnn/manual/4.cmd/jserver man/4.cmd/jserver.man:
16     Update.
17    
18     Thu May 02 15:18:55 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
19     * Wnn/jserver/do_hindo_s.c:
20     Corrected inclusion of stdlib.h.
21    
22     Wed May 01 21:05:10 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
23     * configure.in config.h.in configure:
24     Added checking for syslog(), syslog.h and setenv() that are not
25     in C89 or POSIX 1,2.
26     * */jserver/Makefile.in:
27     Removed JS_SUPPORTLIB. We do not use syslog()/libbe in the BeOS.
28     * Wnn/jserver/error.c:
29     Skip syslog() when it is not found.
30     * Wnn/uum/jhlp.c sheader.h:
31     Use system's setenv() function. As it is not in C89 or POSIX 1,2
32     standards, use our own definition when it is not found.
33     However, it should be rewritten to meet other specification, and
34     it assumes environment variables are in the variable char **environ.
35    
36     Tue Apr 02 04:16:21 UTC 2002 Tomoki AONO <aono@cc.osaka-kyoiku.ac.jp>
37     * Wnn/jserver/de.c: include fcntl.h.
38     * Wnn/conv/cvt_read.c: Change include point of cvt_head.h.
39    
40     Sun Mar 31 11:30:23 UTC 2002 Hiroaki Abe <h-abe@pc.highway.ne.jp>
41     * Wnn/include/commonhd.h:
42     Remoke unitsd.h inclusion for BeOS.
43     * */jserver/Makefile.in configure.in configure:
44     BeOS requires to link libbe.so when using syslog function.
45     Add JS_SUPPORTLIBS to set libraries when building [jckt]server.
46    
47     Sun Mar 31 06:26:54 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
48     * Wnn/jserver/de.c de_header.h:
49     Changed the value of cmd_name[] from argv[0] to "[cjkt]server".
50     Style and error message fix.
51    
52     Sat Mar 30 13:44:22 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
53     * Wnn/romkan/rk_modread.c: Include stdlib.h
54    
55     Sat Mar 30 09:34:48 UTC 2002 Tomoki AONO <aono@cc.osaka-kyoiku.ac.jp>
56     * (Wnn/cWnn/kWnn)/romkan/Makefile.in:
57     Added -I$(TOP) to INCLUDES.
58     Removed LIB_MT_DEFINES. It is not used anywhere.
59     Preliminary change for enabling build when builddir != srcdir.
60    
61     Sat Mar 30 02:35:22 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
62     * Wnn/etc/yincoding.c: Style fix.
63     * files below Wnn/:
64     Added header files (string.h/strings.h unistd.h and so on) inclusion
65     according to STDC_HEADERS and HAVE_*_H.
66     Add config.h inclusion if necessary.
67     * configure.in config.h.in configure:
68     Remove limits.h check. We see STDC_HEADERS.
69     Add memory.h check for future bcopy/index -> memmove/strchr change.
70    
71     Sat Mar 23 21:18:32 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
72     files under Wnn directory:
73     * See STDC_HEADERS for stdlib.h and string.h.
74     * Include strings.h if no STDC_HEADERS and it exists.
75     * Include config.h if necessary.
76    
77     Thu Mar 21 06:59:22 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
78     * configure.in: Removed unecessary comments.
79     * cvt_head.h: Removed commented out codes.
80     * cvt_read.c, bdic.c, yincoding.c:
81     get rid of BSD42 and SYSVR2 macros and add check by configure.
82     * config.h.in, configure.in, configure:
83     add fchmod() check.
84    
85     Sun Mar 10 10:43:47 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
86     * pubdic.p: Fixed typo. ([freewnn:00812] by Fe2+)
87    
88 hiroo 1.5 Sat Mar 9 16:50:34 UTC 2002 Tomoki AONO <aono@cc.osaka-kyoiku.ac.jp>
89     * Makefile.in config.h.in configure configure.in
90     Wnn/etc/gethinsi.c Wnn/jserver/Makefile.in
91     cWnn/jserver/Makefile.in cWnn/include/Makefile.in
92     kWnn/jserver/Makefile.in kWnn/include/Makefile.in :
93     + Wnn/etc/vasprintf.c and Wnn/etc/mkdir.c are compiled on platforms
94     which do not have equivalent functions.
95     (emulating the AC_REPLACE_FUNCS macro by ourself).
96     + If the configure option `--disable-cWnn' is specified, disable
97     Makefile creation under cWnn directory.
98     Note: It is an experimental feature and it should also be done
99     for Wnn and kWnn.
100    
101     * Wnn/jserver/ de_header.h dispatch.c error.c :
102     error.c related changes . (cf. [freewnn:00772])
103     + Eliminate error1() and create new functions which takes variable
104     arguments log_err() and log_debug().
105     error1() is defined to be log_debug().
106     + If -s option of jserver is not specified (noisy == 0), prints
107     log messages to syslog.
108     + vwrite_log(), called from log{err,debug}(), puts log message in
109     one line (i.e. it does not add extra new lines).
110     Usually, at least 3 lines was printed.
111    
112     Fri Mar 8 20:07:13 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
113     * Include system headers which contains the function prototype used.
114     * Wnn/etc/wnn_os.h: Put the prototypes for functions defined in
115     Wnn/etc.
116     * Wnn/etc/msg.c: removed bsearch() implimentation.
117    
118     Fri Mar 8 08:36:04 UTC 2002 Tomoki AONO <aono@cc.osaka-kyoiku.ac.jp>
119     * Wnn/jserver/de.c
120     Open log (script) file in append mode.
121     Delete duplicated signal handler setting in daemon_init().
122    
123     Tue Mar 5 09:23:50 UTC 2002 Tomoki AONO <aono@cc.osaka-kyoiku.ac.jp>
124     * Imported vasprintf.c and ansidecl.h from libiberty (bundled with
125     gcc-3.0.4). Needed for error.c rewrite.
126     Change from original version:
127     vasprintf.c does not #include <libiberty.h>.
128    
129     Mon Mar 4 04:01:55 UTC 2002 Tomoki AONO <aono@cc.osaka-kyoiku.ac.jp>
130     * Wnn/man/4.cmd/jserver/man
131     Fixed option-description formatting for jserver. [freewnn:00759]
132    
133     Sun Mar 3 14:06:32 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
134     * Wnn/include/wnn_os.h et al.
135     Removed P_ macro for K&R C.
136    
137     Sun Mar 3 12:53:58 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
138     * configure.in: Applied fix from [freewnn:00764] (T.Aono).
139    
140     Sat Mar 2 11:19:21 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
141     * Fixed typo in the manual of wddel ([freewnn:00797] T.Matui).
142    
143 hiroo 1.4 Mon Sep 24 08:25:28 UTC 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
144     * Fix for configure.in and Makefile.in ([freewnn:00753] by T.Aono).
145    
146 hiroo 1.3 Sun Sep 16 11:10:20 UTC 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
147     * Added --enable-debug option to the configure script.
148     it adds -g2 option to CDEBUGFLAGS if CC is GCC, and remove
149     -s from INSTPGMFLAGS not to strip the executable.
150     An update to the configure.in script for CC other than GCC is
151     welcome.
152    
153     Sat Sep 15 17:29:15 UTC 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
154     * Put workaround for remote vulnerability that allow to create
155     a file in an arbitrary path.
156     ([freewnn:00699] by Mr.Ukai via Mr. M.Ishikawa).
157     As it breaks the traditional feature (the problem itself!) of
158     FreeWnn, this workaround can be turned off in the configure
159     script. But if you want to do so, you should at least forbid
160     accesses from unexpected hosts using ipfilter or its equivalent.
161     More secure solutions like adding tcp_wrappers feature and
162     some kind of authentication are needed, but as the problem came
163     from the design of KKTP itself, we should be careful what
164     solution we will take. Due to the poor manpower, this will take
165     time.
166     * Added P_ macro in wnn_os.h to support ISO C (and current K&R
167     style) in the future.
168     I am planning to change prototypes to be written with the macro.
169     (it may be backed out though).
170     * Uum support again ([freewnn:00676] by Mr. K.Iijima).
171     There is no cuum, kuum, tuum support yet, but there will be.
172     * Fix IPv6 feature.
173     Set the permission of Unix domain socket to 0766
174     Set the variable cmd_name to argv[0].
175     ([freewnn:00716],[freewnn:00732] by K. Hamajima).
176     * Do not ignore "cmd_name:" in error1() of Wnn/jserver/error.c
177     ([freewnn:00730] by T.Aono)
178     * Modified INSTALL.en
179    
180 hiroo 1.2 Tue Aug 14 11:12:34 UTC 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
181     * CPP + IPv6 path ([freewnn:00673] Katsuomi Hamajima)
182     * fix to configure.in for beos ([freewnn:00677] Hiroaki Abe)
183     * libtoolized by libtool-1.4 and aclocal.
184    
185 ura 1.1 Sun Jun 17 15:00:08 UTC 2001
186     * Added some manpages in English.([freewnn:00542] Francis Bond)
187     atod.man, atof.man, dtoa.man
188     They are not installed for the instant.
189     * Added -v option to jserver ([freewnn:00581] Y.Yabuki)
190     * Corrected jserver usage. ([freewnn:00606] Francis Bond)
191    
192     Sat Jun 2 00:27:56 JST 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
193     * config.h.in, configure.in, */*/Makefile.in,
194     and some other *.h and *.c files:
195     check if sys/param.h exists.
196     include config.h for this.
197     fixed INCLUDES line of Makefile.in for this.
198     modified #if statements related to macro NOFILE. (should be revised).
199     * Wnn/man/6.jutil/atod.man: changed some alphabet characters.
200     * removed some comments for emacs (NEmacs?) editor.
201    
202     Wed May 30 00:09:15 JST 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
203     * Wnn/manual/3.libwnn/*,
204     Wnn/manual/7.Protocol/KKTP:
205     fix document typo ([[freewnn:00581] by Youichi Yabuki)
206     The documents in English should also be fixed, but...
207    
208     Sun May 27 12:55:45 JST 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
209     * Makefile.in: remove libtool in distclean
210     * Wnn/include/wnn_os.h: remove HAVE_WAIT3 (it is now in configure.in)
211     * configure.in: temporary fix for CPP ([freewnn:00578] H.Abe)
212     CPP=`$CC -print-prog-name=cpp` on BePC, FreeBSD, Linux
213    
214     Sun May 20 18:09:02 JST 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
215    
216     * makerule.mk.in: pass -DHAVE_CONFIG_H to $(CC)
217     * PubdicPlus/fzk.con: fix previous patch ([freewnn:00576] by Keiki Sunagawa).
218     * include <sys/param.h> before Wnn/include/msg.h .
219     * Wnn/jd/wnnenvrc_R.omr: add gerodic ([freewnn:00346] by Fuminori Uematsu).
220     * Wnn/jlib/js.c: include config.h ([freewnn:00392] by Hiroaki Abe)
221    
222     Sat May 19 18:20:25 JST 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
223    
224     * PubdicPlus/fzk.con patch ([freewnn:00547] by Keiki Sunagawa)
225     * PubdicPlus/pubdic.p fix ([freewnn:00424] by Tetsuo Tsukamoto)
226    
227     * Add target distclean to Makefile.in ([freewnn:00380] by Nobuyuki Hikichi)
228     * Wnn/include/msg.h: fix the constraint for path name length.
229     * Wnn/etc/msg.c: likewise.
230     * Wnn/jlib/js.c: add the include of sys/param.h for removing path
231     name length.
232     ([freewnn:00380] by Nobuyuki Hikichi)
233    
234     * now, generate config.h.in by autoheader using acconfig.h.
235     ([freewnn:00290] by Shinchi Motoki)
236    
237     * include config.h only when HAVE_CONFIG_H is defined.
238    
239     Sat May 19 14:16:00 JST 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
240    
241     * divide and shared library patch ([freewnn:00443] by Satoshi Taoka)
242     * importing
243     libltdl/aclocal.m4
244     ltconfig
245     ltmain.sh
246     from libtool-1.3.5, and
247     config.guess
248     config.sub
249     from autoconf-2.13 ([freewnn:00444] by Satoshi Taoka)
250     * remove configure from cvs tree.
251     it can be generated by autoconf.

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26