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.17 - (show annotations) (download)
Sat Dec 3 08:29:31 2005 UTC (18 years, 4 months ago) by aonoto
Branch: MAIN
Changes since 1.16: +1 -1 lines
LGPL coordinator is Nakai, not 'NaGai'. (Sorry)

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

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