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