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.13 - (show annotations) (download)
Mon Jun 28 16:25:58 2004 UTC (19 years, 9 months ago) by hiroo
Branch: MAIN
Changes since 1.12: +26 -3 lines
* Changelog*: update to 4 June 2003.
	Remove a comment about setenv(). It may have come from my misunderstandig.

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

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