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.12 - (hide annotations) (download)
Tue May 27 15:39:22 2003 UTC (20 years, 10 months ago) by hiroo
Branch: MAIN
Changes since 1.11: +129 -61 lines
* Changelog*: update, and replace '@' of a mail address to ' at '.

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

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