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.15 - (show annotations) (download)
Sat Nov 19 18:25:52 2005 UTC (18 years, 4 months ago) by aonoto
Branch: MAIN
Changes since 1.14: +203 -0 lines
Update ChangeLog to 29 Aug 2005. (Japanese translation is not available...)

1 Mon, 29 Aug 2005 02:17:35 Tomoki AONO <aonoto at users.sourceforge.jp>
2 * Wnn/uum/Makefile.in:
3 - Fix libtool issue (Added --mode, remove .libs/ directory
4 in make clean).
5 - Stripped (not valid?) mail address of the project.
6 - Changed some line to build correctly in case
7 builddir != srcdir. (I think this don't break normal build.)
8 * [kc]Wnn/uum/Makefile.in:
9 ditto, but I'm not sure we can build kuum / cuum correctly.
10
11 Mon, 29 Aug 2005 01:44:21 Tomoki AONO <aonoto at users.sourceforge.jp>
12 * Wnn/uum/jhlp.c:
13 Strip #include <err.h> because we don't need it and it's
14 specific to BSD. And stripped (not valid?) mail address of
15 the project.
16
17 Mon, 13 Jun 2005 02:14:22 Tomoki AONO <aonoto at users.sourceforge.jp>
18 * Wnn/etc/bdic.c, Wnn/include/wnn_os.h, Wnn/jutil/dtoa.c:
19 Moved get_n_EU_str / get_short from Wnn/etc/bdic.c to
20 Wnn/jutil/dtoa.c . It may be bad idea, but fix compile
21 error on strict compilers (ex. gcc4).
22
23 Mon, 11 Apr 2005 00:26:36 Tomoki AONO <aonoto at users.sourceforge.jp>
24
25 * CONTRIBUTORS, Wnn/etc/bcopy.c, Wnn/etc/mkdir.c, Wnn/etc/msg.c,
26 Wnn/etc/py_table.c, Wnn/etc/strings.c, Wnn/etc/yincoding.c,
27 Wnn/etc/zy_table.c, Wnn/include/commonhd.h, Wnn/include/demcom.h,
28 Wnn/include/hinsi.h, Wnn/include/hinsi_file.h,
29 Wnn/include/jd_sock.h, Wnn/include/jdata.h, Wnn/include/jh.h,
30 Wnn/include/jllib.h, Wnn/include/jslib.h, Wnn/include/msg.h,
31 Wnn/include/rk_spclval.h, Wnn/include/wnn_config.h,
32 Wnn/include/wnn_os.h, Wnn/include/wnn_string.h,
33 Wnn/include/wnnerror.h, Wnn/jlib/jl.c, Wnn/jlib/js.c,
34 Wnn/jlib/kankana.c, Wnn/jlib/wnnerrmsg.c,
35 Wnn/romkan/rk_bltinfn.c, Wnn/romkan/rk_extvars.h,
36 Wnn/romkan/rk_fundecl.h, Wnn/romkan/rk_header.h,
37 Wnn/romkan/rk_macros.h, Wnn/romkan/rk_main.c,
38 Wnn/romkan/rk_modread.c, Wnn/romkan/rk_read.c,
39 Wnn/romkan/rk_spclval.h, Wnn/romkan/rk_vars.c:
40
41 Changed license of libwnn-related files to LGPL-2.0.
42 Thanks to the original Wnn authors and FreeWnn contributors.
43
44 And thanks to Yukihiro Nagai (and tyoshida) for coordination
45 of this relicensing.
46
47 Mon, 31 Jan 2005 02:14:20 Tomoki AONO <aonoto at users.sourceforge.jp>
48 * Wnn/jutil/wnnkill.c:
49 I forgot to add prototype for usage() ... (^^;
50
51 Mon, 31 Jan 2005 02:03:50 Tomoki AONO <aonoto at users.sourceforge.jp>
52 * Wnn/jutil/wnnkill.c:
53
54 - Use vsnprintf() within out() and use vsprintf() for systems
55 doesn't have snprintf() (avoid build error). We should
56 implement (or import) alternate snprintf() for these systems ...
57 - Added prototype of out() for strict C compilers (ex. gcc-4.0).
58 - Show simple usage if unsupported parameter is given.
59
60 Thu, 30 Dec 2004 02:45:32 Tomoki AONO <aonoto at users.sourceforge.jp>
61 * Wnn/jserver/de_header.h:
62 Fix prototype declaration of output_file_uniq() to match
63 recent change of bdic.c .
64
65 Sun, 21 Nov 2004 04:17:19 Tomoki AONO <aonoto at users.sourceforge.jp>
66 * COPYING.LIB:
67 My first commit to sourceforge.jp :
68 Added LGPL-2.0 COPYING file to repository. (LGPL patch by
69 Nakai switch license of libwnn-related files to GNU Lesser
70 General Public License 2, so this is not the version he (or
71 she) intends to.)
72
73 Mon, 13 Sep 2004 01:56:55 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp>
74 * Wnn/jlib/Makefile.in, cWnn/jlib/Makefile.in,
75 kWnn/jlib/Makefile.in:
76
77 - Added libtool --mode options by introducing LT_CC / LT_INSTALL.
78 (This change is mainly for [ck]Wnn, but also changed Wnn to
79 match style).
80 - Cosmetic change to match style between Wnn and [ck]Wnn.
81 - My usual work to build correctly if builddir != srcdir .
82 (Probably it cannot harm normal build.)
83
84 Sun, 15 Aug 2004 18:38:22 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp>
85 * Wnn/jutil/Makefile.in, cWnn/jutil/Makefile.in,
86 kWnn/jutil/Makefile.in:
87
88 - Added libtool --mode=XXX option. (by (experimentally)
89 introducing LT_LD / LT_INSTALL variable. Is this idea
90 reasonable?)
91 - Also added my change to support building in case
92 builddir != srcdir .
93
94 Thu, 12 Aug 2004 18:03:19 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp>
95 * Wnn/jutil/atod.c:
96 Converted strlcpy() -> strncpy(). (Portability issue)
97
98 Tue, 20 Jul 2004 03:24:26 Hiroo Ono <hiroo at oikumene.gcd.org>
99 * Wnn/jutil/: atod.c, atorev.c, dic_head.c, oldatonewa.c, sort.c,
100 utilbdic.c, wnnkill.c, wnntouch.c:
101
102 Conform to ISO C.
103 Bad thing with this commit is that it is not tested (even
104 not compiled). However I thought it better to commit than
105 forget, as I cannot take enough time.
106
107 Tue, 13 Jul 2004 02:53:02 Hiroo Ono <hiroo at oikumene.gcd.org>
108 * Wnn/etc/bdic.c, Wnn/etc/pwd.c:
109 ANSIfy, and make #ifdef thing a little bit simple.
110 Added function prototypes, which are to be moved to some
111 header file.
112
113 Wed, 30 Jun 2004 00:11:55 Hiroo Ono <hiroo at oikumene.gcd.org>
114 * ChangeLog, ChangeLog.en:
115 update to 20 June 2003.
116
117 Tue, 29 Jun 2004 01:25:58 Hiroo Ono <hiroo at oikumene.gcd.org>
118 * ChangeLog, ChangeLog.en:
119 update to 4 June 2003.
120 Remove a comment about setenv(). It may have come from my
121 misunderstandig.
122
123 Tue, 29 Jun 2004 01:24:35 Hiroo Ono <hiroo at oikumene.gcd.org>
124 * Wnn/jlib/Makefile.in:
125 add libtool option.
126
127 Mon, 28 Jun 2004 00:39:11 Hiroo Ono <hiroo at oikumene.gcd.org>
128 * Contrib/dic/gerodic/g-jinmei.u:
129 gerodic: Fix ������������ & ���� entry.
130 They might be deleted, but for the instant just fix
131 them.
132
133 Sat, 19 Jun 2004 01:32:41 Hiroo Ono <hiroo at oikumene.gcd.org>
134 * Wnn/jserver/de.c:
135 Mistakenly removed "break" in rev.1.29. Revert them.
136 pointy hat to: hiroo
137
138 Sat, 22 May 2004 01:39:31 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp>
139 * INSTALL, INSTALL.en, config.h.in, configure, configure.in,
140 Wnn/etc/revdic.c, Wnn/jserver/Makefile.in, Wnn/jserver/do_env.c,
141 cWnn/jserver/Makefile.in, kWnn/jserver/Makefile.in:
142
143 Commit from my work area part 2. (Bit large ...)
144
145 Rewrote configure part of libwrap support:
146
147 - By default, configure finds if libwrap is installed.
148 - Do AC_TRY_LINK() on both $withval=yes and $withval=PATH case.
149 (AC_CHECK_LIB() fails against original TCP wrapper ...)
150 - HAVE_LIBWRAP are defined in config.h.in, so remove "-DHAVE_LIBWRAP"
151 from CFLAGS.
152 - Changed WRAPLIBS -> WRAPLIB .
153 - Add WRAPLIB on [kc]Wnn . Also add --mode=XXX to LIBTOOL lines.
154
155 Other changes:
156
157 - (configure) Running generated script by autoconf-2.53 (that
158 we are using) fails on some Bourne shell family (lack of
159 LINENO support. ex. FreeBSD). Add code to clear default
160 --with-tag (Libtool issue?).
161 - (configure) Add -no-cpp-precomp on Darwin only if you are using gcc.
162 (But I don't know other compilers running on Darwin.)
163 - (configure) Use $ac_install_sh to mkdir Contrib/dic/gerodic .
164 - (do_env.c) Convert non-printable character for logging on
165 JS_OPEN / JS_CONNECT. Partial fix of Bugtraq id 7918
166 ([freewnn:01002]).
167 Please don't install jserver as setuid *root* ... (^^;)
168 - (revdic.c) Fix compiler warnings.
169 - (some Makefiles) Some lines changed to build correctly if
170 builddir != srcdir. (I think this don't break normal build.)
171
172 Fri, 21 May 2004 22:55:53 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp>
173 * configure.in:
174 Commit from my work area: Change indention of help string in
175 configure. (Cosmetic issue only.)
176
177 Sun, 25 Apr 2004 03:56:40 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp>
178 * Wnn/pubdicplus/Makefile.in, cWnn/cdic/Makefile.in,
179 cWnn/tdic/Makefile.in, kWnn/kdic/Makefile.in:
180
181 Some CPP (ex. cpp bundled with Mac OS X 10.3 Developers CD)
182 adds "#pragma" line, so strip these lines before processing
183 atof. Inspired by Makoto Fujiwara's Web diary (2004/Mar/01).
184
185 This change includes part of my modification (in case
186 builddir != srcdir), but it doesn't affect to normal build ...
187
188 Thu, 20 Nov 2003 19:31:59 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp>
189 * Wnn/jserver/de.c:
190 Don't use is_internet_socket if --without-libwrap (quick &
191 dirty fix). Spotted by Makoto Fujiwara (in his Web diary).
192
193 Sat, 8 Nov 2003 15:26:06 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp>
194 * Wnn/jlib/js.c:
195 If we use s[0..6] (in get_serv_defs()), we should declare s[7].
196 Found in RawHide package (1.11-39) (and probably in Fedora / Red Hat
197 Enterprise Linux package). Spotted to (at least) Red Hat
198 by d.binderman at virgin.net .
199
200 Tue, 16 Sep 2003 20:42:13 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp>
201 * Contrib/dic/gerodic/g-jinmei.u:
202 Fix translation of 'morisu' -> 'Morris' (not '*N*orris').
203 Spotted by Fe2+ ([freewnn:01006]).
204 Fri, 20 Jun 2003 16:10:24 Tomoki Aono <aono at cc.osaka-kyoiku.ac.jp>
205 * Wnn/jserver/de.c:
206 Correct libwrap support code to properly deny disallowed hosts.
207 Previously, it seem to have denied all clients if compiled with
208 libwrap support.
209 Added code to recv() users.
210 Fixed typo of TIME_WITH_SYS_TIME.
211
212 Wed, 18 Jun 2003 11:10:46 Tomoki Aono <aono at cc.osaka-kyoiku.ac.jp>
213 * Wnn/jserver/de.c:
214 Added socketclose() to libwrap section.
215 Logging issue: Add c_c=NULL to correctly record event category.
216
217 Tue, 10 Jun 2003 10:39:09 Tomoki Aono <aono at cc.osaka-kyoiku.ac.jp>
218 * configure.in:
219 Fixed the usage of AC_CHECK_TYPES in socklen_t check.
220 Removed *BSD and some other system specific sections.
221 Respect CDEBUGFLAGS even if --disable-debug.
222
223 Sun, 8 Jun 2003 03:09:52 Hiroo Ono <hiroo at oikumene.gcd.org>
224 * configure.in:
225 Check utmpx.h.
226 Comment out time_t check. It does not work well.
227 Add getgpid, getgprp check for uum.
228 Add libwrapsupport ([freewnn:0032] by S. Motoki).
229 * Wnn/include/wnn_os.h:
230 Move FD_SET and related macro to this file.
231 * Wnn/jserver/de.c:
232 Use TIME_WITH_SYS_TIME macro by autoconf.
233 Move FD_SET and related macro to wnn_os.h.
234 Add libwrapsupport ([freewnn:0032] by S. Motoki).
235 * Wnn/jserver/error.c:
236 Use TIME_WITH_SYS_TIME macro by autoconf.
237
238 Sat, 7 Jun 2003 13:04:33 Hiroo Ono <hiroo at oikumene.gcd.org>
239 * configure.in: check utmp.h.
240 * Wnn/include/wnn_os.h:
241 add some prototype of functions in Wnn/etc.
242 * Wnn/jserver/de.c:
243 file_init() now returns malloc status.
244 * Wnn/jserver/de_header.h, get_kaiarea.c, jbiki.c:
245 style fix.
246 * Wnn/jserver/readfile.c, b_index.c, do_filecom.c, jishoop.c, rd_jishoop.c:
247 Change according to *_realloc. Paranoiac treatment of realloc.
248
249 Wed, 4 Jun 2003 14:12:13 Hiroo Ono <hiroo at oikumene.gcd.org>
250 * Wnn/jserver/get_kaiaria.c:
251 Global variable definitions are moved from kai_area.c to this file.
252 * Wnn/jserver/kai_area.c: Remove.
253 * {Wnn,cWnn,kWnn}/jserver/Makefile.in: Remove kai_area.{c,o}
254
255 Wed, 4 Jun 2003 14:05:23 Hiroo Ono <hiroo at oikumene.gcd.org>
256 * configure.in:
257 Fit to newer AC_CHECK_TYPES and AC_DEFINE usage.
258 * acconfig.h:
259 New AC_DEFINE usage made this file obsolete. Remove it.
260
261 Wed, 4 Jun 2003 08:35:03 Tomoki Aono <aono at cc.osaka-kyoiku.ac.jp>
262 * config.guess, config.sub, ltmain.sh, aclocal.m4:
263 Update libtool to 1.5. This will probably allow shared library
264 build on Darwin/MacOS X. Initially submitted in [freewnn:00978]
265 with a little modification.
266 Most of libtool lines lack --mode=MODE option resulting in
267 warning messages from libtool. We will have to fix it.
268
269 Fri, 30 May 2003 16:18:00 Hiroo Ono <hiroo at oikumene.gcd.org>
270 * Wnn/include/commonhd.h:
271 Increment SERVER_VERSION.
272
273 Sun, 18 May 2003 14:34:02 Hiroaki Abe <h-abe at pc.highway.ne.jp>
274 * Wnn/jserver/de_header.h, do_filecom.c:
275 Allocate struct wnn_file files dynamically.
276
277 Sun, 11 May 2003 19:01:10 Hiroo Ono <hiroo at oikumene.gcd.org>
278 * Makefile.in, configure.in, makerule.mk.in:
279 revised CFLAGS and CDEBUGFLAGS usage.
280 * configure: regenerate.
281 * Wnn/etc/bdic.c, Wnn/include/jd_sock.h, Wnn/jlib/js.c,
282 Wnn/romkan/rk_modread.c, Wnn/uum/jhlp.c, Wnn/romkan/rk_read.c:
283 Axed UX386 macro.
284 * Wnn/jlib/jl.c, Wnn/jlib/kankana.c, Wnn/jserver/do_env.c,
285 Wnn/jserver/do_filecom.c, Wnn/uum/uif.c:
286 style fix.
287 * Wnn/jserver/ddefine.h, Wnn/jserver/fzk.h, fzk.c, Wnn/uum/sheader.h:
288 forgot to add edited year.
289 * Wnn/conv/Makefile.in: remove unnecessary variable.
290 * Wnn/jlib/Makefile.in, Wnn/jlib.V3/Makefile.in,
291 cWnn/jlib/Makefile.in, kWnn/jlib/Makefile.in:
292 removed unnecessary variable, removed getopt.c, and style fix.
293 * Wnn/jlib/getopt.c: Removed as replaced by libc or GNU getopt.
294 * cWnn/etc/Makefile.in, kWnn/etc/Makefile.in:
295 remove unnecessary variable.
296 added GNU getopt.c and getopt1.c which deals with long options.
297 style fix.
298 * cWnn/include/Makefile.in, kWnn/include/Makefile.in:
299 added GNU getopt.h and style fix.
300 * Wnn/jserver/Makefile.in, cWnn/jserver/Makefile.in,
301 kWnn/jserver/Makefile.in:
302 Remove de_vars.c and jserver_id.c
303 Replace getopt by GNU getopt.
304 Removed FORKDEF. cf. de.c changes.
305 * Wnn/jserver/de_vars.c:
306 Remove. Global variables now dealt in de_header.h and de.c.
307 * Wnn/jserver/de_header.h:
308 global variable definitions are now in de_header.h and kaiseki.h.
309 add OPT_* macro. style fix.
310 * Wnn/jserver/kai_area.c: global variables are moved to kaiseki.h
311 * Wnn/jserver/kaiseki.h: now covers global variable definition.
312 * Wnn/jserver/jserver_id.c: Remove. It is not used.
313 * Wnn/jserver/bnsetu_kai.c:
314 discard jmt_set() return value.
315 It never returnes -1 (failure), so this change does not matter.
316 * Wnn/jserver/de.c:
317 use GNU getopt now.
318 global variable now dealt in de_header.h and de.c.
319 axed UX386 macro.
320 add -D option (do not detach tty) and some long options.
321 changed option setting with OTP_*.
322 * Wnn/etc/getopt.c, Wnn/etc/getopt1.c, Wnn/include/getopt.h:
323 add GNU getopt (getopt_long).
324 * Wnn/jserver/jmt0.c:
325 Elimination of unnecessary code brought that
326 init_jmt() no more returns a value nor take a parameter,
327 also initjmt is no more needed.
328 * Wnn/jserver/do_dic_no.c, do_henkan1.c:
329 init_jmt() no more takes a parameter, and style fix.
330 * Wnn/jserver/get_kaiarea.c:
331 change return value of get_kaiseki_area().
332 failure now returns NULL, and success returns 1 (non zero)
333 (a little bit like malloc).
334 style fix.
335 * Wnn/jserver/initjserv.c, snd_rcv.c, w_string.c:
336 remove commented out code.
337
338 Fri, 9 Apr 2003 Hiroo Ono <hiroo at oikumene.gcd.org>
339 * Tagged freewnn-1-1-1-a020.
340
341 Sun, 6 Apr 2003 06:30:49 Hiroo Ono <hiroo at oikumene.gcd.org>
342 * Wnn/uum/jhlp.c: Change err() to uum_err().
343 Avoid overriding err() in libc.
344 * Wnn/uum/sheader.h: ditto.
345 * Wnn/jserver/bnsetu_kai.c:
346 Convert "struct kangovect" to typedef'ed "word_vertor".
347 * Wnn/jserver/ddefine.h:
348 Remove commented out code and "kangovect" definition.
349 * Wnn/jserver/fzk.c:
350 Convert "struct kangovect" to typedef'ed "word_vertor".
351 Make function prototypes and definition ISO C style.
352 Get rid of the keyword "register".
353 Convert error1() to log_err().
354 Remove commented out code.
355 Zero clear malloc'ed areas using bzero() or calloc(). It will
356 make jserver work again.
357 * Wnn/jserver/fzk.h: typedef word_vector and fzkvect.
358 include ddefine.h.
359
360 Mon, 30 Dec 2002 00:03:24 Hiroo Ono <hiroo at oikumene.gcd.org>
361 * PubdicPlus/pubdic.p
362 Fixed the word "torawareru".
363 (reported by Mr.Hironori Fujii <fujii at chi.its.hiroshima-cu.ac.jp>)
364
365 Fri, 8 Nov 2002 09:15:07 Katsuomi Hamajima <hamajima at nagoya.ydc.co.jp>
366 * Wnn/jserver/de_header.h:
367 Fix compile error by defining UCHAR.
368
369 Tue, 12 Nov 2002 10:25:02 Tomoki Aono <aono at cc.osaka-kyoiku.ac.jp>
370 * Wnn/etc/revdic.c:
371 Fix bug on revdic against WNN_UD_DICT.
372 atod -U creates wrong dictionary (and even crashes) on little-endian
373 architecture.
374 (reported by Mr.Kamei <zic-fw at ontime.venus.to> in [freewnn:00903]>)
375 * Wnn/jutil/atod.c:
376 Add -U explanation in the usage.
377
378 Sat Sep 07 11:33:53 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
379 * Contrib/dic/gerodic/g-jinmei.u:
380 PubdicPlus/pubdic.p:
381 Fix the word "hitachi" and "jouban".
382
383 Sun Sep 01 17:48:26 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
384 * configure.in: added check for FD_SET() and AC_HEADER_TIME.
385 * configure:
386 config.h.in: regenerate.
387 * Wnn/jserver/initjserv.c:
388 small style fix.
389 * Wnn/jserver/de.c:
390 Change prototypes to C89 style, modify error message.
391 Use the type fd_set and functions FD_* for select(2) parameters.
392 * Wnn/jserver/de_header.h:
393 Change some prototypes to C89 format.
394 Change struct wnn_file->area type to void*.
395 * Wnn/jserver/renbn_kai.c:
396 Change prototypes to C89 style,
397 error1 -> log_err/log_debug conversion.
398 * Wnn/jserver/readfile.c:
399 Change prototypes to C89 style,
400 error1 -> log_err/log_debug conversion.
401
402 Mon Aug 26 09:27:23 UTC 2002 Tomoki Aono <aono at cc.osaka-kyoiku.ac.jp>
403 * Wnn/uum/jhlp.c:
404 #include <errno.h> instead of <sys/errno.h>.
405
406 Sat Aug 24 18:11:53 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
407 * Wnn/jserver/de.c:
408 Change prototypes to C89 style.
409 Remove commented out function.
410
411 Fri Aug 16 17:30:29 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
412 * Wnn/jserver/b_index.c:
413 Change prototypes to C89 style.
414 error1 -> log_err/debug conversion.
415
416 Thu Aug 15 10:31:04 UTC 2002 Tomoki Aono <aono at cc.osaka-kyoiku.ac.jp>
417 * Wnn/jserver/de.c:
418 Clear user_name and host_name of deleted client struct
419 to display username correctly in log_debug()/log_error().
420 Possible typo fix for IBM compilers (CLINET -> CLIENT).
421
422 Mon Aug 12 16:25:48 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
423 * jserver/de_header.h:
424 Permit double inclusion.
425 Add option_flag variable.
426 * jserver/ddefine.h:
427 jserver/fzk.h:
428 jserver/kaiseki.h:
429 Permit double inclusion.
430 * jserver/de.c:
431 Include <sys/time.h>
432 Change DOFORK macro to option_flag variable.
433 error1() -> log_debug() change.
434 * jserver/de_vars.c:
435 Add option_flag variable.
436 * jserver/do_filecom.c:
437 Remove fopen() prototype.
438 * jserver/error.c:
439 Avoid printing garbage when c_c->user_name has invalid value.
440 * jserver/initjserv.c:
441 Rearrange prototypes.
442 Change read_default() implementation to a little more sofisticated
443 way using strtok(). (at least I do think so).
444 Add debug messages to read_default().
445 Change read_default_files() buffer size to EXPAND_PATH_LENGTH+1.
446 Remove commented out function.
447
448 Sun Jul 14 04:19:54 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
449 * PubdicPlus/fzk.con:
450 PubdicPlus/fzk.fzkattr:
451 PubdicPlus/fzk.shuutan:
452 Comment out identifier trailing to #endif.
453 * Wnn/jserver/de_header.h:
454 Change the prototypes of functions defined in intjserv.c
455 in C89 style.
456 * Wnn/jserver/initjserv.c:
457 Replace change_ascii_to_int() to atoi() in standard library.
458 Corrected the parameter for atoi() in get_bcksla().
459 * Wnn/jutil/atod.c:
460 Wnn/jutil/atof.c:
461 Wnn/jutil/oldatonewa.c:
462 Wnn/jutil/ujisf.c:
463 Wnn/jutil/wnntouch.c:
464 Wnn/jserver/do_filecom.c:
465 Wnn/jserver/error.c:
466 Wnn/jserver/sisheng.c:
467 Wnn/jlib.V3/jlv3.c:
468 Wnn/etc/dic_atojis.c:
469 Wnn/etc/msg.c:
470 Wnn/etc/sstrings.c:
471 PubdicPlus/pod.c: Include string(s).h.
472
473 Sat Jun 22 17:58:58 UTC 2002 Tomoki Aono <aono at cc.osaka-kyoiku.ac.jp>
474 * Wnn/manual/4.cmd/jserver:
475 Wnn/man/4.cmd/jserver.man:
476 Added description about jserver -v option.
477
478 Sat Jun 22 13:26:22 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
479 * CONTRIBUTORS:
480 List the contributors for pubdic+ enhancement (from wnn-users).
481 Added Mr.Ishida for the fix in Wnn/jserver/de.c [freewnn:00383].
482 * acconfig.h:
483 Remove HAVE_RAND_MAX, which is superfluous.
484 * configure.in:
485 Remove HAVE_RAND_MAX, which is superfluous.
486 check `random()'.
487 * configure, config.h.in: Regenerate.
488 * Wnn/jserver/de.c:
489 Buffer overflow fix. (by Mr.Ishida, [freewnn:00383]).
490 Use SDRAND defined in wnn_os.h.
491 * Wnn/jserver/do_henkan1.c:
492 Remove needless NULL macro.
493 * Wnn/jserver/do_hindo_s.c:
494 Remove RAND() macro and use DRAND() defined in wnn_os.h.
495 * Wnn/jserver/error.c:
496 Comment out errono printing.
497 * Wnn/etc/bdic.c:
498 Replace index to strchr (OS dependency is dealt in wnn_os.h).
499 * Wnn/include/wnn_os.h:
500 Anternate strchr/strrchr/bcopy if they are not found.
501 Select pseudo-random number generation method.
502 standard rand() is too bad and BSD decendants seem to have random().
503 * Wnn/jlib/jl.c:
504 Use RAND() defined in wnn_os.h.
505 * Wnn/jlib.V3/jlv3.c:
506 Remove bzero macro. it is defined in wnn_os.h if needed.
507 * Xwnmo/xjutil/jutil.c:
508 Include appropriate headers.
509 * Wnn/uum/Makefile.in:
510 Remove the macro SIGNAL_DEFINES which is not used.
511 * Wnn/uum/jhlp.c:
512 Remove OS dependency check for strchr/index. It is in wnn_os.h now.
513 * Wnn/uum/screen.c:
514 Remove OS dependency check for strchr/index. It is in wnn_os.h now.
515 * Wnn/uum/setutmp.c:
516 Replace rindex to strrchr (OS dependency is dealt in wnn_os.h).
517 Include sdefine.h, sheader.h, and remove prototypes.
518 * Wnn/uum/sheader.h:
519 Add prototype for ttyfdslot() in ttyfdslot.c.
520 * Wnn/uum/ttyfdslot.c:
521 Include appropriate headers and remove prototypes.
522 * Wnn/uum/uif.c:
523 Remove OS dependency check for strchr/index. It is in wnn_os.h now.
524 * Wnn/uum/wnnrc_op.c:
525 Remove prototype for system library function.
526
527 Fri Jun 21 19:39:47 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
528 * Wnn/include/wnn_malloc.h: Removed.
529
530 Mon Jun 17 17:28:54 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
531 * configure.in:
532 Passes autoconf 2.13 again. (cf.[freewnn:00872])
533 Look for getopt().
534 * config.h.in:
535 configure: Regenerate by GNU Autoconf 2.53.
536 * Wnn/include/wnn_os.h:
537 Add #endif forgotten in rev.1.10 (cf.[freewnn:00874]).
538 * Wnn/jlib/getopt.c:
539 Enable only when the system do not have getopt()(cf.[freewnn:00874]).
540
541 Sat Jun 15 13:11:45 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
542 * acconfig.h:
543 Added RETSIGTYPE_VOID hack taken from EB Library
544 <URI:http://www.sra.co.jp/people/m-kasahr/eb/>.
545 * configure.in:
546 Removed -DCSRG_BASED for CCOPTIONS of *BSD.
547 Aggregated AC_CHECK_HEADERS and AC_CHECK_FUNCS parameter
548 to reduce the size of configure a little.
549 Cosmetic change in AC_CHECK_TYPES usage.
550 Added RETSIGTYPE_VOID hack taken from EB Library.
551 Suppress Makefile generation for each language when
552 they are disabled.
553 Add getdtablesize() check.
554 * config.h.in, configure: regenerate. (GNU Autoconf 2.53)
555 * Wnn/include/wnn_os.h:
556 bzero/memset, strchr/index strrchr/rindex glue.
557 SIGNALRETURNSINT replaced by RETSIGTYPE and RETSIGTYPE_VOID.
558 Newly define WNN_NFD for temporal file descriptor number hack.
559 * Wnn/jlib/getopt.c, jl.c, js.c,
560 Wnn/jserver/initjserv.c,
561 Wnn/romkan/rk_header.h:
562 Include config.h and wnn_os.h if not, and get rid of BSD42 macro.
563 * Wnn/jserver/de.c:
564 Use WNN_NFD for temporal file descriptor number hack.
565 * Wnn/jserver/de_header.h, error.c,
566 Wnn/uum/jhlp.c:
567 Replace to RETSIGTYPE and RETSIGTYPE_VOID.
568 Use WNN_NFD for temporal file descriptor number hack.
569 * Wnn/uum/sheader.h:
570 A trivial change in comment.
571 * Wnn/uum/wnnrc_op.c:
572 Get rid of BSD42 macro.
573
574 Fri Jun 14 19:39:30 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
575 * Makefile.in: use $(RM) for remove command.
576
577 Thu Jun 13 21:27:51 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
578 * FreeWnn/Wnn/uum/jhlp.c, termio.c:
579 Change own setenv() definition to not to print out error message
580 and getting one more parameter for compatibility.
581 Print out setenv() error message at the caller side.
582 * FreeWnn/Wnn/uum/termcap.c: curses header inclusion.
583 * FreeWnn/Wnn/uum/sheader.h: cleanup.
584
585 Mon Jun 10 22:15:23 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
586 * PubdicPlus/pod.c: Include config.h.
587
588 Sun Jun 09 11:08:41 UTC 2002 Hiroaki Abe <h-abe at pc.highway.ne.jp>
589 * FreeWnn/configure.in:
590 Add libbind.so check for BeOS R5.1.
591
592 Mon May 27 16:33:52 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
593 * Wnn/pubdicplus/Makefile.in:
594 Put $(TOP) to include path so that <config.h> can be included.
595
596 Sat May 25 11:24:47 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
597 * FreeWnn/PubdicPlus/ fzk.con, fzk.attr, fzk.jircon:
598 Enhancement for verb ([wnn-users 973],[wnn-users 975] Y.Katayama).
599 Enhancement for prefix ([wnn-users 978] Fe2+(T.Matsui)).
600
601 Sat May 25 05:57:43 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
602 * Wnn/jserver/ MALLOC.c, malloc.c: Remove malloc() wrapper.
603
604 Sun May 12 22:51:18 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
605 * Wnn/conv/cvt_key.c: Remove qualifier register.
606 * Wnn/uum/setutmp.c:
607 Correct the parameter of setenv().
608 Include necessary system headers.
609 * kWnn/jserver/Makefile.in, kWnn/include/Makefile.in,
610 cWnn/jserver/Makefile.in, cWnn/include/Makefile.in,
611 Wnn/jserver/Makefile.in:
612 Remove wnn_malloc.h and malloc.c
613 * Wnn/etc/ msg.c, vasprintf.c,
614 Wnn/jlib/ jl.c, js.c, kankana.c,
615 Wnn/jlib.V3/jlv3.c,
616 Wnn/jserver/ b_index.c, daibun_kai.c, de.c, dispatch.c,
617 do_env.c, error.c, fzk.c, get_kaiarea.c,
618 hinsi_list.c,initjserv.c, jikouho.c, jikouho_d.c,
619 mknode0.c, mknode1.c, mknode2.c, readfile.c,
620 Wnn/jutil/ atod.c, atorev.c, dtoa.c, ujisf.c, wddel.c,
621 wdreg.c, wnnstat.c,
622 Wnn/uum/ basic_op.c, history.c, prologue.c, screen.c,
623 termcap.c, uif.c, wnnrc_op.c:
624 Include stdlib.h (or malloc.h) for malloc() family.
625 Remove prototype for malloc().
626 Include some other system headers.
627 * Wnn/uum/sheader.h: Remove unnecessary prototypes.
628 * Makefile.in: Add removal of autoconf 2.53 generated
629 files in distclean.
630
631 Sun May 12 01:01:47 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
632 * CONTRIBUTEORS: update
633 * configure.in, configure, config.h.in:
634 Check for bcopy/bzero/bcmp.
635 * Wnn/etc/bcopy.c:
636 Check for bcopy/bzero/bcmp.
637 Remove qualifier register.
638
639 Sat May 11 13:03:37 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
640 * INSTALL INSTALL.en: Update.
641
642 Tue May 07 22:26:30 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
643 * Wnn/etc/msg.c:
644 Corrected _search(). ([freewnn:00847] by K.Wada)
645
646 Sun May 05 05:13:10 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
647 * Wnn/include/commonhd.h:
648 Updated _SERVER_VERSION to pl20.
649 Removed unistd.h inclusion.
650
651 Sat May 04 17:15:24 UTC 2002 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp>
652 * Wnn/manual/4.cmd/jserver man/4.cmd/jserver.man:
653 Update.
654
655 Thu May 02 15:18:55 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
656 * Wnn/jserver/do_hindo_s.c:
657 Corrected inclusion of stdlib.h.
658
659 Wed May 01 21:05:10 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
660 * configure.in config.h.in configure:
661 Added checking for syslog(), syslog.h and setenv() that are not
662 in C89 or POSIX 1,2.
663 * */jserver/Makefile.in:
664 Removed JS_SUPPORTLIB. We do not use syslog()/libbe in the BeOS.
665 * Wnn/jserver/error.c:
666 Skip syslog() when it is not found.
667 * Wnn/uum/jhlp.c sheader.h:
668 Use system's setenv() function. As it is not in C89 or POSIX 1,2
669 standards, use our own definition when it is not found.
670 However, it should be rewritten to meet other specification.
671
672 Tue Apr 02 04:16:21 UTC 2002 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp>
673 * Wnn/jserver/de.c: include fcntl.h.
674 * Wnn/conv/cvt_read.c: Change include point of cvt_head.h.
675
676 Sun Mar 31 11:30:23 UTC 2002 Hiroaki Abe <h-abe at pc.highway.ne.jp>
677 * Wnn/include/commonhd.h:
678 Remoke unitsd.h inclusion for BeOS.
679 * */jserver/Makefile.in configure.in configure:
680 BeOS requires to link libbe.so when using syslog function.
681 Add JS_SUPPORTLIBS to set libraries when building [jckt]server.
682
683 Sun Mar 31 06:26:54 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
684 * Wnn/jserver/de.c de_header.h:
685 Changed the value of cmd_name[] from argv[0] to "[cjkt]server".
686 Style and error message fix.
687
688 Sat Mar 30 13:44:22 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
689 * Wnn/romkan/rk_modread.c: Include stdlib.h
690
691 Sat Mar 30 09:34:48 UTC 2002 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp>
692 * (Wnn/cWnn/kWnn)/romkan/Makefile.in:
693 Added -I$(TOP) to INCLUDES.
694 Removed LIB_MT_DEFINES. It is not used anywhere.
695 Preliminary change for enabling build when builddir != srcdir.
696
697 Sat Mar 30 02:35:22 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
698 * Wnn/etc/yincoding.c: Style fix.
699 * files below Wnn/:
700 Added header files (string.h/strings.h unistd.h and so on) inclusion
701 according to STDC_HEADERS and HAVE_*_H.
702 Add config.h inclusion if necessary.
703 * configure.in config.h.in configure:
704 Remove limits.h check. We see STDC_HEADERS.
705 Add memory.h check for future bcopy/index -> memmove/strchr change.
706
707 Sat Mar 23 21:18:32 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
708 files under Wnn directory:
709 * See STDC_HEADERS for stdlib.h and string.h.
710 * Include strings.h if no STDC_HEADERS and it exists.
711 * Include config.h if necessary.
712
713 Thu Mar 21 06:59:22 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
714 * configure.in: Removed unecessary comments.
715 * cvt_head.h: Removed commented out codes.
716 * cvt_read.c, bdic.c, yincoding.c:
717 get rid of BSD42 and SYSVR2 macros and add check by configure.
718 * config.h.in, configure.in, configure:
719 add fchmod() check.
720
721 Sun Mar 10 10:43:47 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
722 * pubdic.p: Fixed typo. ([freewnn:00812] by Fe2+)
723
724 Sat Mar 9 16:50:34 UTC 2002 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp>
725 * Makefile.in config.h.in configure configure.in
726 Wnn/etc/gethinsi.c Wnn/jserver/Makefile.in
727 cWnn/jserver/Makefile.in cWnn/include/Makefile.in
728 kWnn/jserver/Makefile.in kWnn/include/Makefile.in :
729 + Wnn/etc/vasprintf.c and Wnn/etc/mkdir.c are compiled on platforms
730 which do not have equivalent functions.
731 (emulating the AC_REPLACE_FUNCS macro by ourself).
732 + If the configure option `--disable-cWnn' is specified, disable
733 Makefile creation under cWnn directory.
734 Note: It is an experimental feature and it should also be done
735 for Wnn and kWnn.
736
737 * Wnn/jserver/ de_header.h dispatch.c error.c :
738 error.c related changes . (cf. [freewnn:00772])
739 + Eliminate error1() and create new functions which takes variable
740 arguments log_err() and log_debug().
741 error1() is defined to be log_debug().
742 + If -s option of jserver is not specified (noisy == 0), prints
743 log messages to syslog.
744 + vwrite_log(), called from log{err,debug}(), puts log message in
745 one line (i.e. it does not add extra new lines).
746 Usually, at least 3 lines was printed.
747
748 Fri Mar 8 20:07:13 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
749 * Include system headers which contains the function prototype used.
750 * Wnn/etc/wnn_os.h: Put the prototypes for functions defined in
751 Wnn/etc.
752 * Wnn/etc/msg.c: removed bsearch() implimentation.
753
754 Fri Mar 8 08:36:04 UTC 2002 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp>
755 * Wnn/jserver/de.c
756 Open log (script) file in append mode.
757 Delete duplicated signal handler setting in daemon_init().
758
759 Tue Mar 5 09:23:50 UTC 2002 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp>
760 * Imported vasprintf.c and ansidecl.h from libiberty (bundled with
761 gcc-3.0.4). Needed for error.c rewrite.
762 Change from original version:
763 vasprintf.c does not #include <libiberty.h>.
764
765 Mon Mar 4 04:01:55 UTC 2002 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp>
766 * Wnn/man/4.cmd/jserver/man
767 Fixed option-description formatting for jserver. [freewnn:00759]
768
769 Sun Mar 3 14:06:32 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
770 * Wnn/include/wnn_os.h et al.
771 Removed P_ macro for K&R C.
772
773 Sun Mar 3 12:53:58 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
774 * configure.in: Applied fix from [freewnn:00764] (T.Aono).
775
776 Sat Mar 2 11:19:21 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org>
777 * Fixed typo in the manual of wddel ([freewnn:00797] T.Matui).
778
779 Mon Sep 24 08:25:28 UTC 2001 Hiroo Ono <hiroo at oikumene.gcd.org>
780 * Fix for configure.in and Makefile.in ([freewnn:00753] by T.Aono).
781
782 Sun Sep 16 11:10:20 UTC 2001 Hiroo Ono <hiroo at oikumene.gcd.org>
783 * Added --enable-debug option to the configure script.
784 it adds -g2 option to CDEBUGFLAGS if CC is GCC, and remove
785 -s from INSTPGMFLAGS not to strip the executable.
786 An update to the configure.in script for CC other than GCC is
787 welcome.
788
789 Sat Sep 15 17:29:15 UTC 2001 Hiroo Ono <hiroo at oikumene.gcd.org>
790 * Put workaround for remote vulnerability that allow to create
791 a file in an arbitrary path.
792 ([freewnn:00699] by Mr.Ukai via Mr. M.Ishikawa).
793 As it breaks the traditional feature (the problem itself!) of
794 FreeWnn, this workaround can be turned off in the configure
795 script. But if you want to do so, you should at least forbid
796 accesses from unexpected hosts using ipfilter or its equivalent.
797 More secure solutions like adding tcp_wrappers feature and
798 some kind of authentication are needed, but as the problem came
799 from the design of KKTP itself, we should be careful what
800 solution we will take. Due to the poor manpower, this will take
801 time.
802 * Added P_ macro in wnn_os.h to support ISO C (and current K&R
803 style) in the future.
804 I am planning to change prototypes to be written with the macro.
805 (it may be backed out though).
806 * Uum support again ([freewnn:00676] by Mr. K.Iijima).
807 There is no cuum, kuum, tuum support yet, but there will be.
808 * Fix IPv6 feature.
809 Set the permission of Unix domain socket to 0766
810 Set the variable cmd_name to argv[0].
811 ([freewnn:00716],[freewnn:00732] by K. Hamajima).
812 * Do not ignore "cmd_name:" in error1() of Wnn/jserver/error.c
813 ([freewnn:00730] by T.Aono)
814 * Modified INSTALL.en
815
816 Tue Aug 14 11:12:34 UTC 2001 Hiroo Ono <hiroo at oikumene.gcd.org>
817 * CPP + IPv6 path ([freewnn:00673] Katsuomi Hamajima)
818 * fix to configure.in for beos ([freewnn:00677] Hiroaki Abe)
819 * libtoolized by libtool-1.4 and aclocal.
820
821 Sun Jun 17 15:00:08 UTC 2001
822 * Added some manpages in English.([freewnn:00542] Francis Bond)
823 atod.man, atof.man, dtoa.man
824 They are not installed for the instant.
825 * Added -v option to jserver ([freewnn:00581] Y.Yabuki)
826 * Corrected jserver usage. ([freewnn:00606] Francis Bond)
827
828 Sat Jun 2 00:27:56 JST 2001 Hiroo Ono <hiroo at oikumene.gcd.org>
829 * config.h.in, configure.in, */*/Makefile.in,
830 and some other *.h and *.c files:
831 check if sys/param.h exists.
832 include config.h for this.
833 fixed INCLUDES line of Makefile.in for this.
834 modified #if statements related to macro NOFILE. (should be revised).
835 * Wnn/man/6.jutil/atod.man: changed some alphabet characters.
836 * removed some comments for emacs (NEmacs?) editor.
837
838 Wed May 30 00:09:15 JST 2001 Hiroo Ono <hiroo at oikumene.gcd.org>
839 * Wnn/manual/3.libwnn/*,
840 Wnn/manual/7.Protocol/KKTP:
841 fix document typo ([[freewnn:00581] by Youichi Yabuki)
842 The documents in English should also be fixed, but...
843
844 Sun May 27 12:55:45 JST 2001 Hiroo Ono <hiroo at oikumene.gcd.org>
845 * Makefile.in: remove libtool in distclean
846 * Wnn/include/wnn_os.h: remove HAVE_WAIT3 (it is now in configure.in)
847 * configure.in: temporary fix for CPP ([freewnn:00578] H.Abe)
848 CPP=`$CC -print-prog-name=cpp` on BePC, FreeBSD, Linux
849
850 Sun May 20 18:09:02 JST 2001 Hiroo Ono <hiroo at oikumene.gcd.org>
851
852 * makerule.mk.in: pass -DHAVE_CONFIG_H to $(CC)
853 * PubdicPlus/fzk.con: fix previous patch ([freewnn:00576] by Keiki Sunagawa).
854 * include <sys/param.h> before Wnn/include/msg.h .
855 * Wnn/jd/wnnenvrc_R.omr: add gerodic ([freewnn:00346] by Fuminori Uematsu).
856 * Wnn/jlib/js.c: include config.h ([freewnn:00392] by Hiroaki Abe)
857
858 Sat May 19 18:20:25 JST 2001 Hiroo Ono <hiroo at oikumene.gcd.org>
859
860 * PubdicPlus/fzk.con patch ([freewnn:00547] by Keiki Sunagawa)
861 * PubdicPlus/pubdic.p fix ([freewnn:00424] by Tetsuo Tsukamoto)
862
863 * Add target distclean to Makefile.in ([freewnn:00380] by Nobuyuki Hikichi)
864 * Wnn/include/msg.h: fix the constraint for path name length.
865 * Wnn/etc/msg.c: likewise.
866 * Wnn/jlib/js.c: add the include of sys/param.h for removing path
867 name length.
868 ([freewnn:00380] by Nobuyuki Hikichi)
869
870 * now, generate config.h.in by autoheader using acconfig.h.
871 ([freewnn:00290] by Shinchi Motoki)
872
873 * include config.h only when HAVE_CONFIG_H is defined.
874
875 Sat May 19 14:16:00 JST 2001 Hiroo Ono <hiroo at oikumene.gcd.org>
876
877 * divide and shared library patch ([freewnn:00443] by Satoshi Taoka)
878 * importing
879 libltdl/aclocal.m4
880 ltconfig
881 ltmain.sh
882 from libtool-1.3.5, and
883 config.guess
884 config.sub
885 from autoconf-2.13 ([freewnn:00444] by Satoshi Taoka)
886 * remove configure from cvs tree.
887 it can be generated by autoconf.

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