| 1 |
Sun, 6 Apr 2003 06:30:49 Hiroo Ono <hiroo oikumene.gcd.org> |
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 |
* Wnn/uum/jhlp.c: Change err() to uum_err(). |
* Wnn/uum/jhlp.c: Change err() to uum_err(). |
| 71 |
Avoid overriding err() in libc. |
Avoid overriding err() in libc. |
| 72 |
* Wnn/uum/sheader.h: ditto. |
* Wnn/uum/sheader.h: ditto. |
| 85 |
* Wnn/jserver/fzk.h: typedef word_vector and fzkvect. |
* Wnn/jserver/fzk.h: typedef word_vector and fzkvect. |
| 86 |
include ddefine.h. |
include ddefine.h. |
| 87 |
|
|
| 88 |
Mon, 30 Dec 2002 00:03:24 Hiroo Ono <hiroo oikumene.gcd.org> |
Mon, 30 Dec 2002 00:03:24 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 89 |
* PubdicPlus/pubdic.p |
* PubdicPlus/pubdic.p |
| 90 |
Fixed the word "torawareru". |
Fixed the word "torawareru". |
| 91 |
(reported by Mr.Hironori Fujii <fujii chi.its.hiroshima-cu.ac.jp>) |
(reported by Mr.Hironori Fujii <fujii at chi.its.hiroshima-cu.ac.jp>) |
| 92 |
|
|
| 93 |
Fri, 8 Nov 2002 09:15:07 Katsuomi Hamajima <hamajima nagoya.ydc.co.jp> |
Fri, 8 Nov 2002 09:15:07 Katsuomi Hamajima <hamajima at nagoya.ydc.co.jp> |
| 94 |
* Wnn/jserver/de_header.h: |
* Wnn/jserver/de_header.h: |
| 95 |
Fix compile error by defining UCHAR. |
Fix compile error by defining UCHAR. |
| 96 |
|
|
| 97 |
Tue, 12 Nov 2002 10:25:02 Tomoki Aono <aono cc.osaka-kyoiku.ac.jp> |
Tue, 12 Nov 2002 10:25:02 Tomoki Aono <aono at cc.osaka-kyoiku.ac.jp> |
| 98 |
* Wnn/etc/revdic.c: |
* Wnn/etc/revdic.c: |
| 99 |
Fix bug on revdic against WNN_UD_DICT. |
Fix bug on revdic against WNN_UD_DICT. |
| 100 |
atod -U creates wrong dictionary (and even crashes) on little-endian |
atod -U creates wrong dictionary (and even crashes) on little-endian |
| 101 |
architecture. |
architecture. |
| 102 |
(reported by Mr.Kamei <zic-fw ontime.venus.to> in [freewnn:00903]>) |
(reported by Mr.Kamei <zic-fw at ontime.venus.to> in [freewnn:00903]>) |
| 103 |
* Wnn/jutil/atod.c: |
* Wnn/jutil/atod.c: |
| 104 |
Add -U explanation in the usage. |
Add -U explanation in the usage. |
| 105 |
|
|
| 106 |
Sat Sep 07 11:33:53 UTC 2002 Hiroo Ono <hiroo oikumene.gcd.org> |
Sat Sep 07 11:33:53 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 107 |
* Contrib/dic/gerodic/g-jinmei.u: |
* Contrib/dic/gerodic/g-jinmei.u: |
| 108 |
PubdicPlus/pubdic.p: |
PubdicPlus/pubdic.p: |
| 109 |
Fix the word "hitachi" and "jouban". |
Fix the word "hitachi" and "jouban". |
| 110 |
|
|
| 111 |
Sun Sep 01 17:48:26 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org> |
Sun Sep 01 17:48:26 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 112 |
* configure.in: added check for FD_SET() and AC_HEADER_TIME. |
* configure.in: added check for FD_SET() and AC_HEADER_TIME. |
| 113 |
* configure: |
* configure: |
| 114 |
config.h.in: regenerate. |
config.h.in: regenerate. |
| 127 |
Change prototypes to C89 style, |
Change prototypes to C89 style, |
| 128 |
error1 -> log_err/log_debug conversion. |
error1 -> log_err/log_debug conversion. |
| 129 |
|
|
| 130 |
Mon Aug 26 09:27:23 UTC 2002 Tomoki Aono <aono@cc.osaka-kyoiku.ac.jp> |
Mon Aug 26 09:27:23 UTC 2002 Tomoki Aono <aono at cc.osaka-kyoiku.ac.jp> |
| 131 |
* Wnn/uum/jhlp.c: |
* Wnn/uum/jhlp.c: |
| 132 |
#include <errno.h> instead of <sys/errno.h>. |
#include <errno.h> instead of <sys/errno.h>. |
| 133 |
|
|
| 134 |
Sat Aug 24 18:11:53 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org> |
Sat Aug 24 18:11:53 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 135 |
* Wnn/jserver/de.c: |
* Wnn/jserver/de.c: |
| 136 |
Change prototypes to C89 style. |
Change prototypes to C89 style. |
| 137 |
Remove commented out function. |
Remove commented out function. |
| 138 |
|
|
| 139 |
Fri Aug 16 17:30:29 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org> |
Fri Aug 16 17:30:29 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 140 |
* Wnn/jserver/b_index.c: |
* Wnn/jserver/b_index.c: |
| 141 |
Change prototypes to C89 style. |
Change prototypes to C89 style. |
| 142 |
error1 -> log_err/debug conversion. |
error1 -> log_err/debug conversion. |
| 143 |
|
|
| 144 |
Thu Aug 15 10:31:04 UTC 2002 Tomoki Aono <aono@cc.osaka-kyoiku.ac.jp> |
Thu Aug 15 10:31:04 UTC 2002 Tomoki Aono <aono at cc.osaka-kyoiku.ac.jp> |
| 145 |
* Wnn/jserver/de.c: |
* Wnn/jserver/de.c: |
| 146 |
Clear user_name and host_name of deleted client struct |
Clear user_name and host_name of deleted client struct |
| 147 |
to display username correctly in log_debug()/log_error(). |
to display username correctly in log_debug()/log_error(). |
| 148 |
Possible typo fix for IBM compilers (CLINET -> CLIENT). |
Possible typo fix for IBM compilers (CLINET -> CLIENT). |
| 149 |
|
|
| 150 |
Mon Aug 12 16:25:48 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org> |
Mon Aug 12 16:25:48 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 151 |
* jserver/de_header.h: |
* jserver/de_header.h: |
| 152 |
Permit double inclusion. |
Permit double inclusion. |
| 153 |
Add option_flag variable. |
Add option_flag variable. |
| 173 |
Change read_default_files() buffer size to EXPAND_PATH_LENGTH+1. |
Change read_default_files() buffer size to EXPAND_PATH_LENGTH+1. |
| 174 |
Remove commented out function. |
Remove commented out function. |
| 175 |
|
|
| 176 |
Sun Jul 14 04:19:54 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org> |
Sun Jul 14 04:19:54 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 177 |
* PubdicPlus/fzk.con: |
* PubdicPlus/fzk.con: |
| 178 |
PubdicPlus/fzk.fzkattr: |
PubdicPlus/fzk.fzkattr: |
| 179 |
PubdicPlus/fzk.shuutan: |
PubdicPlus/fzk.shuutan: |
| 198 |
Wnn/etc/sstrings.c: |
Wnn/etc/sstrings.c: |
| 199 |
PubdicPlus/pod.c: Include string(s).h. |
PubdicPlus/pod.c: Include string(s).h. |
| 200 |
|
|
| 201 |
Sat Jun 22 17:58:58 UTC 2002 Tomoki Aono <aono@cc.osaka-kyoiku.ac.jp> |
Sat Jun 22 17:58:58 UTC 2002 Tomoki Aono <aono at cc.osaka-kyoiku.ac.jp> |
| 202 |
* Wnn/manual/4.cmd/jserver: |
* Wnn/manual/4.cmd/jserver: |
| 203 |
Wnn/man/4.cmd/jserver.man: |
Wnn/man/4.cmd/jserver.man: |
| 204 |
Added description about jserver -v option. |
Added description about jserver -v option. |
| 205 |
|
|
| 206 |
Sat Jun 22 13:26:22 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org> |
Sat Jun 22 13:26:22 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 207 |
* CONTRIBUTORS: |
* CONTRIBUTORS: |
| 208 |
List the contributors for pubdic+ enhancement (from wnn-users). |
List the contributors for pubdic+ enhancement (from wnn-users). |
| 209 |
Added Mr.Ishida for the fix in Wnn/jserver/de.c [freewnn:00383]. |
Added Mr.Ishida for the fix in Wnn/jserver/de.c [freewnn:00383]. |
| 252 |
* Wnn/uum/wnnrc_op.c: |
* Wnn/uum/wnnrc_op.c: |
| 253 |
Remove prototype for system library function. |
Remove prototype for system library function. |
| 254 |
|
|
| 255 |
Fri Jun 21 19:39:47 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org> |
Fri Jun 21 19:39:47 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 256 |
* Wnn/include/wnn_malloc.h: Removed. |
* Wnn/include/wnn_malloc.h: Removed. |
| 257 |
|
|
| 258 |
Mon Jun 17 17:28:54 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org> |
Mon Jun 17 17:28:54 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 259 |
* configure.in: |
* configure.in: |
| 260 |
Passes autoconf 2.13 again. (cf.[freewnn:00872]) |
Passes autoconf 2.13 again. (cf.[freewnn:00872]) |
| 261 |
Look for getopt(). |
Look for getopt(). |
| 266 |
* Wnn/jlib/getopt.c: |
* Wnn/jlib/getopt.c: |
| 267 |
Enable only when the system do not have getopt()(cf.[freewnn:00874]). |
Enable only when the system do not have getopt()(cf.[freewnn:00874]). |
| 268 |
|
|
| 269 |
Sat Jun 15 13:11:45 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org> |
Sat Jun 15 13:11:45 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 270 |
* acconfig.h: |
* acconfig.h: |
| 271 |
Added RETSIGTYPE_VOID hack taken from EB Library |
Added RETSIGTYPE_VOID hack taken from EB Library |
| 272 |
<URI:http://www.sra.co.jp/people/m-kasahr/eb/>. |
<URI:http://www.sra.co.jp/people/m-kasahr/eb/>. |
| 299 |
* Wnn/uum/wnnrc_op.c: |
* Wnn/uum/wnnrc_op.c: |
| 300 |
Get rid of BSD42 macro. |
Get rid of BSD42 macro. |
| 301 |
|
|
| 302 |
Fri Jun 14 19:39:30 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org> |
Fri Jun 14 19:39:30 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 303 |
* Makefile.in: use $(RM) for remove command. |
* Makefile.in: use $(RM) for remove command. |
| 304 |
|
|
| 305 |
Thu Jun 13 21:27:51 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org> |
Thu Jun 13 21:27:51 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 306 |
* FreeWnn/Wnn/uum/jhlp.c, termio.c: |
* FreeWnn/Wnn/uum/jhlp.c, termio.c: |
| 307 |
Change own setenv() definition to not to print out error message |
Change own setenv() definition to not to print out error message |
| 308 |
and getting one more parameter for compatibility. |
and getting one more parameter for compatibility. |
| 310 |
* FreeWnn/Wnn/uum/termcap.c: curses header inclusion. |
* FreeWnn/Wnn/uum/termcap.c: curses header inclusion. |
| 311 |
* FreeWnn/Wnn/uum/sheader.h: cleanup. |
* FreeWnn/Wnn/uum/sheader.h: cleanup. |
| 312 |
|
|
| 313 |
Mon Jun 10 22:15:23 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org> |
Mon Jun 10 22:15:23 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 314 |
* PubdicPlus/pod.c: Include config.h. |
* PubdicPlus/pod.c: Include config.h. |
| 315 |
|
|
| 316 |
Sun Jun 09 11:08:41 UTC 2002 Hiroaki Abe <h-abe@pc.highway.ne.jp> |
Sun Jun 09 11:08:41 UTC 2002 Hiroaki Abe <h-abe at pc.highway.ne.jp> |
| 317 |
* FreeWnn/configure.in: |
* FreeWnn/configure.in: |
| 318 |
Add libbind.so check for BeOS R5.1. |
Add libbind.so check for BeOS R5.1. |
| 319 |
|
|
| 320 |
Mon May 27 16:33:52 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org> |
Mon May 27 16:33:52 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 321 |
* Wnn/pubdicplus/Makefile.in: |
* Wnn/pubdicplus/Makefile.in: |
| 322 |
Put $(TOP) to include path so that <config.h> can be included. |
Put $(TOP) to include path so that <config.h> can be included. |
| 323 |
|
|
| 324 |
Sat May 25 11:24:47 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org> |
Sat May 25 11:24:47 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 325 |
* FreeWnn/PubdicPlus/ fzk.con, fzk.attr, fzk.jircon: |
* FreeWnn/PubdicPlus/ fzk.con, fzk.attr, fzk.jircon: |
| 326 |
Enhancement for verb ([wnn-users 973],[wnn-users 975] Y.Katayama). |
Enhancement for verb ([wnn-users 973],[wnn-users 975] Y.Katayama). |
| 327 |
Enhancement for prefix ([wnn-users 978] Fe2+(T.Matsui)). |
Enhancement for prefix ([wnn-users 978] Fe2+(T.Matsui)). |
| 328 |
|
|
| 329 |
Sat May 25 05:57:43 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org> |
Sat May 25 05:57:43 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 330 |
* Wnn/jserver/ MALLOC.c, malloc.c: Remove malloc() wrapper. |
* Wnn/jserver/ MALLOC.c, malloc.c: Remove malloc() wrapper. |
| 331 |
|
|
| 332 |
Sun May 12 22:51:18 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org> |
Sun May 12 22:51:18 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 333 |
* Wnn/conv/cvt_key.c: Remove qualifier register. |
* Wnn/conv/cvt_key.c: Remove qualifier register. |
| 334 |
* Wnn/uum/setutmp.c: |
* Wnn/uum/setutmp.c: |
| 335 |
Correct the parameter of setenv(). |
Correct the parameter of setenv(). |
| 356 |
* Makefile.in: Add removal of autoconf 2.53 generated |
* Makefile.in: Add removal of autoconf 2.53 generated |
| 357 |
files in distclean. |
files in distclean. |
| 358 |
|
|
| 359 |
Sun May 12 01:01:47 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org> |
Sun May 12 01:01:47 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 360 |
* CONTRIBUTEORS: update |
* CONTRIBUTEORS: update |
| 361 |
* configure.in, configure, config.h.in: |
* configure.in, configure, config.h.in: |
| 362 |
Check for bcopy/bzero/bcmp. |
Check for bcopy/bzero/bcmp. |
| 364 |
Check for bcopy/bzero/bcmp. |
Check for bcopy/bzero/bcmp. |
| 365 |
Remove qualifier register. |
Remove qualifier register. |
| 366 |
|
|
| 367 |
Sat May 11 13:03:37 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org> |
Sat May 11 13:03:37 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 368 |
* INSTALL INSTALL.en: Update. |
* INSTALL INSTALL.en: Update. |
| 369 |
|
|
| 370 |
Tue May 07 22:26:30 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org> |
Tue May 07 22:26:30 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 371 |
* Wnn/etc/msg.c: |
* Wnn/etc/msg.c: |
| 372 |
Corrected _search(). ([freewnn:00847] by K.Wada) |
Corrected _search(). ([freewnn:00847] by K.Wada) |
| 373 |
|
|
| 374 |
Sun May 05 05:13:10 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org> |
Sun May 05 05:13:10 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 375 |
* Wnn/include/commonhd.h: |
* Wnn/include/commonhd.h: |
| 376 |
Updated _SERVER_VERSION to pl20. |
Updated _SERVER_VERSION to pl20. |
| 377 |
Removed unistd.h inclusion. |
Removed unistd.h inclusion. |
| 378 |
|
|
| 379 |
Sat May 04 17:15:24 UTC 2002 Tomoki AONO <aono@cc.osaka-kyoiku.ac.jp> |
Sat May 04 17:15:24 UTC 2002 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp> |
| 380 |
* Wnn/manual/4.cmd/jserver man/4.cmd/jserver.man: |
* Wnn/manual/4.cmd/jserver man/4.cmd/jserver.man: |
| 381 |
Update. |
Update. |
| 382 |
|
|
| 383 |
Thu May 02 15:18:55 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org> |
Thu May 02 15:18:55 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 384 |
* Wnn/jserver/do_hindo_s.c: |
* Wnn/jserver/do_hindo_s.c: |
| 385 |
Corrected inclusion of stdlib.h. |
Corrected inclusion of stdlib.h. |
| 386 |
|
|
| 387 |
Wed May 01 21:05:10 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org> |
Wed May 01 21:05:10 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 388 |
* configure.in config.h.in configure: |
* configure.in config.h.in configure: |
| 389 |
Added checking for syslog(), syslog.h and setenv() that are not |
Added checking for syslog(), syslog.h and setenv() that are not |
| 390 |
in C89 or POSIX 1,2. |
in C89 or POSIX 1,2. |
| 398 |
However, it should be rewritten to meet other specification, and |
However, it should be rewritten to meet other specification, and |
| 399 |
it assumes environment variables are in the variable char **environ. |
it assumes environment variables are in the variable char **environ. |
| 400 |
|
|
| 401 |
Tue Apr 02 04:16:21 UTC 2002 Tomoki AONO <aono@cc.osaka-kyoiku.ac.jp> |
Tue Apr 02 04:16:21 UTC 2002 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp> |
| 402 |
* Wnn/jserver/de.c: include fcntl.h. |
* Wnn/jserver/de.c: include fcntl.h. |
| 403 |
* Wnn/conv/cvt_read.c: Change include point of cvt_head.h. |
* Wnn/conv/cvt_read.c: Change include point of cvt_head.h. |
| 404 |
|
|
| 405 |
Sun Mar 31 11:30:23 UTC 2002 Hiroaki Abe <h-abe@pc.highway.ne.jp> |
Sun Mar 31 11:30:23 UTC 2002 Hiroaki Abe <h-abe at pc.highway.ne.jp> |
| 406 |
* Wnn/include/commonhd.h: |
* Wnn/include/commonhd.h: |
| 407 |
Remoke unitsd.h inclusion for BeOS. |
Remoke unitsd.h inclusion for BeOS. |
| 408 |
* */jserver/Makefile.in configure.in configure: |
* */jserver/Makefile.in configure.in configure: |
| 409 |
BeOS requires to link libbe.so when using syslog function. |
BeOS requires to link libbe.so when using syslog function. |
| 410 |
Add JS_SUPPORTLIBS to set libraries when building [jckt]server. |
Add JS_SUPPORTLIBS to set libraries when building [jckt]server. |
| 411 |
|
|
| 412 |
Sun Mar 31 06:26:54 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org> |
Sun Mar 31 06:26:54 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 413 |
* Wnn/jserver/de.c de_header.h: |
* Wnn/jserver/de.c de_header.h: |
| 414 |
Changed the value of cmd_name[] from argv[0] to "[cjkt]server". |
Changed the value of cmd_name[] from argv[0] to "[cjkt]server". |
| 415 |
Style and error message fix. |
Style and error message fix. |
| 416 |
|
|
| 417 |
Sat Mar 30 13:44:22 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org> |
Sat Mar 30 13:44:22 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 418 |
* Wnn/romkan/rk_modread.c: Include stdlib.h |
* Wnn/romkan/rk_modread.c: Include stdlib.h |
| 419 |
|
|
| 420 |
Sat Mar 30 09:34:48 UTC 2002 Tomoki AONO <aono@cc.osaka-kyoiku.ac.jp> |
Sat Mar 30 09:34:48 UTC 2002 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp> |
| 421 |
* (Wnn/cWnn/kWnn)/romkan/Makefile.in: |
* (Wnn/cWnn/kWnn)/romkan/Makefile.in: |
| 422 |
Added -I$(TOP) to INCLUDES. |
Added -I$(TOP) to INCLUDES. |
| 423 |
Removed LIB_MT_DEFINES. It is not used anywhere. |
Removed LIB_MT_DEFINES. It is not used anywhere. |
| 424 |
Preliminary change for enabling build when builddir != srcdir. |
Preliminary change for enabling build when builddir != srcdir. |
| 425 |
|
|
| 426 |
Sat Mar 30 02:35:22 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org> |
Sat Mar 30 02:35:22 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 427 |
* Wnn/etc/yincoding.c: Style fix. |
* Wnn/etc/yincoding.c: Style fix. |
| 428 |
* files below Wnn/: |
* files below Wnn/: |
| 429 |
Added header files (string.h/strings.h unistd.h and so on) inclusion |
Added header files (string.h/strings.h unistd.h and so on) inclusion |
| 433 |
Remove limits.h check. We see STDC_HEADERS. |
Remove limits.h check. We see STDC_HEADERS. |
| 434 |
Add memory.h check for future bcopy/index -> memmove/strchr change. |
Add memory.h check for future bcopy/index -> memmove/strchr change. |
| 435 |
|
|
| 436 |
Sat Mar 23 21:18:32 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org> |
Sat Mar 23 21:18:32 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 437 |
files under Wnn directory: |
files under Wnn directory: |
| 438 |
* See STDC_HEADERS for stdlib.h and string.h. |
* See STDC_HEADERS for stdlib.h and string.h. |
| 439 |
* Include strings.h if no STDC_HEADERS and it exists. |
* Include strings.h if no STDC_HEADERS and it exists. |
| 440 |
* Include config.h if necessary. |
* Include config.h if necessary. |
| 441 |
|
|
| 442 |
Thu Mar 21 06:59:22 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org> |
Thu Mar 21 06:59:22 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 443 |
* configure.in: Removed unecessary comments. |
* configure.in: Removed unecessary comments. |
| 444 |
* cvt_head.h: Removed commented out codes. |
* cvt_head.h: Removed commented out codes. |
| 445 |
* cvt_read.c, bdic.c, yincoding.c: |
* cvt_read.c, bdic.c, yincoding.c: |
| 447 |
* config.h.in, configure.in, configure: |
* config.h.in, configure.in, configure: |
| 448 |
add fchmod() check. |
add fchmod() check. |
| 449 |
|
|
| 450 |
Sun Mar 10 10:43:47 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org> |
Sun Mar 10 10:43:47 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 451 |
* pubdic.p: Fixed typo. ([freewnn:00812] by Fe2+) |
* pubdic.p: Fixed typo. ([freewnn:00812] by Fe2+) |
| 452 |
|
|
| 453 |
Sat Mar 9 16:50:34 UTC 2002 Tomoki AONO <aono@cc.osaka-kyoiku.ac.jp> |
Sat Mar 9 16:50:34 UTC 2002 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp> |
| 454 |
* Makefile.in config.h.in configure configure.in |
* Makefile.in config.h.in configure configure.in |
| 455 |
Wnn/etc/gethinsi.c Wnn/jserver/Makefile.in |
Wnn/etc/gethinsi.c Wnn/jserver/Makefile.in |
| 456 |
cWnn/jserver/Makefile.in cWnn/include/Makefile.in |
cWnn/jserver/Makefile.in cWnn/include/Makefile.in |
| 474 |
one line (i.e. it does not add extra new lines). |
one line (i.e. it does not add extra new lines). |
| 475 |
Usually, at least 3 lines was printed. |
Usually, at least 3 lines was printed. |
| 476 |
|
|
| 477 |
Fri Mar 8 20:07:13 2002 Hiroo Ono <hiroo@oikumene.gcd.org> |
Fri Mar 8 20:07:13 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 478 |
* Include system headers which contains the function prototype used. |
* Include system headers which contains the function prototype used. |
| 479 |
* Wnn/etc/wnn_os.h: Put the prototypes for functions defined in |
* Wnn/etc/wnn_os.h: Put the prototypes for functions defined in |
| 480 |
Wnn/etc. |
Wnn/etc. |
| 481 |
* Wnn/etc/msg.c: removed bsearch() implimentation. |
* Wnn/etc/msg.c: removed bsearch() implimentation. |
| 482 |
|
|
| 483 |
Fri Mar 8 08:36:04 UTC 2002 Tomoki AONO <aono@cc.osaka-kyoiku.ac.jp> |
Fri Mar 8 08:36:04 UTC 2002 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp> |
| 484 |
* Wnn/jserver/de.c |
* Wnn/jserver/de.c |
| 485 |
Open log (script) file in append mode. |
Open log (script) file in append mode. |
| 486 |
Delete duplicated signal handler setting in daemon_init(). |
Delete duplicated signal handler setting in daemon_init(). |
| 487 |
|
|
| 488 |
Tue Mar 5 09:23:50 UTC 2002 Tomoki AONO <aono@cc.osaka-kyoiku.ac.jp> |
Tue Mar 5 09:23:50 UTC 2002 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp> |
| 489 |
* Imported vasprintf.c and ansidecl.h from libiberty (bundled with |
* Imported vasprintf.c and ansidecl.h from libiberty (bundled with |
| 490 |
gcc-3.0.4). Needed for error.c rewrite. |
gcc-3.0.4). Needed for error.c rewrite. |
| 491 |
Change from original version: |
Change from original version: |
| 492 |
vasprintf.c does not #include <libiberty.h>. |
vasprintf.c does not #include <libiberty.h>. |
| 493 |
|
|
| 494 |
Mon Mar 4 04:01:55 UTC 2002 Tomoki AONO <aono@cc.osaka-kyoiku.ac.jp> |
Mon Mar 4 04:01:55 UTC 2002 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp> |
| 495 |
* Wnn/man/4.cmd/jserver/man |
* Wnn/man/4.cmd/jserver/man |
| 496 |
Fixed option-description formatting for jserver. [freewnn:00759] |
Fixed option-description formatting for jserver. [freewnn:00759] |
| 497 |
|
|
| 498 |
Sun Mar 3 14:06:32 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org> |
Sun Mar 3 14:06:32 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 499 |
* Wnn/include/wnn_os.h et al. |
* Wnn/include/wnn_os.h et al. |
| 500 |
Removed P_ macro for K&R C. |
Removed P_ macro for K&R C. |
| 501 |
|
|
| 502 |
Sun Mar 3 12:53:58 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org> |
Sun Mar 3 12:53:58 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 503 |
* configure.in: Applied fix from [freewnn:00764] (T.Aono). |
* configure.in: Applied fix from [freewnn:00764] (T.Aono). |
| 504 |
|
|
| 505 |
Sat Mar 2 11:19:21 UTC 2002 Hiroo Ono <hiroo@oikumene.gcd.org> |
Sat Mar 2 11:19:21 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 506 |
* Fixed typo in the manual of wddel ([freewnn:00797] T.Matui). |
* Fixed typo in the manual of wddel ([freewnn:00797] T.Matui). |
| 507 |
|
|
| 508 |
Mon Sep 24 08:25:28 UTC 2001 Hiroo Ono <hiroo@oikumene.gcd.org> |
Mon Sep 24 08:25:28 UTC 2001 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 509 |
* Fix for configure.in and Makefile.in ([freewnn:00753] by T.Aono). |
* Fix for configure.in and Makefile.in ([freewnn:00753] by T.Aono). |
| 510 |
|
|
| 511 |
Sun Sep 16 11:10:20 UTC 2001 Hiroo Ono <hiroo@oikumene.gcd.org> |
Sun Sep 16 11:10:20 UTC 2001 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 512 |
* Added --enable-debug option to the configure script. |
* Added --enable-debug option to the configure script. |
| 513 |
it adds -g2 option to CDEBUGFLAGS if CC is GCC, and remove |
it adds -g2 option to CDEBUGFLAGS if CC is GCC, and remove |
| 514 |
-s from INSTPGMFLAGS not to strip the executable. |
-s from INSTPGMFLAGS not to strip the executable. |
| 515 |
An update to the configure.in script for CC other than GCC is |
An update to the configure.in script for CC other than GCC is |
| 516 |
welcome. |
welcome. |
| 517 |
|
|
| 518 |
Sat Sep 15 17:29:15 UTC 2001 Hiroo Ono <hiroo@oikumene.gcd.org> |
Sat Sep 15 17:29:15 UTC 2001 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 519 |
* Put workaround for remote vulnerability that allow to create |
* Put workaround for remote vulnerability that allow to create |
| 520 |
a file in an arbitrary path. |
a file in an arbitrary path. |
| 521 |
([freewnn:00699] by Mr.Ukai via Mr. M.Ishikawa). |
([freewnn:00699] by Mr.Ukai via Mr. M.Ishikawa). |
| 542 |
([freewnn:00730] by T.Aono) |
([freewnn:00730] by T.Aono) |
| 543 |
* Modified INSTALL.en |
* Modified INSTALL.en |
| 544 |
|
|
| 545 |
Tue Aug 14 11:12:34 UTC 2001 Hiroo Ono <hiroo@oikumene.gcd.org> |
Tue Aug 14 11:12:34 UTC 2001 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 546 |
* CPP + IPv6 path ([freewnn:00673] Katsuomi Hamajima) |
* CPP + IPv6 path ([freewnn:00673] Katsuomi Hamajima) |
| 547 |
* fix to configure.in for beos ([freewnn:00677] Hiroaki Abe) |
* fix to configure.in for beos ([freewnn:00677] Hiroaki Abe) |
| 548 |
* libtoolized by libtool-1.4 and aclocal. |
* libtoolized by libtool-1.4 and aclocal. |
| 554 |
* Added -v option to jserver ([freewnn:00581] Y.Yabuki) |
* Added -v option to jserver ([freewnn:00581] Y.Yabuki) |
| 555 |
* Corrected jserver usage. ([freewnn:00606] Francis Bond) |
* Corrected jserver usage. ([freewnn:00606] Francis Bond) |
| 556 |
|
|
| 557 |
Sat Jun 2 00:27:56 JST 2001 Hiroo Ono <hiroo@oikumene.gcd.org> |
Sat Jun 2 00:27:56 JST 2001 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 558 |
* config.h.in, configure.in, */*/Makefile.in, |
* config.h.in, configure.in, */*/Makefile.in, |
| 559 |
and some other *.h and *.c files: |
and some other *.h and *.c files: |
| 560 |
check if sys/param.h exists. |
check if sys/param.h exists. |
| 564 |
* Wnn/man/6.jutil/atod.man: changed some alphabet characters. |
* Wnn/man/6.jutil/atod.man: changed some alphabet characters. |
| 565 |
* removed some comments for emacs (NEmacs?) editor. |
* removed some comments for emacs (NEmacs?) editor. |
| 566 |
|
|
| 567 |
Wed May 30 00:09:15 JST 2001 Hiroo Ono <hiroo@oikumene.gcd.org> |
Wed May 30 00:09:15 JST 2001 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 568 |
* Wnn/manual/3.libwnn/*, |
* Wnn/manual/3.libwnn/*, |
| 569 |
Wnn/manual/7.Protocol/KKTP: |
Wnn/manual/7.Protocol/KKTP: |
| 570 |
fix document typo ([[freewnn:00581] by Youichi Yabuki) |
fix document typo ([[freewnn:00581] by Youichi Yabuki) |
| 571 |
The documents in English should also be fixed, but... |
The documents in English should also be fixed, but... |
| 572 |
|
|
| 573 |
Sun May 27 12:55:45 JST 2001 Hiroo Ono <hiroo@oikumene.gcd.org> |
Sun May 27 12:55:45 JST 2001 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 574 |
* Makefile.in: remove libtool in distclean |
* Makefile.in: remove libtool in distclean |
| 575 |
* Wnn/include/wnn_os.h: remove HAVE_WAIT3 (it is now in configure.in) |
* 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) |
* configure.in: temporary fix for CPP ([freewnn:00578] H.Abe) |
| 577 |
CPP=`$CC -print-prog-name=cpp` on BePC, FreeBSD, Linux |
CPP=`$CC -print-prog-name=cpp` on BePC, FreeBSD, Linux |
| 578 |
|
|
| 579 |
Sun May 20 18:09:02 JST 2001 Hiroo Ono <hiroo@oikumene.gcd.org> |
Sun May 20 18:09:02 JST 2001 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 580 |
|
|
| 581 |
* makerule.mk.in: pass -DHAVE_CONFIG_H to $(CC) |
* makerule.mk.in: pass -DHAVE_CONFIG_H to $(CC) |
| 582 |
* PubdicPlus/fzk.con: fix previous patch ([freewnn:00576] by Keiki Sunagawa). |
* PubdicPlus/fzk.con: fix previous patch ([freewnn:00576] by Keiki Sunagawa). |
| 584 |
* Wnn/jd/wnnenvrc_R.omr: add gerodic ([freewnn:00346] by Fuminori Uematsu). |
* 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) |
* Wnn/jlib/js.c: include config.h ([freewnn:00392] by Hiroaki Abe) |
| 586 |
|
|
| 587 |
Sat May 19 18:20:25 JST 2001 Hiroo Ono <hiroo@oikumene.gcd.org> |
Sat May 19 18:20:25 JST 2001 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 588 |
|
|
| 589 |
* PubdicPlus/fzk.con patch ([freewnn:00547] by Keiki Sunagawa) |
* PubdicPlus/fzk.con patch ([freewnn:00547] by Keiki Sunagawa) |
| 590 |
* PubdicPlus/pubdic.p fix ([freewnn:00424] by Tetsuo Tsukamoto) |
* PubdicPlus/pubdic.p fix ([freewnn:00424] by Tetsuo Tsukamoto) |
| 601 |
|
|
| 602 |
* include config.h only when HAVE_CONFIG_H is defined. |
* include config.h only when HAVE_CONFIG_H is defined. |
| 603 |
|
|
| 604 |
Sat May 19 14:16:00 JST 2001 Hiroo Ono <hiroo@oikumene.gcd.org> |
Sat May 19 14:16:00 JST 2001 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 605 |
|
|
| 606 |
* divide and shared library patch ([freewnn:00443] by Satoshi Taoka) |
* divide and shared library patch ([freewnn:00443] by Satoshi Taoka) |
| 607 |
* importing |
* importing |