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.14 - (show annotations) (download)
Tue Jun 29 15:11:55 2004 UTC (19 years, 9 months ago) by hiroo
Branch: MAIN
Changes since 1.13: +45 -0 lines
* Changelog*:  update to 20 June 2003.

1 Fri, 20 Jun 2003 16:10:24 Tomoki Aono <aono at cc.osaka-kyoiku.ac.jp>
2 * Wnn/jserver/de.c:
3 Correct libwrap support code to properly deny disallowed hosts.
4 Previously, it seem to have denied all clients if compiled with
5 libwrap support.
6 Added code to recv() users.
7 Fixed typo of TIME_WITH_SYS_TIME.
8
9 Wed, 18 Jun 2003 11:10:46 Tomoki Aono <aono at cc.osaka-kyoiku.ac.jp>
10 * Wnn/jserver/de.c:
11 Added socketclose() to libwrap section.
12 Logging issue: Add c_c=NULL to correctly record event category.
13
14 Tue, 10 Jun 2003 10:39:09 Tomoki Aono <aono at cc.osaka-kyoiku.ac.jp>
15 * configure.in:
16 Fixed the usage of AC_CHECK_TYPES in socklen_t check.
17 Removed *BSD and some other system specific sections.
18 Respect CDEBUGFLAGS even if --disable-debug.
19
20 Sun, 8 Jun 2003 03:09:52 Hiroo Ono <hiroo at oikumene.gcd.org>
21 * configure.in:
22 Check utmpx.h.
23 Comment out time_t check. It does not work well.
24 Add getgpid, getgprp check for uum.
25 Add libwrapsupport ([freewnn:0032] by S. Motoki).
26 * Wnn/include/wnn_os.h:
27 Move FD_SET and related macro to this file.
28 * Wnn/jserver/de.c:
29 Use TIME_WITH_SYS_TIME macro by autoconf.
30 Move FD_SET and related macro to wnn_os.h.
31 Add libwrapsupport ([freewnn:0032] by S. Motoki).
32 * Wnn/jserver/error.c:
33 Use TIME_WITH_SYS_TIME macro by autoconf.
34
35 Sat, 7 Jun 2003 13:04:33 Hiroo Ono <hiroo at oikumene.gcd.org>
36 * configure.in: check utmp.h.
37 * Wnn/include/wnn_os.h:
38 add some prototype of functions in Wnn/etc.
39 * Wnn/jserver/de.c:
40 file_init() now returns malloc status.
41 * Wnn/jserver/de_header.h, get_kaiarea.c, jbiki.c:
42 style fix.
43 * Wnn/jserver/readfile.c, b_index.c, do_filecom.c, jishoop.c, rd_jishoop.c:
44 Change according to *_realloc. Paranoiac treatment of realloc.
45
46 Wed, 4 Jun 2003 14:12:13 Hiroo Ono <hiroo at oikumene.gcd.org>
47 * Wnn/jserver/get_kaiaria.c:
48 Global variable definitions are moved from kai_area.c to this file.
49 * Wnn/jserver/kai_area.c: Remove.
50 * {Wnn,cWnn,kWnn}/jserver/Makefile.in: Remove kai_area.{c,o}
51
52 Wed, 4 Jun 2003 14:05:23 Hiroo Ono <hiroo at oikumene.gcd.org>
53 * configure.in:
54 Fit to newer AC_CHECK_TYPES and AC_DEFINE usage.
55 * acconfig.h:
56 New AC_DEFINE usage made this file obsolete. Remove it.
57
58 Wed, 4 Jun 2003 08:35:03 Tomoki Aono <aono at cc.osaka-kyoiku.ac.jp>
59 * config.guess, config.sub, ltmain.sh, aclocal.m4:
60 Update libtool to 1.5. This will probably allow shared library
61 build on Darwin/MacOS X. Initially submitted in [freewnn:00978]
62 with a little modification.
63 Most of libtool lines lack --mode=MODE option resulting in
64 warning messages from libtool. We will have to fix it.
65
66 Fri, 30 May 2003 16:18:00 Hiroo Ono <hiroo at oikumene.gcd.org>
67 * Wnn/include/commonhd.h:
68 Increment SERVER_VERSION.
69
70 Sun, 18 May 2003 14:34:02 Hiroaki Abe <h-abe at pc.highway.ne.jp>
71 * Wnn/jserver/de_header.h, do_filecom.c:
72 Allocate struct wnn_file files dynamically.
73
74 Sun, 11 May 2003 19:01:10 Hiroo Ono <hiroo at oikumene.gcd.org>
75 * Makefile.in, configure.in, makerule.mk.in:
76 revised CFLAGS and CDEBUGFLAGS usage.
77 * configure: regenerate.
78 * Wnn/etc/bdic.c, Wnn/include/jd_sock.h, Wnn/jlib/js.c,
79 Wnn/romkan/rk_modread.c, Wnn/uum/jhlp.c, Wnn/romkan/rk_read.c:
80 Axed UX386 macro.
81 * Wnn/jlib/jl.c, Wnn/jlib/kankana.c, Wnn/jserver/do_env.c,
82 Wnn/jserver/do_filecom.c, Wnn/uum/uif.c:
83 style fix.
84 * Wnn/jserver/ddefine.h, Wnn/jserver/fzk.h, fzk.c, Wnn/uum/sheader.h:
85 forgot to add edited year.
86 * Wnn/conv/Makefile.in: remove unnecessary variable.
87 * Wnn/jlib/Makefile.in, Wnn/jlib.V3/Makefile.in,
88 cWnn/jlib/Makefile.in, kWnn/jlib/Makefile.in:
89 removed unnecessary variable, removed getopt.c, and style fix.
90 * Wnn/jlib/getopt.c: Removed as replaced by libc or GNU getopt.
91 * cWnn/etc/Makefile.in, kWnn/etc/Makefile.in:
92 remove unnecessary variable.
93 added GNU getopt.c and getopt1.c which deals with long options.
94 style fix.
95 * cWnn/include/Makefile.in, kWnn/include/Makefile.in:
96 added GNU getopt.h and style fix.
97 * Wnn/jserver/Makefile.in, cWnn/jserver/Makefile.in,
98 kWnn/jserver/Makefile.in:
99 Remove de_vars.c and jserver_id.c
100 Replace getopt by GNU getopt.
101 Removed FORKDEF. cf. de.c changes.
102 * Wnn/jserver/de_vars.c:
103 Remove. Global variables now dealt in de_header.h and de.c.
104 * Wnn/jserver/de_header.h:
105 global variable definitions are now in de_header.h and kaiseki.h.
106 add OPT_* macro. style fix.
107 * Wnn/jserver/kai_area.c: global variables are moved to kaiseki.h
108 * Wnn/jserver/kaiseki.h: now covers global variable definition.
109 * Wnn/jserver/jserver_id.c: Remove. It is not used.
110 * Wnn/jserver/bnsetu_kai.c:
111 discard jmt_set() return value.
112 It never returnes -1 (failure), so this change does not matter.
113 * Wnn/jserver/de.c:
114 use GNU getopt now.
115 global variable now dealt in de_header.h and de.c.
116 axed UX386 macro.
117 add -D option (do not detach tty) and some long options.
118 changed option setting with OTP_*.
119 * Wnn/etc/getopt.c, Wnn/etc/getopt1.c, Wnn/include/getopt.h:
120 add GNU getopt (getopt_long).
121 * Wnn/jserver/jmt0.c:
122 Elimination of unnecessary code brought that
123 init_jmt() no more returns a value nor take a parameter,
124 also initjmt is no more needed.
125 * Wnn/jserver/do_dic_no.c, do_henkan1.c:
126 init_jmt() no more takes a parameter, and style fix.
127 * Wnn/jserver/get_kaiarea.c:
128 change return value of get_kaiseki_area().
129 failure now returns NULL, and success returns 1 (non zero)
130 (a little bit like malloc).
131 style fix.
132 * Wnn/jserver/initjserv.c, snd_rcv.c, w_string.c:
133 remove commented out code.
134
135 Fri, 9 Apr 2003 Hiroo Ono <hiroo at oikumene.gcd.org>
136 * Tagged freewnn-1-1-1-a020.
137
138 Sun, 6 Apr 2003 06:30:49 Hiroo Ono <hiroo at oikumene.gcd.org>
139 * Wnn/uum/jhlp.c: Change err() to uum_err().
140 Avoid overriding err() in libc.
141 * Wnn/uum/sheader.h: ditto.
142 * Wnn/jserver/bnsetu_kai.c:
143 Convert "struct kangovect" to typedef'ed "word_vertor".
144 * Wnn/jserver/ddefine.h:
145 Remove commented out code and "kangovect" definition.
146 * Wnn/jserver/fzk.c:
147 Convert "struct kangovect" to typedef'ed "word_vertor".
148 Make function prototypes and definition ISO C style.
149 Get rid of the keyword "register".
150 Convert error1() to log_err().
151 Remove commented out code.
152 Zero clear malloc'ed areas using bzero() or calloc(). It will
153 make jserver work again.
154 * Wnn/jserver/fzk.h: typedef word_vector and fzkvect.
155 include ddefine.h.
156
157 Mon, 30 Dec 2002 00:03:24 Hiroo Ono <hiroo at oikumene.gcd.org>
158 * PubdicPlus/pubdic.p
159 Fixed the word "torawareru".
160 (reported by Mr.Hironori Fujii <fujii at chi.its.hiroshima-cu.ac.jp>)
161
162 Fri, 8 Nov 2002 09:15:07 Katsuomi Hamajima <hamajima at nagoya.ydc.co.jp>
163 * Wnn/jserver/de_header.h:
164 Fix compile error by defining UCHAR.
165
166 Tue, 12 Nov 2002 10:25:02 Tomoki Aono <aono at cc.osaka-kyoiku.ac.jp>
167 * Wnn/etc/revdic.c:
168 Fix bug on revdic against WNN_UD_DICT.
169 atod -U creates wrong dictionary (and even crashes) on little-endian
170 architecture.
171 (reported by Mr.Kamei <zic-fw at ontime.venus.to> in [freewnn:00903]>)
172 * Wnn/jutil/atod.c:
173 Add -U explanation in the usage.
174
175 Sat Sep 07 11:33:53 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
176 * Contrib/dic/gerodic/g-jinmei.u:
177 PubdicPlus/pubdic.p:
178 Fix the word "hitachi" and "jouban".
179
180 Sun Sep 01 17:48:26 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
181 * configure.in: added check for FD_SET() and AC_HEADER_TIME.
182 * configure:
183 config.h.in: regenerate.
184 * Wnn/jserver/initjserv.c:
185 small style fix.
186 * Wnn/jserver/de.c:
187 Change prototypes to C89 style, modify error message.
188 Use the type fd_set and functions FD_* for select(2) parameters.
189 * Wnn/jserver/de_header.h:
190 Change some prototypes to C89 format.
191 Change struct wnn_file->area type to void*.
192 * Wnn/jserver/renbn_kai.c:
193 Change prototypes to C89 style,
194 error1 -> log_err/log_debug conversion.
195 * Wnn/jserver/readfile.c:
196 Change prototypes to C89 style,
197 error1 -> log_err/log_debug conversion.
198
199 Mon Aug 26 09:27:23 UTC 2002 Tomoki Aono <aono at cc.osaka-kyoiku.ac.jp>
200 * Wnn/uum/jhlp.c:
201 #include <errno.h> instead of <sys/errno.h>.
202
203 Sat Aug 24 18:11:53 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
204 * Wnn/jserver/de.c:
205 Change prototypes to C89 style.
206 Remove commented out function.
207
208 Fri Aug 16 17:30:29 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
209 * Wnn/jserver/b_index.c:
210 Change prototypes to C89 style.
211 error1 -> log_err/debug conversion.
212
213 Thu Aug 15 10:31:04 UTC 2002 Tomoki Aono <aono at cc.osaka-kyoiku.ac.jp>
214 * Wnn/jserver/de.c:
215 Clear user_name and host_name of deleted client struct
216 to display username correctly in log_debug()/log_error().
217 Possible typo fix for IBM compilers (CLINET -> CLIENT).
218
219 Mon Aug 12 16:25:48 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
220 * jserver/de_header.h:
221 Permit double inclusion.
222 Add option_flag variable.
223 * jserver/ddefine.h:
224 jserver/fzk.h:
225 jserver/kaiseki.h:
226 Permit double inclusion.
227 * jserver/de.c:
228 Include <sys/time.h>
229 Change DOFORK macro to option_flag variable.
230 error1() -> log_debug() change.
231 * jserver/de_vars.c:
232 Add option_flag variable.
233 * jserver/do_filecom.c:
234 Remove fopen() prototype.
235 * jserver/error.c:
236 Avoid printing garbage when c_c->user_name has invalid value.
237 * jserver/initjserv.c:
238 Rearrange prototypes.
239 Change read_default() implementation to a little more sofisticated
240 way using strtok(). (at least I do think so).
241 Add debug messages to read_default().
242 Change read_default_files() buffer size to EXPAND_PATH_LENGTH+1.
243 Remove commented out function.
244
245 Sun Jul 14 04:19:54 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
246 * PubdicPlus/fzk.con:
247 PubdicPlus/fzk.fzkattr:
248 PubdicPlus/fzk.shuutan:
249 Comment out identifier trailing to #endif.
250 * Wnn/jserver/de_header.h:
251 Change the prototypes of functions defined in intjserv.c
252 in C89 style.
253 * Wnn/jserver/initjserv.c:
254 Replace change_ascii_to_int() to atoi() in standard library.
255 Corrected the parameter for atoi() in get_bcksla().
256 * Wnn/jutil/atod.c:
257 Wnn/jutil/atof.c:
258 Wnn/jutil/oldatonewa.c:
259 Wnn/jutil/ujisf.c:
260 Wnn/jutil/wnntouch.c:
261 Wnn/jserver/do_filecom.c:
262 Wnn/jserver/error.c:
263 Wnn/jserver/sisheng.c:
264 Wnn/jlib.V3/jlv3.c:
265 Wnn/etc/dic_atojis.c:
266 Wnn/etc/msg.c:
267 Wnn/etc/sstrings.c:
268 PubdicPlus/pod.c: Include string(s).h.
269
270 Sat Jun 22 17:58:58 UTC 2002 Tomoki Aono <aono at cc.osaka-kyoiku.ac.jp>
271 * Wnn/manual/4.cmd/jserver:
272 Wnn/man/4.cmd/jserver.man:
273 Added description about jserver -v option.
274
275 Sat Jun 22 13:26:22 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
276 * CONTRIBUTORS:
277 List the contributors for pubdic+ enhancement (from wnn-users).
278 Added Mr.Ishida for the fix in Wnn/jserver/de.c [freewnn:00383].
279 * acconfig.h:
280 Remove HAVE_RAND_MAX, which is superfluous.
281 * configure.in:
282 Remove HAVE_RAND_MAX, which is superfluous.
283 check `random()'.
284 * configure, config.h.in: Regenerate.
285 * Wnn/jserver/de.c:
286 Buffer overflow fix. (by Mr.Ishida, [freewnn:00383]).
287 Use SDRAND defined in wnn_os.h.
288 * Wnn/jserver/do_henkan1.c:
289 Remove needless NULL macro.
290 * Wnn/jserver/do_hindo_s.c:
291 Remove RAND() macro and use DRAND() defined in wnn_os.h.
292 * Wnn/jserver/error.c:
293 Comment out errono printing.
294 * Wnn/etc/bdic.c:
295 Replace index to strchr (OS dependency is dealt in wnn_os.h).
296 * Wnn/include/wnn_os.h:
297 Anternate strchr/strrchr/bcopy if they are not found.
298 Select pseudo-random number generation method.
299 standard rand() is too bad and BSD decendants seem to have random().
300 * Wnn/jlib/jl.c:
301 Use RAND() defined in wnn_os.h.
302 * Wnn/jlib.V3/jlv3.c:
303 Remove bzero macro. it is defined in wnn_os.h if needed.
304 * Xwnmo/xjutil/jutil.c:
305 Include appropriate headers.
306 * Wnn/uum/Makefile.in:
307 Remove the macro SIGNAL_DEFINES which is not used.
308 * Wnn/uum/jhlp.c:
309 Remove OS dependency check for strchr/index. It is in wnn_os.h now.
310 * Wnn/uum/screen.c:
311 Remove OS dependency check for strchr/index. It is in wnn_os.h now.
312 * Wnn/uum/setutmp.c:
313 Replace rindex to strrchr (OS dependency is dealt in wnn_os.h).
314 Include sdefine.h, sheader.h, and remove prototypes.
315 * Wnn/uum/sheader.h:
316 Add prototype for ttyfdslot() in ttyfdslot.c.
317 * Wnn/uum/ttyfdslot.c:
318 Include appropriate headers and remove prototypes.
319 * Wnn/uum/uif.c:
320 Remove OS dependency check for strchr/index. It is in wnn_os.h now.
321 * Wnn/uum/wnnrc_op.c:
322 Remove prototype for system library function.
323
324 Fri Jun 21 19:39:47 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
325 * Wnn/include/wnn_malloc.h: Removed.
326
327 Mon Jun 17 17:28:54 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
328 * configure.in:
329 Passes autoconf 2.13 again. (cf.[freewnn:00872])
330 Look for getopt().
331 * config.h.in:
332 configure: Regenerate by GNU Autoconf 2.53.
333 * Wnn/include/wnn_os.h:
334 Add #endif forgotten in rev.1.10 (cf.[freewnn:00874]).
335 * Wnn/jlib/getopt.c:
336 Enable only when the system do not have getopt()(cf.[freewnn:00874]).
337
338 Sat Jun 15 13:11:45 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
339 * acconfig.h:
340 Added RETSIGTYPE_VOID hack taken from EB Library
341 <URI:http://www.sra.co.jp/people/m-kasahr/eb/>.
342 * configure.in:
343 Removed -DCSRG_BASED for CCOPTIONS of *BSD.
344 Aggregated AC_CHECK_HEADERS and AC_CHECK_FUNCS parameter
345 to reduce the size of configure a little.
346 Cosmetic change in AC_CHECK_TYPES usage.
347 Added RETSIGTYPE_VOID hack taken from EB Library.
348 Suppress Makefile generation for each language when
349 they are disabled.
350 Add getdtablesize() check.
351 * config.h.in, configure: regenerate. (GNU Autoconf 2.53)
352 * Wnn/include/wnn_os.h:
353 bzero/memset, strchr/index strrchr/rindex glue.
354 SIGNALRETURNSINT replaced by RETSIGTYPE and RETSIGTYPE_VOID.
355 Newly define WNN_NFD for temporal file descriptor number hack.
356 * Wnn/jlib/getopt.c, jl.c, js.c,
357 Wnn/jserver/initjserv.c,
358 Wnn/romkan/rk_header.h:
359 Include config.h and wnn_os.h if not, and get rid of BSD42 macro.
360 * Wnn/jserver/de.c:
361 Use WNN_NFD for temporal file descriptor number hack.
362 * Wnn/jserver/de_header.h, error.c,
363 Wnn/uum/jhlp.c:
364 Replace to RETSIGTYPE and RETSIGTYPE_VOID.
365 Use WNN_NFD for temporal file descriptor number hack.
366 * Wnn/uum/sheader.h:
367 A trivial change in comment.
368 * Wnn/uum/wnnrc_op.c:
369 Get rid of BSD42 macro.
370
371 Fri Jun 14 19:39:30 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
372 * Makefile.in: use $(RM) for remove command.
373
374 Thu Jun 13 21:27:51 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
375 * FreeWnn/Wnn/uum/jhlp.c, termio.c:
376 Change own setenv() definition to not to print out error message
377 and getting one more parameter for compatibility.
378 Print out setenv() error message at the caller side.
379 * FreeWnn/Wnn/uum/termcap.c: curses header inclusion.
380 * FreeWnn/Wnn/uum/sheader.h: cleanup.
381
382 Mon Jun 10 22:15:23 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
383 * PubdicPlus/pod.c: Include config.h.
384
385 Sun Jun 09 11:08:41 UTC 2002 Hiroaki Abe <h-abe at pc.highway.ne.jp>
386 * FreeWnn/configure.in:
387 Add libbind.so check for BeOS R5.1.
388
389 Mon May 27 16:33:52 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
390 * Wnn/pubdicplus/Makefile.in:
391 Put $(TOP) to include path so that <config.h> can be included.
392
393 Sat May 25 11:24:47 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
394 * FreeWnn/PubdicPlus/ fzk.con, fzk.attr, fzk.jircon:
395 Enhancement for verb ([wnn-users 973],[wnn-users 975] Y.Katayama).
396 Enhancement for prefix ([wnn-users 978] Fe2+(T.Matsui)).
397
398 Sat May 25 05:57:43 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
399 * Wnn/jserver/ MALLOC.c, malloc.c: Remove malloc() wrapper.
400
401 Sun May 12 22:51:18 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
402 * Wnn/conv/cvt_key.c: Remove qualifier register.
403 * Wnn/uum/setutmp.c:
404 Correct the parameter of setenv().
405 Include necessary system headers.
406 * kWnn/jserver/Makefile.in, kWnn/include/Makefile.in,
407 cWnn/jserver/Makefile.in, cWnn/include/Makefile.in,
408 Wnn/jserver/Makefile.in:
409 Remove wnn_malloc.h and malloc.c
410 * Wnn/etc/ msg.c, vasprintf.c,
411 Wnn/jlib/ jl.c, js.c, kankana.c,
412 Wnn/jlib.V3/jlv3.c,
413 Wnn/jserver/ b_index.c, daibun_kai.c, de.c, dispatch.c,
414 do_env.c, error.c, fzk.c, get_kaiarea.c,
415 hinsi_list.c,initjserv.c, jikouho.c, jikouho_d.c,
416 mknode0.c, mknode1.c, mknode2.c, readfile.c,
417 Wnn/jutil/ atod.c, atorev.c, dtoa.c, ujisf.c, wddel.c,
418 wdreg.c, wnnstat.c,
419 Wnn/uum/ basic_op.c, history.c, prologue.c, screen.c,
420 termcap.c, uif.c, wnnrc_op.c:
421 Include stdlib.h (or malloc.h) for malloc() family.
422 Remove prototype for malloc().
423 Include some other system headers.
424 * Wnn/uum/sheader.h: Remove unnecessary prototypes.
425 * Makefile.in: Add removal of autoconf 2.53 generated
426 files in distclean.
427
428 Sun May 12 01:01:47 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
429 * CONTRIBUTEORS: update
430 * configure.in, configure, config.h.in:
431 Check for bcopy/bzero/bcmp.
432 * Wnn/etc/bcopy.c:
433 Check for bcopy/bzero/bcmp.
434 Remove qualifier register.
435
436 Sat May 11 13:03:37 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
437 * INSTALL INSTALL.en: Update.
438
439 Tue May 07 22:26:30 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
440 * Wnn/etc/msg.c:
441 Corrected _search(). ([freewnn:00847] by K.Wada)
442
443 Sun May 05 05:13:10 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
444 * Wnn/include/commonhd.h:
445 Updated _SERVER_VERSION to pl20.
446 Removed unistd.h inclusion.
447
448 Sat May 04 17:15:24 UTC 2002 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp>
449 * Wnn/manual/4.cmd/jserver man/4.cmd/jserver.man:
450 Update.
451
452 Thu May 02 15:18:55 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
453 * Wnn/jserver/do_hindo_s.c:
454 Corrected inclusion of stdlib.h.
455
456 Wed May 01 21:05:10 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
457 * configure.in config.h.in configure:
458 Added checking for syslog(), syslog.h and setenv() that are not
459 in C89 or POSIX 1,2.
460 * */jserver/Makefile.in:
461 Removed JS_SUPPORTLIB. We do not use syslog()/libbe in the BeOS.
462 * Wnn/jserver/error.c:
463 Skip syslog() when it is not found.
464 * Wnn/uum/jhlp.c sheader.h:
465 Use system's setenv() function. As it is not in C89 or POSIX 1,2
466 standards, use our own definition when it is not found.
467 However, it should be rewritten to meet other specification.
468
469 Tue Apr 02 04:16:21 UTC 2002 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp>
470 * Wnn/jserver/de.c: include fcntl.h.
471 * Wnn/conv/cvt_read.c: Change include point of cvt_head.h.
472
473 Sun Mar 31 11:30:23 UTC 2002 Hiroaki Abe <h-abe at pc.highway.ne.jp>
474 * Wnn/include/commonhd.h:
475 Remoke unitsd.h inclusion for BeOS.
476 * */jserver/Makefile.in configure.in configure:
477 BeOS requires to link libbe.so when using syslog function.
478 Add JS_SUPPORTLIBS to set libraries when building [jckt]server.
479
480 Sun Mar 31 06:26:54 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
481 * Wnn/jserver/de.c de_header.h:
482 Changed the value of cmd_name[] from argv[0] to "[cjkt]server".
483 Style and error message fix.
484
485 Sat Mar 30 13:44:22 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
486 * Wnn/romkan/rk_modread.c: Include stdlib.h
487
488 Sat Mar 30 09:34:48 UTC 2002 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp>
489 * (Wnn/cWnn/kWnn)/romkan/Makefile.in:
490 Added -I$(TOP) to INCLUDES.
491 Removed LIB_MT_DEFINES. It is not used anywhere.
492 Preliminary change for enabling build when builddir != srcdir.
493
494 Sat Mar 30 02:35:22 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
495 * Wnn/etc/yincoding.c: Style fix.
496 * files below Wnn/:
497 Added header files (string.h/strings.h unistd.h and so on) inclusion
498 according to STDC_HEADERS and HAVE_*_H.
499 Add config.h inclusion if necessary.
500 * configure.in config.h.in configure:
501 Remove limits.h check. We see STDC_HEADERS.
502 Add memory.h check for future bcopy/index -> memmove/strchr change.
503
504 Sat Mar 23 21:18:32 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
505 files under Wnn directory:
506 * See STDC_HEADERS for stdlib.h and string.h.
507 * Include strings.h if no STDC_HEADERS and it exists.
508 * Include config.h if necessary.
509
510 Thu Mar 21 06:59:22 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
511 * configure.in: Removed unecessary comments.
512 * cvt_head.h: Removed commented out codes.
513 * cvt_read.c, bdic.c, yincoding.c:
514 get rid of BSD42 and SYSVR2 macros and add check by configure.
515 * config.h.in, configure.in, configure:
516 add fchmod() check.
517
518 Sun Mar 10 10:43:47 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
519 * pubdic.p: Fixed typo. ([freewnn:00812] by Fe2+)
520
521 Sat Mar 9 16:50:34 UTC 2002 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp>
522 * Makefile.in config.h.in configure configure.in
523 Wnn/etc/gethinsi.c Wnn/jserver/Makefile.in
524 cWnn/jserver/Makefile.in cWnn/include/Makefile.in
525 kWnn/jserver/Makefile.in kWnn/include/Makefile.in :
526 + Wnn/etc/vasprintf.c and Wnn/etc/mkdir.c are compiled on platforms
527 which do not have equivalent functions.
528 (emulating the AC_REPLACE_FUNCS macro by ourself).
529 + If the configure option `--disable-cWnn' is specified, disable
530 Makefile creation under cWnn directory.
531 Note: It is an experimental feature and it should also be done
532 for Wnn and kWnn.
533
534 * Wnn/jserver/ de_header.h dispatch.c error.c :
535 error.c related changes . (cf. [freewnn:00772])
536 + Eliminate error1() and create new functions which takes variable
537 arguments log_err() and log_debug().
538 error1() is defined to be log_debug().
539 + If -s option of jserver is not specified (noisy == 0), prints
540 log messages to syslog.
541 + vwrite_log(), called from log{err,debug}(), puts log message in
542 one line (i.e. it does not add extra new lines).
543 Usually, at least 3 lines was printed.
544
545 Fri Mar 8 20:07:13 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
546 * Include system headers which contains the function prototype used.
547 * Wnn/etc/wnn_os.h: Put the prototypes for functions defined in
548 Wnn/etc.
549 * Wnn/etc/msg.c: removed bsearch() implimentation.
550
551 Fri Mar 8 08:36:04 UTC 2002 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp>
552 * Wnn/jserver/de.c
553 Open log (script) file in append mode.
554 Delete duplicated signal handler setting in daemon_init().
555
556 Tue Mar 5 09:23:50 UTC 2002 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp>
557 * Imported vasprintf.c and ansidecl.h from libiberty (bundled with
558 gcc-3.0.4). Needed for error.c rewrite.
559 Change from original version:
560 vasprintf.c does not #include <libiberty.h>.
561
562 Mon Mar 4 04:01:55 UTC 2002 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp>
563 * Wnn/man/4.cmd/jserver/man
564 Fixed option-description formatting for jserver. [freewnn:00759]
565
566 Sun Mar 3 14:06:32 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
567 * Wnn/include/wnn_os.h et al.
568 Removed P_ macro for K&R C.
569
570 Sun Mar 3 12:53:58 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
571 * configure.in: Applied fix from [freewnn:00764] (T.Aono).
572
573 Sat Mar 2 11:19:21 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
574 * Fixed typo in the manual of wddel ([freewnn:00797] T.Matui).
575
576 Mon Sep 24 08:25:28 UTC 2001 Hiroo Ono <hiroo at oikumene.gcd.org>
577 * Fix for configure.in and Makefile.in ([freewnn:00753] by T.Aono).
578
579 Sun Sep 16 11:10:20 UTC 2001 Hiroo Ono <hiroo at oikumene.gcd.org>
580 * Added --enable-debug option to the configure script.
581 it adds -g2 option to CDEBUGFLAGS if CC is GCC, and remove
582 -s from INSTPGMFLAGS not to strip the executable.
583 An update to the configure.in script for CC other than GCC is
584 welcome.
585
586 Sat Sep 15 17:29:15 UTC 2001 Hiroo Ono <hiroo at oikumene.gcd.org>
587 * Put workaround for remote vulnerability that allow to create
588 a file in an arbitrary path.
589 ([freewnn:00699] by Mr.Ukai via Mr. M.Ishikawa).
590 As it breaks the traditional feature (the problem itself!) of
591 FreeWnn, this workaround can be turned off in the configure
592 script. But if you want to do so, you should at least forbid
593 accesses from unexpected hosts using ipfilter or its equivalent.
594 More secure solutions like adding tcp_wrappers feature and
595 some kind of authentication are needed, but as the problem came
596 from the design of KKTP itself, we should be careful what
597 solution we will take. Due to the poor manpower, this will take
598 time.
599 * Added P_ macro in wnn_os.h to support ISO C (and current K&R
600 style) in the future.
601 I am planning to change prototypes to be written with the macro.
602 (it may be backed out though).
603 * Uum support again ([freewnn:00676] by Mr. K.Iijima).
604 There is no cuum, kuum, tuum support yet, but there will be.
605 * Fix IPv6 feature.
606 Set the permission of Unix domain socket to 0766
607 Set the variable cmd_name to argv[0].
608 ([freewnn:00716],[freewnn:00732] by K. Hamajima).
609 * Do not ignore "cmd_name:" in error1() of Wnn/jserver/error.c
610 ([freewnn:00730] by T.Aono)
611 * Modified INSTALL.en
612
613 Tue Aug 14 11:12:34 UTC 2001 Hiroo Ono <hiroo at oikumene.gcd.org>
614 * CPP + IPv6 path ([freewnn:00673] Katsuomi Hamajima)
615 * fix to configure.in for beos ([freewnn:00677] Hiroaki Abe)
616 * libtoolized by libtool-1.4 and aclocal.
617
618 Sun Jun 17 15:00:08 UTC 2001
619 * Added some manpages in English.([freewnn:00542] Francis Bond)
620 atod.man, atof.man, dtoa.man
621 They are not installed for the instant.
622 * Added -v option to jserver ([freewnn:00581] Y.Yabuki)
623 * Corrected jserver usage. ([freewnn:00606] Francis Bond)
624
625 Sat Jun 2 00:27:56 JST 2001 Hiroo Ono <hiroo at oikumene.gcd.org>
626 * config.h.in, configure.in, */*/Makefile.in,
627 and some other *.h and *.c files:
628 check if sys/param.h exists.
629 include config.h for this.
630 fixed INCLUDES line of Makefile.in for this.
631 modified #if statements related to macro NOFILE. (should be revised).
632 * Wnn/man/6.jutil/atod.man: changed some alphabet characters.
633 * removed some comments for emacs (NEmacs?) editor.
634
635 Wed May 30 00:09:15 JST 2001 Hiroo Ono <hiroo at oikumene.gcd.org>
636 * Wnn/manual/3.libwnn/*,
637 Wnn/manual/7.Protocol/KKTP:
638 fix document typo ([[freewnn:00581] by Youichi Yabuki)
639 The documents in English should also be fixed, but...
640
641 Sun May 27 12:55:45 JST 2001 Hiroo Ono <hiroo at oikumene.gcd.org>
642 * Makefile.in: remove libtool in distclean
643 * Wnn/include/wnn_os.h: remove HAVE_WAIT3 (it is now in configure.in)
644 * configure.in: temporary fix for CPP ([freewnn:00578] H.Abe)
645 CPP=`$CC -print-prog-name=cpp` on BePC, FreeBSD, Linux
646
647 Sun May 20 18:09:02 JST 2001 Hiroo Ono <hiroo at oikumene.gcd.org>
648
649 * makerule.mk.in: pass -DHAVE_CONFIG_H to $(CC)
650 * PubdicPlus/fzk.con: fix previous patch ([freewnn:00576] by Keiki Sunagawa).
651 * include <sys/param.h> before Wnn/include/msg.h .
652 * Wnn/jd/wnnenvrc_R.omr: add gerodic ([freewnn:00346] by Fuminori Uematsu).
653 * Wnn/jlib/js.c: include config.h ([freewnn:00392] by Hiroaki Abe)
654
655 Sat May 19 18:20:25 JST 2001 Hiroo Ono <hiroo at oikumene.gcd.org>
656
657 * PubdicPlus/fzk.con patch ([freewnn:00547] by Keiki Sunagawa)
658 * PubdicPlus/pubdic.p fix ([freewnn:00424] by Tetsuo Tsukamoto)
659
660 * Add target distclean to Makefile.in ([freewnn:00380] by Nobuyuki Hikichi)
661 * Wnn/include/msg.h: fix the constraint for path name length.
662 * Wnn/etc/msg.c: likewise.
663 * Wnn/jlib/js.c: add the include of sys/param.h for removing path
664 name length.
665 ([freewnn:00380] by Nobuyuki Hikichi)
666
667 * now, generate config.h.in by autoheader using acconfig.h.
668 ([freewnn:00290] by Shinchi Motoki)
669
670 * include config.h only when HAVE_CONFIG_H is defined.
671
672 Sat May 19 14:16:00 JST 2001 Hiroo Ono <hiroo at oikumene.gcd.org>
673
674 * divide and shared library patch ([freewnn:00443] by Satoshi Taoka)
675 * importing
676 libltdl/aclocal.m4
677 ltconfig
678 ltmain.sh
679 from libtool-1.3.5, and
680 config.guess
681 config.sub
682 from autoconf-2.13 ([freewnn:00444] by Satoshi Taoka)
683 * remove configure from cvs tree.
684 it can be generated by autoconf.

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