Develop and Download Open Source Software

Browse CVS Repository

Contents of /freewnn/FreeWnn/ChangeLog.en

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


Revision 1.7 - (show annotations) (download)
Sun Aug 18 19:56:03 2002 UTC (21 years, 7 months ago) by hiroo
Branch: MAIN
Changes since 1.6: +100 -2 lines
 * Changelog, Changelog.en:
   Catch up changes from 2002/05/11 to 2002/06/15.

1
2 Sat Jun 15 13:11:45 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
3 * acconfig.h:
4 Added RETSIGTYPE_VOID hack taken from EB Library
5 <URI:http://www.sra.co.jp/people/m-kasahr/eb/>.
6 * configure.in:
7 Removed -DCSRG_BASED for CCOPTIONS of *BSD.
8 Aggregated AC_CHECK_HEADERS and AC_CHECK_FUNCS parameter
9 to reduce the size of configure a little.
10 Cosmetic change in AC_CHECK_TYPES usage.
11 Added RETSIGTYPE_VOID hack taken from EB Library.
12 Suppress Makefile generation for each language when
13 they are disabled.
14 Add getdtablesize() check.
15 * config.h.in, configure: regenerate. (GNU Autoconf 2.53)
16 * Wnn/include/wnn_os.h:
17 bzero/memset, strchr/index strrchr/rindex glue.
18 SIGNALRETURNSINT replaced by RETSIGTYPE and RETSIGTYPE_VOID.
19 Newly define WNN_NFD for temporal file descriptor number hack.
20 * Wnn/jlib/getopt.c, jl.c, js.c,
21 Wnn/jserver/initjserv.c,
22 Wnn/romkan/rk_header.h:
23 Include config.h and wnn_os.h if not, and get rid of BSD42 macro.
24 * Wnn/jserver/de.c:
25 Use WNN_NFD for temporal file descriptor number hack.
26 * Wnn/jserver/de_header.h, error.c,
27 Wnn/uum/jhlp.c:
28 Replace to RETSIGTYPE and RETSIGTYPE_VOID.
29 Use WNN_NFD for temporal file descriptor number hack.
30 * Wnn/uum/sheader.h:
31 A trivial change in comment.
32 * Wnn/uum/wnnrc_op.c:
33 Get rid of BSD42 macro.
34
35 Fri Jun 14 19:39:30 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
36 * Makefile.in: use $(RM) for remove command.
37
38 Thu Jun 13 21:27:51 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
39 * FreeWnn/Wnn/uum/jhlp.c, termio.c:
40 Change own setenv() definition to not to print out error message
41 and getting one more parameter for compatibility.
42 Print out setenv() error message at the caller side.
43 * FreeWnn/Wnn/uum/termcap.c: curses header inclusion.
44 * FreeWnn/Wnn/uum/sheader.h: cleanup.
45
46 Mon Jun 10 22:15:23 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
47 * PubdicPlus/pod.c: Include config.h.
48
49 Sun Jun 09 11:08:41 UTC 2002 Hiroaki Abe <h-abe@pc.highway.ne.jp>
50 * FreeWnn/configure.in:
51 Add libbind.so check for BeOS R5.1.
52
53 Mon May 27 16:33:52 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
54 * Wnn/pubdicplus/Makefile.in:
55 Put $(TOP) to include path so that <config.h> can be included.
56
57 Sat May 25 11:24:47 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
58 * FreeWnn/PubdicPlus/ fzk.con, fzk.attr, fzk.jircon:
59 Enhancement for verb ([wnn-users 973],[wnn-users 975] Y.Katayama).
60 Enhancement for prefix ([wnn-users 978] Fe2+(T.Matsui)).
61
62 Sat May 25 05:57:43 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
63 * Wnn/jserver/ MALLOC.c, malloc.c: Remove malloc() wrapper.
64
65 Sun May 12 22:51:18 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
66 * Wnn/conv/cvt_key.c: Remove qualifier register.
67 * Wnn/uum/setutmp.c:
68 Correct the parameter of setenv().
69 Include necessary system headers.
70 * kWnn/jserver/Makefile.in, kWnn/include/Makefile.in,
71 cWnn/jserver/Makefile.in, cWnn/include/Makefile.in,
72 Wnn/jserver/Makefile.in:
73 Remove wnn_malloc.h and malloc.c
74 * Wnn/etc/ msg.c, vasprintf.c,
75 Wnn/jlib/ jl.c, js.c, kankana.c,
76 Wnn/jlib.V3/jlv3.c,
77 Wnn/jserver/ b_index.c, daibun_kai.c, de.c, dispatch.c,
78 do_env.c, error.c, fzk.c, get_kaiarea.c,
79 hinsi_list.c,initjserv.c, jikouho.c, jikouho_d.c,
80 mknode0.c, mknode1.c, mknode2.c, readfile.c,
81 Wnn/jutil/ atod.c, atorev.c, dtoa.c, ujisf.c, wddel.c,
82 wdreg.c, wnnstat.c,
83 Wnn/uum/ basic_op.c, history.c, prologue.c, screen.c,
84 termcap.c, uif.c, wnnrc_op.c:
85 Include stdlib.h (or malloc.h) for malloc() family.
86 Remove prototype for malloc().
87 Include some other system headers.
88 * Wnn/uum/sheader.h: Remove unnecessary prototypes.
89 * Makefile.in: Add removal of autoconf 2.53 generated
90 files in distclean.
91
92 Sun May 12 01:01:47 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
93 * CONTRIBUTEORS: update
94 * configure.in, configure, config.h.in:
95 Check for bcopy/bzero/bcmp.
96 * Wnn/etc/bcopy.c:
97 Check for bcopy/bzero/bcmp.
98 Remove qualifier register.
99
100 Sat May 11 13:03:37 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
101 * INSTALL INSTALL.en: Update.
102
103 Tue May 07 22:26:30 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
104 * Wnn/etc/msg.c:
105 Corrected _search(). ([freewnn:00847] by K.Wada)
106
107 Sun May 05 05:13:10 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
108 * Wnn/include/commonhd.h:
109 Updated _SERVER_VERSION to pl20.
110 Removed unistd.h inclusion.
111
112 Sat May 04 17:15:24 UTC 2002 Tomoki AONO <aono@cc.osaka-kyoiku.ac.jp>
113 * Wnn/manual/4.cmd/jserver man/4.cmd/jserver.man:
114 Update.
115
116 Thu May 02 15:18:55 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
117 * Wnn/jserver/do_hindo_s.c:
118 Corrected inclusion of stdlib.h.
119
120 Wed May 01 21:05:10 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
121 * configure.in config.h.in configure:
122 Added checking for syslog(), syslog.h and setenv() that are not
123 in C89 or POSIX 1,2.
124 * */jserver/Makefile.in:
125 Removed JS_SUPPORTLIB. We do not use syslog()/libbe in the BeOS.
126 * Wnn/jserver/error.c:
127 Skip syslog() when it is not found.
128 * Wnn/uum/jhlp.c sheader.h:
129 Use system's setenv() function. As it is not in C89 or POSIX 1,2
130 standards, use our own definition when it is not found.
131 However, it should be rewritten to meet other specification, and
132 it assumes environment variables are in the variable char **environ.
133
134 Tue Apr 02 04:16:21 UTC 2002 Tomoki AONO <aono@cc.osaka-kyoiku.ac.jp>
135 * Wnn/jserver/de.c: include fcntl.h.
136 * Wnn/conv/cvt_read.c: Change include point of cvt_head.h.
137
138 Sun Mar 31 11:30:23 UTC 2002 Hiroaki Abe <h-abe@pc.highway.ne.jp>
139 * Wnn/include/commonhd.h:
140 Remoke unitsd.h inclusion for BeOS.
141 * */jserver/Makefile.in configure.in configure:
142 BeOS requires to link libbe.so when using syslog function.
143 Add JS_SUPPORTLIBS to set libraries when building [jckt]server.
144
145 Sun Mar 31 06:26:54 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
146 * Wnn/jserver/de.c de_header.h:
147 Changed the value of cmd_name[] from argv[0] to "[cjkt]server".
148 Style and error message fix.
149
150 Sat Mar 30 13:44:22 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
151 * Wnn/romkan/rk_modread.c: Include stdlib.h
152
153 Sat Mar 30 09:34:48 UTC 2002 Tomoki AONO <aono@cc.osaka-kyoiku.ac.jp>
154 * (Wnn/cWnn/kWnn)/romkan/Makefile.in:
155 Added -I$(TOP) to INCLUDES.
156 Removed LIB_MT_DEFINES. It is not used anywhere.
157 Preliminary change for enabling build when builddir != srcdir.
158
159 Sat Mar 30 02:35:22 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
160 * Wnn/etc/yincoding.c: Style fix.
161 * files below Wnn/:
162 Added header files (string.h/strings.h unistd.h and so on) inclusion
163 according to STDC_HEADERS and HAVE_*_H.
164 Add config.h inclusion if necessary.
165 * configure.in config.h.in configure:
166 Remove limits.h check. We see STDC_HEADERS.
167 Add memory.h check for future bcopy/index -> memmove/strchr change.
168
169 Sat Mar 23 21:18:32 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
170 files under Wnn directory:
171 * See STDC_HEADERS for stdlib.h and string.h.
172 * Include strings.h if no STDC_HEADERS and it exists.
173 * Include config.h if necessary.
174
175 Thu Mar 21 06:59:22 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
176 * configure.in: Removed unecessary comments.
177 * cvt_head.h: Removed commented out codes.
178 * cvt_read.c, bdic.c, yincoding.c:
179 get rid of BSD42 and SYSVR2 macros and add check by configure.
180 * config.h.in, configure.in, configure:
181 add fchmod() check.
182
183 Sun Mar 10 10:43:47 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
184 * pubdic.p: Fixed typo. ([freewnn:00812] by Fe2+)
185
186 Sat Mar 9 16:50:34 UTC 2002 Tomoki AONO <aono@cc.osaka-kyoiku.ac.jp>
187 * Makefile.in config.h.in configure configure.in
188 Wnn/etc/gethinsi.c Wnn/jserver/Makefile.in
189 cWnn/jserver/Makefile.in cWnn/include/Makefile.in
190 kWnn/jserver/Makefile.in kWnn/include/Makefile.in :
191 + Wnn/etc/vasprintf.c and Wnn/etc/mkdir.c are compiled on platforms
192 which do not have equivalent functions.
193 (emulating the AC_REPLACE_FUNCS macro by ourself).
194 + If the configure option `--disable-cWnn' is specified, disable
195 Makefile creation under cWnn directory.
196 Note: It is an experimental feature and it should also be done
197 for Wnn and kWnn.
198
199 * Wnn/jserver/ de_header.h dispatch.c error.c :
200 error.c related changes . (cf. [freewnn:00772])
201 + Eliminate error1() and create new functions which takes variable
202 arguments log_err() and log_debug().
203 error1() is defined to be log_debug().
204 + If -s option of jserver is not specified (noisy == 0), prints
205 log messages to syslog.
206 + vwrite_log(), called from log{err,debug}(), puts log message in
207 one line (i.e. it does not add extra new lines).
208 Usually, at least 3 lines was printed.
209
210 Fri Mar 8 20:07:13 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
211 * Include system headers which contains the function prototype used.
212 * Wnn/etc/wnn_os.h: Put the prototypes for functions defined in
213 Wnn/etc.
214 * Wnn/etc/msg.c: removed bsearch() implimentation.
215
216 Fri Mar 8 08:36:04 UTC 2002 Tomoki AONO <aono@cc.osaka-kyoiku.ac.jp>
217 * Wnn/jserver/de.c
218 Open log (script) file in append mode.
219 Delete duplicated signal handler setting in daemon_init().
220
221 Tue Mar 5 09:23:50 UTC 2002 Tomoki AONO <aono@cc.osaka-kyoiku.ac.jp>
222 * Imported vasprintf.c and ansidecl.h from libiberty (bundled with
223 gcc-3.0.4). Needed for error.c rewrite.
224 Change from original version:
225 vasprintf.c does not #include <libiberty.h>.
226
227 Mon Mar 4 04:01:55 UTC 2002 Tomoki AONO <aono@cc.osaka-kyoiku.ac.jp>
228 * Wnn/man/4.cmd/jserver/man
229 Fixed option-description formatting for jserver. [freewnn:00759]
230
231 Sun Mar 3 14:06:32 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
232 * Wnn/include/wnn_os.h et al.
233 Removed P_ macro for K&R C.
234
235 Sun Mar 3 12:53:58 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
236 * configure.in: Applied fix from [freewnn:00764] (T.Aono).
237
238 Sat Mar 2 11:19:21 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
239 * Fixed typo in the manual of wddel ([freewnn:00797] T.Matui).
240
241 Mon Sep 24 08:25:28 UTC 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
242 * Fix for configure.in and Makefile.in ([freewnn:00753] by T.Aono).
243
244 Sun Sep 16 11:10:20 UTC 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
245 * Added --enable-debug option to the configure script.
246 it adds -g2 option to CDEBUGFLAGS if CC is GCC, and remove
247 -s from INSTPGMFLAGS not to strip the executable.
248 An update to the configure.in script for CC other than GCC is
249 welcome.
250
251 Sat Sep 15 17:29:15 UTC 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
252 * Put workaround for remote vulnerability that allow to create
253 a file in an arbitrary path.
254 ([freewnn:00699] by Mr.Ukai via Mr. M.Ishikawa).
255 As it breaks the traditional feature (the problem itself!) of
256 FreeWnn, this workaround can be turned off in the configure
257 script. But if you want to do so, you should at least forbid
258 accesses from unexpected hosts using ipfilter or its equivalent.
259 More secure solutions like adding tcp_wrappers feature and
260 some kind of authentication are needed, but as the problem came
261 from the design of KKTP itself, we should be careful what
262 solution we will take. Due to the poor manpower, this will take
263 time.
264 * Added P_ macro in wnn_os.h to support ISO C (and current K&R
265 style) in the future.
266 I am planning to change prototypes to be written with the macro.
267 (it may be backed out though).
268 * Uum support again ([freewnn:00676] by Mr. K.Iijima).
269 There is no cuum, kuum, tuum support yet, but there will be.
270 * Fix IPv6 feature.
271 Set the permission of Unix domain socket to 0766
272 Set the variable cmd_name to argv[0].
273 ([freewnn:00716],[freewnn:00732] by K. Hamajima).
274 * Do not ignore "cmd_name:" in error1() of Wnn/jserver/error.c
275 ([freewnn:00730] by T.Aono)
276 * Modified INSTALL.en
277
278 Tue Aug 14 11:12:34 UTC 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
279 * CPP + IPv6 path ([freewnn:00673] Katsuomi Hamajima)
280 * fix to configure.in for beos ([freewnn:00677] Hiroaki Abe)
281 * libtoolized by libtool-1.4 and aclocal.
282
283 Sun Jun 17 15:00:08 UTC 2001
284 * Added some manpages in English.([freewnn:00542] Francis Bond)
285 atod.man, atof.man, dtoa.man
286 They are not installed for the instant.
287 * Added -v option to jserver ([freewnn:00581] Y.Yabuki)
288 * Corrected jserver usage. ([freewnn:00606] Francis Bond)
289
290 Sat Jun 2 00:27:56 JST 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
291 * config.h.in, configure.in, */*/Makefile.in,
292 and some other *.h and *.c files:
293 check if sys/param.h exists.
294 include config.h for this.
295 fixed INCLUDES line of Makefile.in for this.
296 modified #if statements related to macro NOFILE. (should be revised).
297 * Wnn/man/6.jutil/atod.man: changed some alphabet characters.
298 * removed some comments for emacs (NEmacs?) editor.
299
300 Wed May 30 00:09:15 JST 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
301 * Wnn/manual/3.libwnn/*,
302 Wnn/manual/7.Protocol/KKTP:
303 fix document typo ([[freewnn:00581] by Youichi Yabuki)
304 The documents in English should also be fixed, but...
305
306 Sun May 27 12:55:45 JST 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
307 * Makefile.in: remove libtool in distclean
308 * Wnn/include/wnn_os.h: remove HAVE_WAIT3 (it is now in configure.in)
309 * configure.in: temporary fix for CPP ([freewnn:00578] H.Abe)
310 CPP=`$CC -print-prog-name=cpp` on BePC, FreeBSD, Linux
311
312 Sun May 20 18:09:02 JST 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
313
314 * makerule.mk.in: pass -DHAVE_CONFIG_H to $(CC)
315 * PubdicPlus/fzk.con: fix previous patch ([freewnn:00576] by Keiki Sunagawa).
316 * include <sys/param.h> before Wnn/include/msg.h .
317 * Wnn/jd/wnnenvrc_R.omr: add gerodic ([freewnn:00346] by Fuminori Uematsu).
318 * Wnn/jlib/js.c: include config.h ([freewnn:00392] by Hiroaki Abe)
319
320 Sat May 19 18:20:25 JST 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
321
322 * PubdicPlus/fzk.con patch ([freewnn:00547] by Keiki Sunagawa)
323 * PubdicPlus/pubdic.p fix ([freewnn:00424] by Tetsuo Tsukamoto)
324
325 * Add target distclean to Makefile.in ([freewnn:00380] by Nobuyuki Hikichi)
326 * Wnn/include/msg.h: fix the constraint for path name length.
327 * Wnn/etc/msg.c: likewise.
328 * Wnn/jlib/js.c: add the include of sys/param.h for removing path
329 name length.
330 ([freewnn:00380] by Nobuyuki Hikichi)
331
332 * now, generate config.h.in by autoheader using acconfig.h.
333 ([freewnn:00290] by Shinchi Motoki)
334
335 * include config.h only when HAVE_CONFIG_H is defined.
336
337 Sat May 19 14:16:00 JST 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
338
339 * divide and shared library patch ([freewnn:00443] by Satoshi Taoka)
340 * importing
341 libltdl/aclocal.m4
342 ltconfig
343 ltmain.sh
344 from libtool-1.3.5, and
345 config.guess
346 config.sub
347 from autoconf-2.13 ([freewnn:00444] by Satoshi Taoka)
348 * remove configure from cvs tree.
349 it can be generated by autoconf.

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