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.8 - (show annotations) (download)
Sat Sep 7 08:04:15 2002 UTC (21 years, 7 months ago) by hiroo
Branch: MAIN
Changes since 1.7: +158 -0 lines
Update until 2002.09.01.

1
2 Sun Sep 01 17:48:26 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
3 * configure.in: added check for FD_SET() and AC_HEADER_TIME.
4 * configure:
5 config.h.in: regenerate.
6 * Wnn/jserver/initjserv.c:
7 small style fix.
8 * Wnn/jserver/de.c:
9 Change prototypes to C89 style, modify error message.
10 Use the type fd_set and functions FD_* for select(2) parameters.
11 * Wnn/jserver/de_header.h:
12 Change some prototypes to C89 format.
13 Change struct wnn_file->area type to void*.
14 * Wnn/jserver/renbn_kai.c:
15 Change prototypes to C89 style,
16 error1 -> log_err/log_debug conversion.
17 * Wnn/jserver/readfile.c:
18 Change prototypes to C89 style,
19 error1 -> log_err/log_debug conversion.
20
21 Mon Aug 26 09:27:23 UTC 2002 Tomoki Aono <aono@cc.osaka-kyoiku.ac.jp>
22 * Wnn/uum/jhlp.c:
23 #include <error.h> instead of <sys/error.h>.
24
25 Sat Aug 24 18:11:53 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
26 * Wnn/jserver/de.c:
27 Change prototypes to C89 style.
28 Remove commented out function.
29
30 Fri Aug 16 17:30:29 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
31 * Wnn/jserver/b_index.c:
32 Change prototypes to C89 style.
33 error1 -> log_err/debug conversion.
34
35 Thu Aug 15 10:31:04 UTC 2002 Tomoki Aono <aono@cc.osaka-kyoiku.ac.jp>
36 * Wnn/jserver/de.c:
37 Clear user_name and host_name of deleted client struct
38 to display username correctly in log_debug()/log_error().
39 Possible typo fix for IBM compilers (CLINET -> CLIENT).
40
41 Mon Aug 12 16:25:48 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
42 * jserver/de_header.h:
43 Permit double inclusion.
44 Add option_flag variable.
45 * jserver/ddefine.h:
46 jserver/fzk.h:
47 jserver/kaiseki.h:
48 Permit double inclusion.
49 * jserver/de.c:
50 Include <sys/time.h>
51 Change DOFORK macro to option_flag variable.
52 error1() -> log_debug() change.
53 * jserver/de_vars.c:
54 Add option_flag variable.
55 * jserver/do_filecom.c:
56 Remove fopen() prototype.
57 * jserver/error.c:
58 Avoid printing garbage when c_c->user_name has invalid value.
59 * jserver/initjserv.c:
60 Rearrange prototypes.
61 Change read_default() implementation to a little more sofisticated
62 way using strtok(). (at least I do think so).
63 Add debug messages to read_default().
64 Change read_default_files() buffer size to EXPAND_PATH_LENGTH+1.
65 Remove commented out function.
66
67 Sun Jul 14 04:19:54 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
68 * PubdicPlus/fzk.con:
69 PubdicPlus/fzk.fzkattr:
70 PubdicPlus/fzk.shuutan:
71 Comment out identifier trailing to #endif.
72 * Wnn/jserver/de_header.h:
73 Change the prototypes of functions defined in intjserv.c
74 in C89 style.
75 * Wnn/jserver/initjserv.c:
76 Replace change_ascii_to_int() to atoi() in standard library.
77 Corrected the parameter for atoi() in get_bcksla().
78 * Wnn/jutil/atod.c:
79 Wnn/jutil/atof.c:
80 Wnn/jutil/oldatonewa.c:
81 Wnn/jutil/ujisf.c:
82 Wnn/jutil/wnntouch.c:
83 Wnn/jserver/do_filecom.c:
84 Wnn/jserver/error.c:
85 Wnn/jserver/sisheng.c:
86 Wnn/jlib.V3/jlv3.c:
87 Wnn/etc/dic_atojis.c:
88 Wnn/etc/msg.c:
89 Wnn/etc/sstrings.c:
90 PubdicPlus/pod.c: Include string(s).h.
91
92 Sat Jun 22 17:58:58 UTC 2002 Tomoki Aono <aono@cc.osaka-kyoiku.ac.jp>
93 * Wnn/manual/4.cmd/jserver:
94 Wnn/man/4.cmd/jserver.man:
95 Added description about jserver -v option.
96
97 Sat Jun 22 13:26:22 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
98 * CONTRIBUTORS:
99 List the contributors for pubdic+ enhancement (from wnn-users).
100 Added Mr.Ishida for the fix in Wnn/jserver/de.c [freewnn:00383].
101 * acconfig.h:
102 Remove HAVE_RAND_MAX, which is superfluous.
103 * configure.in:
104 Remove HAVE_RAND_MAX, which is superfluous.
105 check `random()'.
106 * configure, config.h.in: Regenerate.
107 * Wnn/jserver/de.c:
108 Buffer overflow fix. (by Mr.Ishida, [freewnn:00383]).
109 Use SDRAND defined in wnn_os.h.
110 * Wnn/jserver/do_henkan1.c:
111 Remove needless NULL macro.
112 * Wnn/jserver/do_hindo_s.c:
113 Remove RAND() macro and use DRAND() defined in wnn_os.h.
114 * Wnn/jserver/error.c:
115 Comment out errono printing.
116 * Wnn/etc/bdic.c:
117 Replace index to strchr (OS dependency is dealt in wnn_os.h).
118 * Wnn/include/wnn_os.h:
119 Anternate strchr/strrchr/bcopy if they are not found.
120 Select pseudo-random number generation method.
121 standard rand() is too bad and BSD decendants seem to have random().
122 * Wnn/jlib/jl.c:
123 Use RAND() defined in wnn_os.h.
124 * Wnn/jlib.V3/jlv3.c:
125 Remove bzero macro. it is defined in wnn_os.h if needed.
126 * Xwnmo/xjutil/jutil.c:
127 Include appropriate headers.
128 * Wnn/uum/Makefile.in:
129 Remove the macro SIGNAL_DEFINES which is not used.
130 * Wnn/uum/jhlp.c:
131 Remove OS dependency check for strchr/index. It is in wnn_os.h now.
132 * Wnn/uum/screen.c:
133 Remove OS dependency check for strchr/index. It is in wnn_os.h now.
134 * Wnn/uum/setutmp.c:
135 Replace rindex to strrchr (OS dependency is dealt in wnn_os.h).
136 Include sdefine.h, sheader.h, and remove prototypes.
137 * Wnn/uum/sheader.h:
138 Add prototype for ttyfdslot() in ttyfdslot.c.
139 * Wnn/uum/ttyfdslot.c:
140 Include appropriate headers and remove prototypes.
141 * Wnn/uum/uif.c:
142 Remove OS dependency check for strchr/index. It is in wnn_os.h now.
143 * Wnn/uum/wnnrc_op.c:
144 Remove prototype for system library function.
145
146 Fri Jun 21 19:39:47 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
147 * Wnn/include/wnn_malloc.h: Removed.
148
149 Mon Jun 17 17:28:54 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
150 * configure.in:
151 Passes autoconf 2.13 again. (cf.[freewnn:00872])
152 Look for getopt().
153 * config.h.in:
154 configure: Regenerate by GNU Autoconf 2.53.
155 * Wnn/include/wnn_os.h:
156 Add #endif forgotten in rev.1.10 (cf.[freewnn:00874]).
157 * Wnn/jlib/getopt.c:
158 Enable only when the system do not have getopt()(cf.[freewnn:00874]).
159
160 Sat Jun 15 13:11:45 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
161 * acconfig.h:
162 Added RETSIGTYPE_VOID hack taken from EB Library
163 <URI:http://www.sra.co.jp/people/m-kasahr/eb/>.
164 * configure.in:
165 Removed -DCSRG_BASED for CCOPTIONS of *BSD.
166 Aggregated AC_CHECK_HEADERS and AC_CHECK_FUNCS parameter
167 to reduce the size of configure a little.
168 Cosmetic change in AC_CHECK_TYPES usage.
169 Added RETSIGTYPE_VOID hack taken from EB Library.
170 Suppress Makefile generation for each language when
171 they are disabled.
172 Add getdtablesize() check.
173 * config.h.in, configure: regenerate. (GNU Autoconf 2.53)
174 * Wnn/include/wnn_os.h:
175 bzero/memset, strchr/index strrchr/rindex glue.
176 SIGNALRETURNSINT replaced by RETSIGTYPE and RETSIGTYPE_VOID.
177 Newly define WNN_NFD for temporal file descriptor number hack.
178 * Wnn/jlib/getopt.c, jl.c, js.c,
179 Wnn/jserver/initjserv.c,
180 Wnn/romkan/rk_header.h:
181 Include config.h and wnn_os.h if not, and get rid of BSD42 macro.
182 * Wnn/jserver/de.c:
183 Use WNN_NFD for temporal file descriptor number hack.
184 * Wnn/jserver/de_header.h, error.c,
185 Wnn/uum/jhlp.c:
186 Replace to RETSIGTYPE and RETSIGTYPE_VOID.
187 Use WNN_NFD for temporal file descriptor number hack.
188 * Wnn/uum/sheader.h:
189 A trivial change in comment.
190 * Wnn/uum/wnnrc_op.c:
191 Get rid of BSD42 macro.
192
193 Fri Jun 14 19:39:30 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
194 * Makefile.in: use $(RM) for remove command.
195
196 Thu Jun 13 21:27:51 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
197 * FreeWnn/Wnn/uum/jhlp.c, termio.c:
198 Change own setenv() definition to not to print out error message
199 and getting one more parameter for compatibility.
200 Print out setenv() error message at the caller side.
201 * FreeWnn/Wnn/uum/termcap.c: curses header inclusion.
202 * FreeWnn/Wnn/uum/sheader.h: cleanup.
203
204 Mon Jun 10 22:15:23 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
205 * PubdicPlus/pod.c: Include config.h.
206
207 Sun Jun 09 11:08:41 UTC 2002 Hiroaki Abe <h-abe@pc.highway.ne.jp>
208 * FreeWnn/configure.in:
209 Add libbind.so check for BeOS R5.1.
210
211 Mon May 27 16:33:52 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
212 * Wnn/pubdicplus/Makefile.in:
213 Put $(TOP) to include path so that <config.h> can be included.
214
215 Sat May 25 11:24:47 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
216 * FreeWnn/PubdicPlus/ fzk.con, fzk.attr, fzk.jircon:
217 Enhancement for verb ([wnn-users 973],[wnn-users 975] Y.Katayama).
218 Enhancement for prefix ([wnn-users 978] Fe2+(T.Matsui)).
219
220 Sat May 25 05:57:43 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
221 * Wnn/jserver/ MALLOC.c, malloc.c: Remove malloc() wrapper.
222
223 Sun May 12 22:51:18 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
224 * Wnn/conv/cvt_key.c: Remove qualifier register.
225 * Wnn/uum/setutmp.c:
226 Correct the parameter of setenv().
227 Include necessary system headers.
228 * kWnn/jserver/Makefile.in, kWnn/include/Makefile.in,
229 cWnn/jserver/Makefile.in, cWnn/include/Makefile.in,
230 Wnn/jserver/Makefile.in:
231 Remove wnn_malloc.h and malloc.c
232 * Wnn/etc/ msg.c, vasprintf.c,
233 Wnn/jlib/ jl.c, js.c, kankana.c,
234 Wnn/jlib.V3/jlv3.c,
235 Wnn/jserver/ b_index.c, daibun_kai.c, de.c, dispatch.c,
236 do_env.c, error.c, fzk.c, get_kaiarea.c,
237 hinsi_list.c,initjserv.c, jikouho.c, jikouho_d.c,
238 mknode0.c, mknode1.c, mknode2.c, readfile.c,
239 Wnn/jutil/ atod.c, atorev.c, dtoa.c, ujisf.c, wddel.c,
240 wdreg.c, wnnstat.c,
241 Wnn/uum/ basic_op.c, history.c, prologue.c, screen.c,
242 termcap.c, uif.c, wnnrc_op.c:
243 Include stdlib.h (or malloc.h) for malloc() family.
244 Remove prototype for malloc().
245 Include some other system headers.
246 * Wnn/uum/sheader.h: Remove unnecessary prototypes.
247 * Makefile.in: Add removal of autoconf 2.53 generated
248 files in distclean.
249
250 Sun May 12 01:01:47 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
251 * CONTRIBUTEORS: update
252 * configure.in, configure, config.h.in:
253 Check for bcopy/bzero/bcmp.
254 * Wnn/etc/bcopy.c:
255 Check for bcopy/bzero/bcmp.
256 Remove qualifier register.
257
258 Sat May 11 13:03:37 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
259 * INSTALL INSTALL.en: Update.
260
261 Tue May 07 22:26:30 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
262 * Wnn/etc/msg.c:
263 Corrected _search(). ([freewnn:00847] by K.Wada)
264
265 Sun May 05 05:13:10 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
266 * Wnn/include/commonhd.h:
267 Updated _SERVER_VERSION to pl20.
268 Removed unistd.h inclusion.
269
270 Sat May 04 17:15:24 UTC 2002 Tomoki AONO <aono@cc.osaka-kyoiku.ac.jp>
271 * Wnn/manual/4.cmd/jserver man/4.cmd/jserver.man:
272 Update.
273
274 Thu May 02 15:18:55 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
275 * Wnn/jserver/do_hindo_s.c:
276 Corrected inclusion of stdlib.h.
277
278 Wed May 01 21:05:10 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
279 * configure.in config.h.in configure:
280 Added checking for syslog(), syslog.h and setenv() that are not
281 in C89 or POSIX 1,2.
282 * */jserver/Makefile.in:
283 Removed JS_SUPPORTLIB. We do not use syslog()/libbe in the BeOS.
284 * Wnn/jserver/error.c:
285 Skip syslog() when it is not found.
286 * Wnn/uum/jhlp.c sheader.h:
287 Use system's setenv() function. As it is not in C89 or POSIX 1,2
288 standards, use our own definition when it is not found.
289 However, it should be rewritten to meet other specification, and
290 it assumes environment variables are in the variable char **environ.
291
292 Tue Apr 02 04:16:21 UTC 2002 Tomoki AONO <aono@cc.osaka-kyoiku.ac.jp>
293 * Wnn/jserver/de.c: include fcntl.h.
294 * Wnn/conv/cvt_read.c: Change include point of cvt_head.h.
295
296 Sun Mar 31 11:30:23 UTC 2002 Hiroaki Abe <h-abe@pc.highway.ne.jp>
297 * Wnn/include/commonhd.h:
298 Remoke unitsd.h inclusion for BeOS.
299 * */jserver/Makefile.in configure.in configure:
300 BeOS requires to link libbe.so when using syslog function.
301 Add JS_SUPPORTLIBS to set libraries when building [jckt]server.
302
303 Sun Mar 31 06:26:54 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
304 * Wnn/jserver/de.c de_header.h:
305 Changed the value of cmd_name[] from argv[0] to "[cjkt]server".
306 Style and error message fix.
307
308 Sat Mar 30 13:44:22 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
309 * Wnn/romkan/rk_modread.c: Include stdlib.h
310
311 Sat Mar 30 09:34:48 UTC 2002 Tomoki AONO <aono@cc.osaka-kyoiku.ac.jp>
312 * (Wnn/cWnn/kWnn)/romkan/Makefile.in:
313 Added -I$(TOP) to INCLUDES.
314 Removed LIB_MT_DEFINES. It is not used anywhere.
315 Preliminary change for enabling build when builddir != srcdir.
316
317 Sat Mar 30 02:35:22 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
318 * Wnn/etc/yincoding.c: Style fix.
319 * files below Wnn/:
320 Added header files (string.h/strings.h unistd.h and so on) inclusion
321 according to STDC_HEADERS and HAVE_*_H.
322 Add config.h inclusion if necessary.
323 * configure.in config.h.in configure:
324 Remove limits.h check. We see STDC_HEADERS.
325 Add memory.h check for future bcopy/index -> memmove/strchr change.
326
327 Sat Mar 23 21:18:32 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
328 files under Wnn directory:
329 * See STDC_HEADERS for stdlib.h and string.h.
330 * Include strings.h if no STDC_HEADERS and it exists.
331 * Include config.h if necessary.
332
333 Thu Mar 21 06:59:22 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
334 * configure.in: Removed unecessary comments.
335 * cvt_head.h: Removed commented out codes.
336 * cvt_read.c, bdic.c, yincoding.c:
337 get rid of BSD42 and SYSVR2 macros and add check by configure.
338 * config.h.in, configure.in, configure:
339 add fchmod() check.
340
341 Sun Mar 10 10:43:47 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
342 * pubdic.p: Fixed typo. ([freewnn:00812] by Fe2+)
343
344 Sat Mar 9 16:50:34 UTC 2002 Tomoki AONO <aono@cc.osaka-kyoiku.ac.jp>
345 * Makefile.in config.h.in configure configure.in
346 Wnn/etc/gethinsi.c Wnn/jserver/Makefile.in
347 cWnn/jserver/Makefile.in cWnn/include/Makefile.in
348 kWnn/jserver/Makefile.in kWnn/include/Makefile.in :
349 + Wnn/etc/vasprintf.c and Wnn/etc/mkdir.c are compiled on platforms
350 which do not have equivalent functions.
351 (emulating the AC_REPLACE_FUNCS macro by ourself).
352 + If the configure option `--disable-cWnn' is specified, disable
353 Makefile creation under cWnn directory.
354 Note: It is an experimental feature and it should also be done
355 for Wnn and kWnn.
356
357 * Wnn/jserver/ de_header.h dispatch.c error.c :
358 error.c related changes . (cf. [freewnn:00772])
359 + Eliminate error1() and create new functions which takes variable
360 arguments log_err() and log_debug().
361 error1() is defined to be log_debug().
362 + If -s option of jserver is not specified (noisy == 0), prints
363 log messages to syslog.
364 + vwrite_log(), called from log{err,debug}(), puts log message in
365 one line (i.e. it does not add extra new lines).
366 Usually, at least 3 lines was printed.
367
368 Fri Mar 8 20:07:13 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
369 * Include system headers which contains the function prototype used.
370 * Wnn/etc/wnn_os.h: Put the prototypes for functions defined in
371 Wnn/etc.
372 * Wnn/etc/msg.c: removed bsearch() implimentation.
373
374 Fri Mar 8 08:36:04 UTC 2002 Tomoki AONO <aono@cc.osaka-kyoiku.ac.jp>
375 * Wnn/jserver/de.c
376 Open log (script) file in append mode.
377 Delete duplicated signal handler setting in daemon_init().
378
379 Tue Mar 5 09:23:50 UTC 2002 Tomoki AONO <aono@cc.osaka-kyoiku.ac.jp>
380 * Imported vasprintf.c and ansidecl.h from libiberty (bundled with
381 gcc-3.0.4). Needed for error.c rewrite.
382 Change from original version:
383 vasprintf.c does not #include <libiberty.h>.
384
385 Mon Mar 4 04:01:55 UTC 2002 Tomoki AONO <aono@cc.osaka-kyoiku.ac.jp>
386 * Wnn/man/4.cmd/jserver/man
387 Fixed option-description formatting for jserver. [freewnn:00759]
388
389 Sun Mar 3 14:06:32 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
390 * Wnn/include/wnn_os.h et al.
391 Removed P_ macro for K&R C.
392
393 Sun Mar 3 12:53:58 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
394 * configure.in: Applied fix from [freewnn:00764] (T.Aono).
395
396 Sat Mar 2 11:19:21 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org>
397 * Fixed typo in the manual of wddel ([freewnn:00797] T.Matui).
398
399 Mon Sep 24 08:25:28 UTC 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
400 * Fix for configure.in and Makefile.in ([freewnn:00753] by T.Aono).
401
402 Sun Sep 16 11:10:20 UTC 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
403 * Added --enable-debug option to the configure script.
404 it adds -g2 option to CDEBUGFLAGS if CC is GCC, and remove
405 -s from INSTPGMFLAGS not to strip the executable.
406 An update to the configure.in script for CC other than GCC is
407 welcome.
408
409 Sat Sep 15 17:29:15 UTC 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
410 * Put workaround for remote vulnerability that allow to create
411 a file in an arbitrary path.
412 ([freewnn:00699] by Mr.Ukai via Mr. M.Ishikawa).
413 As it breaks the traditional feature (the problem itself!) of
414 FreeWnn, this workaround can be turned off in the configure
415 script. But if you want to do so, you should at least forbid
416 accesses from unexpected hosts using ipfilter or its equivalent.
417 More secure solutions like adding tcp_wrappers feature and
418 some kind of authentication are needed, but as the problem came
419 from the design of KKTP itself, we should be careful what
420 solution we will take. Due to the poor manpower, this will take
421 time.
422 * Added P_ macro in wnn_os.h to support ISO C (and current K&R
423 style) in the future.
424 I am planning to change prototypes to be written with the macro.
425 (it may be backed out though).
426 * Uum support again ([freewnn:00676] by Mr. K.Iijima).
427 There is no cuum, kuum, tuum support yet, but there will be.
428 * Fix IPv6 feature.
429 Set the permission of Unix domain socket to 0766
430 Set the variable cmd_name to argv[0].
431 ([freewnn:00716],[freewnn:00732] by K. Hamajima).
432 * Do not ignore "cmd_name:" in error1() of Wnn/jserver/error.c
433 ([freewnn:00730] by T.Aono)
434 * Modified INSTALL.en
435
436 Tue Aug 14 11:12:34 UTC 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
437 * CPP + IPv6 path ([freewnn:00673] Katsuomi Hamajima)
438 * fix to configure.in for beos ([freewnn:00677] Hiroaki Abe)
439 * libtoolized by libtool-1.4 and aclocal.
440
441 Sun Jun 17 15:00:08 UTC 2001
442 * Added some manpages in English.([freewnn:00542] Francis Bond)
443 atod.man, atof.man, dtoa.man
444 They are not installed for the instant.
445 * Added -v option to jserver ([freewnn:00581] Y.Yabuki)
446 * Corrected jserver usage. ([freewnn:00606] Francis Bond)
447
448 Sat Jun 2 00:27:56 JST 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
449 * config.h.in, configure.in, */*/Makefile.in,
450 and some other *.h and *.c files:
451 check if sys/param.h exists.
452 include config.h for this.
453 fixed INCLUDES line of Makefile.in for this.
454 modified #if statements related to macro NOFILE. (should be revised).
455 * Wnn/man/6.jutil/atod.man: changed some alphabet characters.
456 * removed some comments for emacs (NEmacs?) editor.
457
458 Wed May 30 00:09:15 JST 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
459 * Wnn/manual/3.libwnn/*,
460 Wnn/manual/7.Protocol/KKTP:
461 fix document typo ([[freewnn:00581] by Youichi Yabuki)
462 The documents in English should also be fixed, but...
463
464 Sun May 27 12:55:45 JST 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
465 * Makefile.in: remove libtool in distclean
466 * Wnn/include/wnn_os.h: remove HAVE_WAIT3 (it is now in configure.in)
467 * configure.in: temporary fix for CPP ([freewnn:00578] H.Abe)
468 CPP=`$CC -print-prog-name=cpp` on BePC, FreeBSD, Linux
469
470 Sun May 20 18:09:02 JST 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
471
472 * makerule.mk.in: pass -DHAVE_CONFIG_H to $(CC)
473 * PubdicPlus/fzk.con: fix previous patch ([freewnn:00576] by Keiki Sunagawa).
474 * include <sys/param.h> before Wnn/include/msg.h .
475 * Wnn/jd/wnnenvrc_R.omr: add gerodic ([freewnn:00346] by Fuminori Uematsu).
476 * Wnn/jlib/js.c: include config.h ([freewnn:00392] by Hiroaki Abe)
477
478 Sat May 19 18:20:25 JST 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
479
480 * PubdicPlus/fzk.con patch ([freewnn:00547] by Keiki Sunagawa)
481 * PubdicPlus/pubdic.p fix ([freewnn:00424] by Tetsuo Tsukamoto)
482
483 * Add target distclean to Makefile.in ([freewnn:00380] by Nobuyuki Hikichi)
484 * Wnn/include/msg.h: fix the constraint for path name length.
485 * Wnn/etc/msg.c: likewise.
486 * Wnn/jlib/js.c: add the include of sys/param.h for removing path
487 name length.
488 ([freewnn:00380] by Nobuyuki Hikichi)
489
490 * now, generate config.h.in by autoheader using acconfig.h.
491 ([freewnn:00290] by Shinchi Motoki)
492
493 * include config.h only when HAVE_CONFIG_H is defined.
494
495 Sat May 19 14:16:00 JST 2001 Hiroo Ono <hiroo@oikumene.gcd.org>
496
497 * divide and shared library patch ([freewnn:00443] by Satoshi Taoka)
498 * importing
499 libltdl/aclocal.m4
500 ltconfig
501 ltmain.sh
502 from libtool-1.3.5, and
503 config.guess
504 config.sub
505 from autoconf-2.13 ([freewnn:00444] by Satoshi Taoka)
506 * remove configure from cvs tree.
507 it can be generated by autoconf.

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