Develop and Download Open Source Software

Browse CVS Repository

Annotation of /freewnn/FreeWnn/ChangeLog.en

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


Revision 1.11 - (hide annotations) (download)
Sun Apr 6 07:45:18 2003 UTC (21 years ago) by hiroo
Branch: MAIN
CVS Tags: freewnn-1-1-1-a020
Changes since 1.10: +19 -0 lines
* ChangeLog*: describe previous changes.

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

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