| 1 |
aonoto |
1.32 |
/* |
| 2 |
|
|
Some entries (from CVS ChangeLog) are not yet translated to |
| 3 |
|
|
Japanese... |
| 4 |
|
|
*/ |
| 5 |
|
|
|
| 6 |
|
|
Mon, 29 Aug 2005 02:17:35 Tomoki AONO <aonoto at users.sourceforge.jp> |
| 7 |
|
|
* Wnn/uum/Makefile.in: |
| 8 |
|
|
- Fix libtool issue (Added --mode, remove .libs/ directory |
| 9 |
|
|
in make clean). |
| 10 |
|
|
- Stripped (not valid?) mail address of the project. |
| 11 |
|
|
- Changed some line to build correctly in case |
| 12 |
|
|
builddir != srcdir. (I think this don't break normal build.) |
| 13 |
|
|
* [kc]Wnn/uum/Makefile.in: |
| 14 |
|
|
ditto, but I'm not sure we can build kuum / cuum correctly. |
| 15 |
|
|
|
| 16 |
|
|
Mon, 29 Aug 2005 01:44:21 Tomoki AONO <aonoto at users.sourceforge.jp> |
| 17 |
|
|
* Wnn/uum/jhlp.c: |
| 18 |
|
|
Strip #include <err.h> because we don't need it and it's |
| 19 |
|
|
specific to BSD. And stripped (not valid?) mail address of |
| 20 |
|
|
the project. |
| 21 |
|
|
|
| 22 |
|
|
Mon, 13 Jun 2005 02:14:22 Tomoki AONO <aonoto at users.sourceforge.jp> |
| 23 |
|
|
* Wnn/etc/bdic.c, Wnn/include/wnn_os.h, Wnn/jutil/dtoa.c: |
| 24 |
|
|
Moved get_n_EU_str / get_short from Wnn/etc/bdic.c to |
| 25 |
|
|
Wnn/jutil/dtoa.c . It may be bad idea, but fix compile |
| 26 |
|
|
error on strict compilers (ex. gcc4). |
| 27 |
|
|
|
| 28 |
|
|
Mon, 11 Apr 2005 00:26:36 Tomoki AONO <aonoto at users.sourceforge.jp> |
| 29 |
|
|
|
| 30 |
|
|
* CONTRIBUTORS, Wnn/etc/bcopy.c, Wnn/etc/mkdir.c, Wnn/etc/msg.c, |
| 31 |
|
|
Wnn/etc/py_table.c, Wnn/etc/strings.c, Wnn/etc/yincoding.c, |
| 32 |
|
|
Wnn/etc/zy_table.c, Wnn/include/commonhd.h, Wnn/include/demcom.h, |
| 33 |
|
|
Wnn/include/hinsi.h, Wnn/include/hinsi_file.h, |
| 34 |
|
|
Wnn/include/jd_sock.h, Wnn/include/jdata.h, Wnn/include/jh.h, |
| 35 |
|
|
Wnn/include/jllib.h, Wnn/include/jslib.h, Wnn/include/msg.h, |
| 36 |
|
|
Wnn/include/rk_spclval.h, Wnn/include/wnn_config.h, |
| 37 |
|
|
Wnn/include/wnn_os.h, Wnn/include/wnn_string.h, |
| 38 |
|
|
Wnn/include/wnnerror.h, Wnn/jlib/jl.c, Wnn/jlib/js.c, |
| 39 |
|
|
Wnn/jlib/kankana.c, Wnn/jlib/wnnerrmsg.c, |
| 40 |
|
|
Wnn/romkan/rk_bltinfn.c, Wnn/romkan/rk_extvars.h, |
| 41 |
|
|
Wnn/romkan/rk_fundecl.h, Wnn/romkan/rk_header.h, |
| 42 |
|
|
Wnn/romkan/rk_macros.h, Wnn/romkan/rk_main.c, |
| 43 |
|
|
Wnn/romkan/rk_modread.c, Wnn/romkan/rk_read.c, |
| 44 |
|
|
Wnn/romkan/rk_spclval.h, Wnn/romkan/rk_vars.c: |
| 45 |
|
|
|
| 46 |
|
|
Changed license of libwnn-related files to LGPL-2.0. |
| 47 |
|
|
Thanks to the original Wnn authors and FreeWnn contributors. |
| 48 |
|
|
|
| 49 |
|
|
And thanks to Yukihiro Nagai (and tyoshida) for coordination |
| 50 |
|
|
of this relicensing. |
| 51 |
|
|
|
| 52 |
|
|
Mon, 31 Jan 2005 02:14:20 Tomoki AONO <aonoto at users.sourceforge.jp> |
| 53 |
|
|
* Wnn/jutil/wnnkill.c: |
| 54 |
|
|
I forgot to add prototype for usage() ... (^^; |
| 55 |
|
|
|
| 56 |
|
|
Mon, 31 Jan 2005 02:03:50 Tomoki AONO <aonoto at users.sourceforge.jp> |
| 57 |
|
|
* Wnn/jutil/wnnkill.c: |
| 58 |
|
|
|
| 59 |
|
|
- Use vsnprintf() within out() and use vsprintf() for systems |
| 60 |
|
|
doesn't have snprintf() (avoid build error). We should |
| 61 |
|
|
implement (or import) alternate snprintf() for these systems ... |
| 62 |
|
|
- Added prototype of out() for strict C compilers (ex. gcc-4.0). |
| 63 |
|
|
- Show simple usage if unsupported parameter is given. |
| 64 |
|
|
|
| 65 |
|
|
Thu, 30 Dec 2004 02:45:32 Tomoki AONO <aonoto at users.sourceforge.jp> |
| 66 |
|
|
* Wnn/jserver/de_header.h: |
| 67 |
|
|
Fix prototype declaration of output_file_uniq() to match |
| 68 |
|
|
recent change of bdic.c . |
| 69 |
|
|
|
| 70 |
|
|
Sun, 21 Nov 2004 04:17:19 Tomoki AONO <aonoto at users.sourceforge.jp> |
| 71 |
|
|
* COPYING.LIB: |
| 72 |
|
|
My first commit to sourceforge.jp : |
| 73 |
|
|
Added LGPL-2.0 COPYING file to repository. (LGPL patch by |
| 74 |
|
|
Nakai switch license of libwnn-related files to GNU Lesser |
| 75 |
|
|
General Public License 2, so this is not the version he (or |
| 76 |
|
|
she) intends to.) |
| 77 |
|
|
|
| 78 |
|
|
Mon, 13 Sep 2004 01:56:55 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp> |
| 79 |
|
|
* Wnn/jlib/Makefile.in, cWnn/jlib/Makefile.in, |
| 80 |
|
|
kWnn/jlib/Makefile.in: |
| 81 |
|
|
|
| 82 |
|
|
- Added libtool --mode options by introducing LT_CC / LT_INSTALL. |
| 83 |
|
|
(This change is mainly for [ck]Wnn, but also changed Wnn to |
| 84 |
|
|
match style). |
| 85 |
|
|
- Cosmetic change to match style between Wnn and [ck]Wnn. |
| 86 |
|
|
- My usual work to build correctly if builddir != srcdir . |
| 87 |
|
|
(Probably it cannot harm normal build.) |
| 88 |
|
|
|
| 89 |
|
|
Sun, 15 Aug 2004 18:38:22 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp> |
| 90 |
|
|
* Wnn/jutil/Makefile.in, cWnn/jutil/Makefile.in, |
| 91 |
|
|
kWnn/jutil/Makefile.in: |
| 92 |
|
|
|
| 93 |
|
|
- Added libtool --mode=XXX option. (by (experimentally) |
| 94 |
|
|
introducing LT_LD / LT_INSTALL variable. Is this idea |
| 95 |
|
|
reasonable?) |
| 96 |
|
|
- Also added my change to support building in case |
| 97 |
|
|
builddir != srcdir . |
| 98 |
|
|
|
| 99 |
|
|
Thu, 12 Aug 2004 18:03:19 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp> |
| 100 |
|
|
* Wnn/jutil/atod.c: |
| 101 |
|
|
Converted strlcpy() -> strncpy(). (Portability issue) |
| 102 |
|
|
|
| 103 |
|
|
Tue, 20 Jul 2004 03:24:26 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 104 |
|
|
* Wnn/jutil/: atod.c, atorev.c, dic_head.c, oldatonewa.c, sort.c, |
| 105 |
|
|
utilbdic.c, wnnkill.c, wnntouch.c: |
| 106 |
|
|
|
| 107 |
|
|
Conform to ISO C. |
| 108 |
|
|
Bad thing with this commit is that it is not tested (even |
| 109 |
|
|
not compiled). However I thought it better to commit than |
| 110 |
|
|
forget, as I cannot take enough time. |
| 111 |
|
|
|
| 112 |
|
|
Tue, 13 Jul 2004 02:53:02 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 113 |
|
|
* Wnn/etc/bdic.c, Wnn/etc/pwd.c: |
| 114 |
|
|
ANSIfy, and make #ifdef thing a little bit simple. |
| 115 |
|
|
Added function prototypes, which are to be moved to some |
| 116 |
|
|
header file. |
| 117 |
|
|
|
| 118 |
|
|
Wed, 30 Jun 2004 00:11:55 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 119 |
|
|
* ChangeLog, ChangeLog.en: |
| 120 |
|
|
update to 20 June 2003. |
| 121 |
|
|
|
| 122 |
|
|
Tue, 29 Jun 2004 01:25:58 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 123 |
|
|
* ChangeLog, ChangeLog.en: |
| 124 |
|
|
update to 4 June 2003. |
| 125 |
|
|
Remove a comment about setenv(). It may have come from my |
| 126 |
|
|
misunderstandig. |
| 127 |
|
|
|
| 128 |
|
|
Tue, 29 Jun 2004 01:24:35 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 129 |
|
|
* Wnn/jlib/Makefile.in: |
| 130 |
|
|
add libtool option. |
| 131 |
|
|
|
| 132 |
|
|
Mon, 28 Jun 2004 00:39:11 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 133 |
|
|
* Contrib/dic/gerodic/g-jinmei.u: |
| 134 |
|
|
gerodic: Fix ������������ & ���� entry. |
| 135 |
|
|
They might be deleted, but for the instant just fix |
| 136 |
|
|
them. |
| 137 |
|
|
|
| 138 |
|
|
Sat, 19 Jun 2004 01:32:41 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 139 |
|
|
* Wnn/jserver/de.c: |
| 140 |
|
|
Mistakenly removed "break" in rev.1.29. Revert them. |
| 141 |
|
|
pointy hat to: hiroo |
| 142 |
|
|
|
| 143 |
|
|
Sat, 22 May 2004 01:39:31 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp> |
| 144 |
|
|
* INSTALL, INSTALL.en, config.h.in, configure, configure.in, |
| 145 |
|
|
Wnn/etc/revdic.c, Wnn/jserver/Makefile.in, Wnn/jserver/do_env.c, |
| 146 |
|
|
cWnn/jserver/Makefile.in, kWnn/jserver/Makefile.in: |
| 147 |
|
|
|
| 148 |
|
|
Commit from my work area part 2. (Bit large ...) |
| 149 |
|
|
|
| 150 |
|
|
Rewrote configure part of libwrap support: |
| 151 |
|
|
|
| 152 |
|
|
- By default, configure finds if libwrap is installed. |
| 153 |
|
|
- Do AC_TRY_LINK() on both $withval=yes and $withval=PATH case. |
| 154 |
|
|
(AC_CHECK_LIB() fails against original TCP wrapper ...) |
| 155 |
|
|
- HAVE_LIBWRAP are defined in config.h.in, so remove "-DHAVE_LIBWRAP" |
| 156 |
|
|
from CFLAGS. |
| 157 |
|
|
- Changed WRAPLIBS -> WRAPLIB . |
| 158 |
|
|
- Add WRAPLIB on [kc]Wnn . Also add --mode=XXX to LIBTOOL lines. |
| 159 |
|
|
|
| 160 |
|
|
Other changes: |
| 161 |
|
|
|
| 162 |
|
|
- (configure) Running generated script by autoconf-2.53 (that |
| 163 |
|
|
we are using) fails on some Bourne shell family (lack of |
| 164 |
|
|
LINENO support. ex. FreeBSD). Add code to clear default |
| 165 |
|
|
--with-tag (Libtool issue?). |
| 166 |
|
|
- (configure) Add -no-cpp-precomp on Darwin only if you are using gcc. |
| 167 |
|
|
(But I don't know other compilers running on Darwin.) |
| 168 |
|
|
- (configure) Use $ac_install_sh to mkdir Contrib/dic/gerodic . |
| 169 |
|
|
- (do_env.c) Convert non-printable character for logging on |
| 170 |
|
|
JS_OPEN / JS_CONNECT. Partial fix of Bugtraq id 7918 |
| 171 |
|
|
([freewnn:01002]). |
| 172 |
|
|
Please don't install jserver as setuid *root* ... (^^;) |
| 173 |
|
|
- (revdic.c) Fix compiler warnings. |
| 174 |
|
|
- (some Makefiles) Some lines changed to build correctly if |
| 175 |
|
|
builddir != srcdir. (I think this don't break normal build.) |
| 176 |
|
|
|
| 177 |
|
|
Fri, 21 May 2004 22:55:53 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp> |
| 178 |
|
|
* configure.in: |
| 179 |
|
|
Commit from my work area: Change indention of help string in |
| 180 |
|
|
configure. (Cosmetic issue only.) |
| 181 |
|
|
|
| 182 |
|
|
Sun, 25 Apr 2004 03:56:40 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp> |
| 183 |
|
|
* Wnn/pubdicplus/Makefile.in, cWnn/cdic/Makefile.in, |
| 184 |
|
|
cWnn/tdic/Makefile.in, kWnn/kdic/Makefile.in: |
| 185 |
|
|
|
| 186 |
|
|
Some CPP (ex. cpp bundled with Mac OS X 10.3 Developers CD) |
| 187 |
|
|
adds "#pragma" line, so strip these lines before processing |
| 188 |
|
|
atof. Inspired by Makoto Fujiwara's Web diary (2004/Mar/01). |
| 189 |
|
|
|
| 190 |
|
|
This change includes part of my modification (in case |
| 191 |
|
|
builddir != srcdir), but it doesn't affect to normal build ... |
| 192 |
|
|
|
| 193 |
|
|
Thu, 20 Nov 2003 19:31:59 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp> |
| 194 |
|
|
* Wnn/jserver/de.c: |
| 195 |
|
|
Don't use is_internet_socket if --without-libwrap (quick & |
| 196 |
|
|
dirty fix). Spotted by Makoto Fujiwara (in his Web diary). |
| 197 |
|
|
|
| 198 |
|
|
Sat, 8 Nov 2003 15:26:06 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp> |
| 199 |
|
|
* Wnn/jlib/js.c: |
| 200 |
|
|
If we use s[0..6] (in get_serv_defs()), we should declare s[7]. |
| 201 |
|
|
Found in RawHide package (1.11-39) (and probably in Fedora / Red Hat |
| 202 |
|
|
Enterprise Linux package). Spotted to (at least) Red Hat |
| 203 |
|
|
by d.binderman at virgin.net . |
| 204 |
|
|
|
| 205 |
|
|
Tue, 16 Sep 2003 20:42:13 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp> |
| 206 |
|
|
* Contrib/dic/gerodic/g-jinmei.u: |
| 207 |
|
|
Fix translation of 'morisu' -> 'Morris' (not '*N*orris'). |
| 208 |
|
|
Spotted by Fe2+ ([freewnn:01006]). |
| 209 |
hiroo |
1.31 |
Fri, 20 Jun 2003 16:10:24 Tomoki Aono <aono at cc.osaka-kyoiku.ac.jp> |
| 210 |
|
|
* Wnn/jserver/de.c: |
| 211 |
|
|
libwrap �������������������������������� host ������������������ |
| 212 |
|
|
����������������������������������libwrap �������������������� client |
| 213 |
|
|
���������������������������� |
| 214 |
|
|
���������� recv() ���������������������� |
| 215 |
|
|
TIME_WITH_SYS_TIME ������������������ |
| 216 |
|
|
|
| 217 |
|
|
Wed, 18 Jun 2003 11:10:46 Tomoki Aono <aono at cc.osaka-kyoiku.ac.jp> |
| 218 |
|
|
* Wnn/jserver/de.c: |
| 219 |
|
|
libwrap ���������� socketclose() ������������ |
| 220 |
|
|
��������������: ����������������������������������c_c=NULL �� |
| 221 |
|
|
���������� |
| 222 |
|
|
|
| 223 |
|
|
Tue, 10 Jun 2003 10:39:09 Tomoki Aono <aono at cc.osaka-kyoiku.ac.jp> |
| 224 |
|
|
* configure.in: |
| 225 |
|
|
socklen_t ������������������ AC_CHECK_TYPES �������������������� |
| 226 |
|
|
*BSD ������������������������������������������������ |
| 227 |
|
|
--disable-debug ��������������������CDEBUGFLAGS ������������������ |
| 228 |
|
|
|
| 229 |
|
|
Sun, 8 Jun 2003 03:09:52 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 230 |
|
|
* configure.in: |
| 231 |
|
|
utmpx.h �������������������������� |
| 232 |
|
|
time_t ���������������������������������������� |
| 233 |
|
|
uum ���������� getgpid, getgprp �������������������������� |
| 234 |
|
|
libwrap �������� ([freewnn:0032] ������������)�� |
| 235 |
|
|
* Wnn/include/wnn_os.h: |
| 236 |
|
|
FD_SET �������������������������������������� |
| 237 |
|
|
* Wnn/jserver/de.c: |
| 238 |
|
|
autoconf �� TIME_WITH_SYS_TIME ������������������������ |
| 239 |
|
|
FD_SET �������������� wnn_os.h ������������ |
| 240 |
|
|
libwrap �������� ([freewnn:0032] ������������)�� |
| 241 |
|
|
* Wnn/jserver/error.c: |
| 242 |
|
|
autoconf �� TIME_WITH_SYS_TIME ������������������������ |
| 243 |
|
|
|
| 244 |
|
|
Sat, 7 Jun 2003 13:04:33 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 245 |
|
|
* configure.in: utmp.h �������������������������� |
| 246 |
|
|
* Wnn/include/wnn_os.h: |
| 247 |
|
|
Wnn/etc ���������������������������������������������� |
| 248 |
|
|
* Wnn/jserver/de.c: |
| 249 |
|
|
file_init() �� malloc ���������������������������� |
| 250 |
|
|
* Wnn/jserver/de_header.h, get_kaiarea.c, jbiki.c: |
| 251 |
|
|
�������������� |
| 252 |
|
|
* Wnn/jserver/readfile.c, b_index.c, do_filecom.c, jishoop.c, rd_jishoop.c: |
| 253 |
|
|
*_realloc ���������������������������������������������� |
| 254 |
|
|
|
| 255 |
hiroo |
1.30 |
Wed, 4 Jun 2003 14:12:13 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 256 |
|
|
* Wnn/jserver/get_kaiaria.c: |
| 257 |
|
|
���������������������� kai_area.c �������������������� |
| 258 |
|
|
* Wnn/jserver/kai_area.c: ������ |
| 259 |
|
|
* {Wnn,cWnn,kWnn}/jserver/Makefile.in: kai_area.{c,o} �������� |
| 260 |
|
|
|
| 261 |
|
|
Wed, 4 Jun 2003 14:05:23 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 262 |
|
|
* configure.in: |
| 263 |
|
|
AC_CHECK_TYPES, AC_DEFINE ������������������������������ |
| 264 |
|
|
* acconfig.h: |
| 265 |
|
|
AC_DEFINE �������������������������������������������� |
| 266 |
|
|
|
| 267 |
|
|
Wed, 4 Jun 2003 08:35:03 Tomoki Aono <aono at cc.osaka-kyoiku.ac.jp> |
| 268 |
|
|
* config.guess, config.sub, ltmain.sh, aclocal.m4: |
| 269 |
|
|
Libtool �� 1.5 ������������������������Darwin/MacOS X �������� |
| 270 |
|
|
��������������������������������������������[freewnn:00978] �� |
| 271 |
|
|
������������������������������ |
| 272 |
|
|
������������--mode=MODE ���������������������������������������� |
| 273 |
|
|
���������������� |
| 274 |
|
|
|
| 275 |
|
|
Fri, 30 May 2003 16:18:00 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 276 |
|
|
* Wnn/include/commonhd.h: |
| 277 |
|
|
SERVER_VERSION �� 1 ������������ |
| 278 |
|
|
|
| 279 |
|
|
Sun, 18 May 2003 14:34:02 Hiroaki Abe <h-abe at pc.highway.ne.jp> |
| 280 |
hiroo |
1.29 |
* Wnn/jserver/de_header.h, do_filecom.c: |
| 281 |
|
|
���� struct wnn_file files ������������������ |
| 282 |
|
|
|
| 283 |
|
|
Sun, 11 May 2003 19:01:10 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 284 |
|
|
* Makefile.in, configure.in, makerule.mk.in: |
| 285 |
|
|
CFLAGS �� CDEBUGFLAGS ���������������� |
| 286 |
|
|
* configure: �������� |
| 287 |
|
|
* Wnn/etc/bdic.c, Wnn/include/jd_sock.h, Wnn/jlib/js.c, |
| 288 |
|
|
Wnn/romkan/rk_modread.c, Wnn/uum/jhlp.c, Wnn/romkan/rk_read.c: |
| 289 |
|
|
������ UX386 �������� |
| 290 |
|
|
* Wnn/jlib/jl.c, Wnn/jlib/kankana.c, Wnn/jserver/do_env.c, |
| 291 |
|
|
Wnn/jserver/do_filecom.c, Wnn/uum/uif.c: |
| 292 |
|
|
�������������� |
| 293 |
|
|
* Wnn/jserver/ddefine.h, Wnn/jserver/fzk.h, fzk.c, Wnn/uum/sheader.h: |
| 294 |
|
|
2003���� copyright ������������ |
| 295 |
|
|
* Wnn/conv/Makefile.in: ������������������ |
| 296 |
|
|
* Wnn/jlib/Makefile.in, Wnn/jlib.V3/Makefile.in, |
| 297 |
|
|
cWnn/jlib/Makefile.in, kWnn/jlib/Makefile.in: |
| 298 |
|
|
������������getopt.c ���������������������������� |
| 299 |
|
|
* Wnn/jlib/getopt.c: libc ������ GNU getopt ������������������ |
| 300 |
|
|
* cWnn/etc/Makefile.in, kWnn/etc/Makefile.in: |
| 301 |
|
|
������������������ |
| 302 |
|
|
GNU �� getopt.c, getopt1.c �������� (long option ��������)�� |
| 303 |
|
|
�������������� |
| 304 |
|
|
* cWnn/include/Makefile.in, kWnn/include/Makefile.in: |
| 305 |
|
|
GNU �� getopt.h �������� (long option ��������)�� |
| 306 |
|
|
* Wnn/jserver/Makefile.in, cWnn/jserver/Makefile.in, |
| 307 |
|
|
kWnn/jserver/Makefile.in: |
| 308 |
|
|
de_vars.c, jserver_id.c �������� |
| 309 |
|
|
getopt �� GNU ������������������������������ |
| 310 |
|
|
FORKDEF ���� (de.c ����������)�� |
| 311 |
|
|
* Wnn/jserver/de_vars.c: |
| 312 |
|
|
global ������ de_header.c �� de.c ������������������ |
| 313 |
|
|
* Wnn/jserver/de_header.h: |
| 314 |
|
|
global ���������������������� OPT_* ���������������������� |
| 315 |
|
|
* Wnn/jserver/kai_area.c: |
| 316 |
|
|
* Wnn/jserver/kaiseki.h: |
| 317 |
|
|
���������������� kaiseki.h ���������������������� |
| 318 |
|
|
* Wnn/jserver/jserver_id.c: ������������������������ |
| 319 |
|
|
* Wnn/jserver/bnsetu_kai.c: |
| 320 |
|
|
jmt_set() �������������������������� |
| 321 |
|
|
�������� -1 (������) �������������������������������������������� |
| 322 |
|
|
* Wnn/jserver/de.c: |
| 323 |
|
|
���������������� de_header.h ���� de.c �������� |
| 324 |
|
|
������ UX386 ������ |
| 325 |
|
|
GNU �� getopt ���������������������������� long option ������������ |
| 326 |
|
|
-D ���������� (tty ��������������) ������������ |
| 327 |
|
|
������������������ OPT_* ���������������������������������� |
| 328 |
|
|
* Wnn/etc/getopt.c, Wnn/etc/getopt1.c, Wnn/include/getopt.h: |
| 329 |
|
|
GNU getopt (getopt_long) �������� |
| 330 |
|
|
* Wnn/jserver/jmt0.c: |
| 331 |
|
|
����������������������������init_jmt() ������������������������ |
| 332 |
|
|
�������������������������� initjmt ���������������� |
| 333 |
|
|
* Wnn/jserver/do_dic_no.c, do_henkan1.c: |
| 334 |
|
|
init_jmt() ������������������������������������ |
| 335 |
|
|
* Wnn/jserver/get_kaiarea.c: |
| 336 |
|
|
get_kaiseki_area() ��������������: ����=1 (��0), ����=NULL |
| 337 |
|
|
(malloc ����������)���������������������� |
| 338 |
|
|
* Wnn/jserver/initjserv.c, snd_rcv.c, w_string.c: |
| 339 |
|
|
�������������������������������������� |
| 340 |
|
|
|
| 341 |
|
|
|
| 342 |
|
|
Fri, 9 Apr 2003 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 343 |
|
|
* freewnn-1-1-1-a020 �� tag ���������� |
| 344 |
|
|
|
| 345 |
|
|
Sun, 6 Apr 2003 06:30:49 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 346 |
hiroo |
1.28 |
* Wnn/uum/jhlp.c: err() �� uum_err() ����������libc �� err() �������� |
| 347 |
|
|
���������������� |
| 348 |
|
|
* Wnn/uum/sheader.h: ������ |
| 349 |
|
|
* Wnn/jserver/bnsetu_kai.c: |
| 350 |
|
|
struct kangovect �� typedef ���� word_vertor ������������ |
| 351 |
|
|
* Wnn/jserver/ddefine.h: |
| 352 |
|
|
��������������������������������kangovect �������������� |
| 353 |
|
|
* Wnn/jserver/fzk.c: |
| 354 |
|
|
struct kangovect �� typedef ���� word_vertor ������������ |
| 355 |
|
|
�������������������������� ISO C ������������ |
| 356 |
|
|
register �������������� |
| 357 |
|
|
error1() �� log_err() ������������ |
| 358 |
|
|
�������������������������������������� |
| 359 |
|
|
malloc �������������������������������� (bzero ������ calloc ������)�� |
| 360 |
|
|
�������������� jserver �������������������������������������������� |
| 361 |
|
|
* Wnn/jserver/fzk.h: word_vector ���� fzkvect �� typedef ������ |
| 362 |
|
|
ddefine.h ������������ |
| 363 |
|
|
|
| 364 |
hiroo |
1.29 |
Mon, 30 Dec 2002 00:03:24 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 365 |
hiroo |
1.27 |
* PubdicPlus/pubdic.p |
| 366 |
|
|
�������� ������������: ���������������������� |
| 367 |
hiroo |
1.29 |
(������������ <fujii at chi.its.hiroshima-cu.ac.jp> ������������) |
| 368 |
hiroo |
1.27 |
|
| 369 |
hiroo |
1.29 |
Fri, 8 Nov 2002 09:15:07 Katsuomi Hamajima <hamajima at nagoya.ydc.co.jp> |
| 370 |
hiroo |
1.27 |
* Wnn/jserver/de_header.h: |
| 371 |
|
|
UCHAR ������������������������ |
| 372 |
|
|
|
| 373 |
hiroo |
1.29 |
Tue, 12 Nov 2002 10:25:02 Tomoki Aono <aono at cc.osaka-kyoiku.ac.jp> |
| 374 |
hiroo |
1.27 |
* Wnn/etc/revdic.c: |
| 375 |
|
|
Little endian �������� atod ���������������������������������������� |
| 376 |
hiroo |
1.29 |
([freewnn:00903] �������� <zic-fw at ontime.venus.to> ������������) |
| 377 |
hiroo |
1.27 |
* Wnn/jutil/atod.c: |
| 378 |
|
|
usage �� -U �������� |
| 379 |
|
|
|
| 380 |
hiroo |
1.29 |
Sat Sep 07 11:33:53 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 381 |
hiroo |
1.27 |
* Contrib/dic/gerodic/g-jinmei.u: |
| 382 |
|
|
PubdicPlus/pubdic.p: ������(������)��������(����������)������������������ |
| 383 |
hiroo |
1.24 |
|
| 384 |
hiroo |
1.29 |
Sun Sep 01 17:48:26 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 385 |
hiroo |
1.25 |
* configure.in: FD_SET() ������������ AC_HEADER_TIME �������� |
| 386 |
|
|
* configure: |
| 387 |
|
|
config.h.in: �������� |
| 388 |
|
|
* Wnn/jserver/initjserv.c: |
| 389 |
|
|
small style fix. |
| 390 |
|
|
* Wnn/jserver/de.c: |
| 391 |
|
|
�������������� C89 ���������������������������������������� |
| 392 |
|
|
select(2) ������ fd_set ���� FD_* �������� |
| 393 |
|
|
* Wnn/jserver/de_header.h: |
| 394 |
|
|
�������������� C89 ���������� |
| 395 |
|
|
struct wnn_file->area ������ void* �������� |
| 396 |
|
|
* Wnn/jserver/renbn_kai.c: |
| 397 |
|
|
�������������� C89 ���������� |
| 398 |
|
|
error1 �� log_err/log_debug �������� |
| 399 |
|
|
* Wnn/jserver/readfile.c: |
| 400 |
|
|
�������������� C89 ���������� |
| 401 |
|
|
error1 �� log_err/log_debug �������� |
| 402 |
|
|
|
| 403 |
hiroo |
1.29 |
Mon Aug 26 09:27:23 UTC 2002 Tomoki Aono <aono at cc.osaka-kyoiku.ac.jp> |
| 404 |
hiroo |
1.25 |
* Wnn/uum/jhlp.c: |
| 405 |
aono |
1.26 |
<sys/errno.h> ����������<errno.h> ������������ |
| 406 |
hiroo |
1.25 |
|
| 407 |
hiroo |
1.29 |
Sat Aug 24 18:11:53 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 408 |
hiroo |
1.25 |
* Wnn/jserver/de.c: |
| 409 |
|
|
�������������� C89 ������������ |
| 410 |
|
|
�������������������������������� |
| 411 |
|
|
|
| 412 |
hiroo |
1.29 |
Fri Aug 16 17:30:29 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 413 |
hiroo |
1.25 |
* Wnn/jserver/b_index.c: |
| 414 |
|
|
�������������� C89 �������������� |
| 415 |
|
|
error1 �� log_err/debug �������� |
| 416 |
|
|
|
| 417 |
hiroo |
1.29 |
Thu Aug 15 10:31:04 UTC 2002 Tomoki Aono <aono at cc.osaka-kyoiku.ac.jp> |
| 418 |
hiroo |
1.25 |
* Wnn/jserver/de.c: |
| 419 |
|
|
struct client �� user_name, host_name �������������� |
| 420 |
|
|
log_debug()/log_error() ������������������������������ |
| 421 |
|
|
Possible typo fix for IBM compilers (CLINET -> CLIENT). |
| 422 |
|
|
|
| 423 |
hiroo |
1.29 |
Mon Aug 12 16:25:48 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 424 |
hiroo |
1.25 |
* jserver/de_header.h: |
| 425 |
|
|
�������������������� |
| 426 |
|
|
option_flag ������������ |
| 427 |
|
|
* jserver/ddefine.h: |
| 428 |
|
|
jserver/fzk.h: |
| 429 |
|
|
jserver/kaiseki.h: |
| 430 |
|
|
�������������������� |
| 431 |
|
|
* jserver/de.c: |
| 432 |
|
|
<sys/time.h> �� include. |
| 433 |
|
|
DOFORK macro �� option_flag ���������������� |
| 434 |
|
|
error1() �� log_debug() ������������ |
| 435 |
|
|
* jserver/de_vars.c: |
| 436 |
|
|
option_flag ������ |
| 437 |
|
|
* jserver/do_filecom.c: |
| 438 |
|
|
fopen() ���������������������� |
| 439 |
|
|
* jserver/error.c: |
| 440 |
|
|
c_c->user_name ���������������������������������������� |
| 441 |
|
|
* jserver/initjserv.c: |
| 442 |
|
|
���������������������� |
| 443 |
|
|
read_default() �� strtok() ���������������������������������������� |
| 444 |
|
|
read_default_files() ������������������ EXPAND_PATH_LENGTH+1 �������� |
| 445 |
|
|
�������������������������������� |
| 446 |
|
|
|
| 447 |
hiroo |
1.29 |
Sun Jul 14 04:19:54 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 448 |
hiroo |
1.25 |
* PubdicPlus/fzk.con: |
| 449 |
|
|
PubdicPlus/fzk.fzkattr: |
| 450 |
|
|
PubdicPlus/fzk.shuutan: |
| 451 |
|
|
#endif ������������������������������ |
| 452 |
|
|
* Wnn/jserver/de_header.h: |
| 453 |
|
|
initjserv.c �������� C89 ���������������� |
| 454 |
|
|
* Wnn/jserver/initjserv.c: |
| 455 |
|
|
change_ascii_to_int() �� atoi() ������������ |
| 456 |
|
|
get_bcksla(): atoi() �������������� |
| 457 |
|
|
* Wnn/jutil/atod.c: |
| 458 |
|
|
Wnn/jutil/atof.c: |
| 459 |
|
|
Wnn/jutil/oldatonewa.c: |
| 460 |
|
|
Wnn/jutil/ujisf.c: |
| 461 |
|
|
Wnn/jutil/wnntouch.c: |
| 462 |
|
|
Wnn/jserver/do_filecom.c: |
| 463 |
|
|
Wnn/jserver/error.c: |
| 464 |
|
|
Wnn/jserver/sisheng.c: |
| 465 |
|
|
Wnn/jlib.V3/jlv3.c: |
| 466 |
|
|
Wnn/etc/dic_atojis.c: |
| 467 |
|
|
Wnn/etc/msg.c: |
| 468 |
|
|
Wnn/etc/sstrings.c: |
| 469 |
|
|
PubdicPlus/pod.c: Include string(s).h. |
| 470 |
|
|
|
| 471 |
hiroo |
1.29 |
Sat Jun 22 17:58:58 UTC 2002 Tomoki Aono <aono at cc.osaka-kyoiku.ac.jp> |
| 472 |
hiroo |
1.25 |
* Wnn/manual/4.cmd/jserver: |
| 473 |
|
|
Wnn/man/4.cmd/jserver.man: |
| 474 |
|
|
jserver �� -v ������������������ |
| 475 |
|
|
|
| 476 |
hiroo |
1.29 |
Sat Jun 22 13:26:22 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 477 |
hiroo |
1.25 |
* CONTRIBUTORS: |
| 478 |
|
|
pubdic+ ������ patch ������������������������������ |
| 479 |
|
|
���������������� (Wnn/jserver/de.c [freewnn:00383]). |
| 480 |
|
|
* acconfig.h: |
| 481 |
|
|
������ HAVE_RAND_MAX �������� |
| 482 |
|
|
* configure.in: |
| 483 |
|
|
������ HAVE_RAND_MAX �������� |
| 484 |
|
|
ramdom() ������������������ |
| 485 |
|
|
* configure, config.h.in: Regenerate. |
| 486 |
|
|
* Wnn/jserver/de.c: |
| 487 |
|
|
���������������������������� (���������� [freewnn:00383]) |
| 488 |
|
|
wnn_os.h ���������� SDRAND �������� |
| 489 |
|
|
* Wnn/jserver/do_henkan1.c: |
| 490 |
|
|
NULL macro ������������������������ |
| 491 |
|
|
* Wnn/jserver/do_hindo_s.c: |
| 492 |
|
|
RAND macro ������������wnn_os.h ���������� SDRAND �������� |
| 493 |
|
|
* Wnn/jserver/error.c: |
| 494 |
|
|
errono ���������������������������� |
| 495 |
|
|
* Wnn/etc/bdic.c: |
| 496 |
|
|
index �� strchr ������������(OS �������� wnn_os.h ��������������) |
| 497 |
|
|
* Wnn/include/wnn_os.h: |
| 498 |
|
|
strchr/strrchr/bcopy ���������������������������������� |
| 499 |
|
|
������������������������������������ rand() �������������������� |
| 500 |
|
|
������BSD ������ random() ���������������� |
| 501 |
|
|
* Wnn/jlib/jl.c: |
| 502 |
|
|
wnn_os.h ���������� RAND �������� |
| 503 |
|
|
* Wnn/jlib.V3/jlv3.c: |
| 504 |
|
|
bzero macro ��������wnn_os.h �������������������� |
| 505 |
|
|
* Xwnmo/xjutil/jutil.c: |
| 506 |
|
|
���������������������� include ������ |
| 507 |
|
|
* Wnn/uum/Makefile.in: |
| 508 |
|
|
�������������� SIGNAL_DEFINES macro �������� |
| 509 |
|
|
* Wnn/uum/jhlp.c: |
| 510 |
|
|
strchr/index �� OS ����������������������(wnn_os.h ������) |
| 511 |
|
|
* Wnn/uum/screen.c: |
| 512 |
|
|
strchr/index �� OS ����������������������(wnn_os.h ������) |
| 513 |
|
|
* Wnn/uum/setutmp.c: |
| 514 |
|
|
strrchr/rindex �� OS ����������������������(wnn_os.h ������) |
| 515 |
|
|
sdefine.h, sheader.h �� include ������������������������ |
| 516 |
|
|
* Wnn/uum/sheader.h: |
| 517 |
|
|
ttyfdslot.c �� ttyfdslot() ���������������������� |
| 518 |
|
|
* Wnn/uum/ttyfdslot.c: |
| 519 |
|
|
���������������������� include �������������������������� |
| 520 |
|
|
* Wnn/uum/uif.c: |
| 521 |
|
|
strchr/index �� OS ����������������������(wnn_os.h ������) |
| 522 |
|
|
* Wnn/uum/wnnrc_op.c: |
| 523 |
|
|
�������������������������������������������������� |
| 524 |
|
|
|
| 525 |
hiroo |
1.29 |
Fri Jun 21 19:39:47 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 526 |
hiroo |
1.25 |
* Wnn/include/wnn_malloc.h: ������ |
| 527 |
|
|
|
| 528 |
hiroo |
1.29 |
Mon Jun 17 17:28:54 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 529 |
hiroo |
1.25 |
* configure.in: |
| 530 |
|
|
Autoconf 2.13 ������������������������(cf.[freewnn:00872]) |
| 531 |
|
|
getopt() ������������������ |
| 532 |
|
|
* config.h.in: |
| 533 |
|
|
configure: GNU Autoconf 2.53 �������������� |
| 534 |
|
|
* Wnn/include/wnn_os.h: |
| 535 |
|
|
rev.1.10 �������� #endif �������� (cf.[freewnn:00874]) |
| 536 |
|
|
* Wnn/jlib/getopt.c: |
| 537 |
|
|
System �� getopt() �������������������� getopt() �������� |
| 538 |
|
|
(cf.[freewnn:00874]) |
| 539 |
|
|
|
| 540 |
hiroo |
1.29 |
Sat Jun 15 13:11:45 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 541 |
hiroo |
1.24 |
* acconfig.h: |
| 542 |
|
|
EB Library <URI:http://www.sra.co.jp/people/m-kasahr/eb/>. |
| 543 |
|
|
����������RETSIGTYPE_VOID hack �������� |
| 544 |
|
|
* configure.in: |
| 545 |
|
|
*BSD ���� CCOPTIONS ���� -DCSRG_BASED �������� |
| 546 |
|
|
configure ������������������AC_CHECK_HEADERS ���� AC_CHECK_FUNCS |
| 547 |
|
|
������������ |
| 548 |
|
|
AC_CHECK_TYPES ���������������������� |
| 549 |
|
|
EB Library ����������RETSIGTYPE_VOID hack �������� |
| 550 |
|
|
������������������������ Makefile ���������������� |
| 551 |
|
|
getdtablesize() �������������� |
| 552 |
|
|
* config.h.in, configure: ������ (GNU Autoconf 2.53) |
| 553 |
|
|
* Wnn/include/wnn_os.h: |
| 554 |
|
|
bzero/memset, strchr/index strrchr/rindex glue. |
| 555 |
|
|
SIGNALRETURNSINT �� RETSIGTYPE ���� RETSIGTYPE_VOID ������������ |
| 556 |
|
|
WNN_NFD ���������������� file descriptor ������������������ |
| 557 |
|
|
* Wnn/jlib/getopt.c, jl.c, js.c, |
| 558 |
|
|
Wnn/jserver/initjserv.c, |
| 559 |
|
|
Wnn/romkan/rk_header.h: |
| 560 |
|
|
config.h ������ wnn_os.h �� include ���� BSD42 macro �������� |
| 561 |
|
|
* Wnn/jserver/de.c: |
| 562 |
|
|
WNN_NFD ���������������� file descriptor ������������������ |
| 563 |
|
|
* Wnn/jserver/de_header.h, error.c, |
| 564 |
|
|
Wnn/uum/jhlp.c: |
| 565 |
|
|
RETSIGTYPE and RETSIGTYPE_VOID ���������������������� |
| 566 |
|
|
WNN_NFD ���������������� file descriptor ������������������ |
| 567 |
|
|
* Wnn/uum/sheader.h: |
| 568 |
|
|
���������������� |
| 569 |
|
|
* Wnn/uum/wnnrc_op.c: |
| 570 |
|
|
BSD42 macro ������ |
| 571 |
|
|
|
| 572 |
hiroo |
1.29 |
Fri Jun 14 19:39:30 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 573 |
hiroo |
1.24 |
* Makefile.in: ������������������ $(RM) �������������� |
| 574 |
|
|
|
| 575 |
hiroo |
1.29 |
Thu Jun 13 21:27:51 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 576 |
hiroo |
1.24 |
* FreeWnn/Wnn/uum/jhlp.c, termio.c: |
| 577 |
|
|
���������������� setenv() ������������ |
| 578 |
|
|
- ������������������������������������ |
| 579 |
|
|
- setenv() �������������������������������������������������������� |
| 580 |
|
|
* FreeWnn/Wnn/uum/termcap.c: curses ������������������ |
| 581 |
|
|
* FreeWnn/Wnn/uum/sheader.h: ������������ |
| 582 |
|
|
|
| 583 |
hiroo |
1.29 |
Mon Jun 10 22:15:23 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 584 |
hiroo |
1.24 |
* PubdicPlus/pod.c: config.h �� include. |
| 585 |
|
|
|
| 586 |
hiroo |
1.29 |
Sun Jun 09 11:08:41 UTC 2002 Hiroaki Abe <h-abe at pc.highway.ne.jp> |
| 587 |
hiroo |
1.24 |
* FreeWnn/configure.in: |
| 588 |
|
|
BeOS R5.1 ������libbind.so ������������������ |
| 589 |
|
|
|
| 590 |
hiroo |
1.29 |
Mon May 27 16:33:52 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 591 |
hiroo |
1.24 |
* Wnn/pubdicplus/Makefile.in: |
| 592 |
|
|
<config.h> �� include ��������������$(TOP) �� include path �������� |
| 593 |
|
|
|
| 594 |
hiroo |
1.29 |
Sat May 25 11:24:47 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 595 |
hiroo |
1.24 |
* FreeWnn/PubdicPlus/ fzk.con, fzk.attr, fzk.jircon: |
| 596 |
|
|
���������������� ([wnn-users 973],[wnn-users 975] ��������)�� |
| 597 |
|
|
������������ ([wnn-users 978] Fe2+����)�� |
| 598 |
|
|
|
| 599 |
hiroo |
1.29 |
Sat May 25 05:57:43 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 600 |
hiroo |
1.24 |
* Wnn/jserver/ MALLOC.c, malloc.c: malloc() wrapper �������� |
| 601 |
|
|
|
| 602 |
hiroo |
1.29 |
Sun May 12 22:51:18 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 603 |
hiroo |
1.24 |
* Wnn/conv/cvt_key.c: register ������������ |
| 604 |
|
|
* Wnn/uum/setutmp.c: |
| 605 |
|
|
setenv() ���������� ���������������������������� include�� |
| 606 |
|
|
* kWnn/jserver/Makefile.in, kWnn/include/Makefile.in, |
| 607 |
|
|
cWnn/jserver/Makefile.in, cWnn/include/Makefile.in, |
| 608 |
|
|
Wnn/jserver/Makefile.in: |
| 609 |
|
|
wnn_malloc.h ���� malloc.c �������� |
| 610 |
|
|
* Wnn/etc/ msg.c, vasprintf.c, |
| 611 |
|
|
Wnn/jlib/ jl.c, js.c, kankana.c, |
| 612 |
|
|
Wnn/jlib.V3/jlv3.c, |
| 613 |
|
|
Wnn/jserver/ b_index.c, daibun_kai.c, de.c, dispatch.c, |
| 614 |
|
|
do_env.c, error.c, fzk.c, get_kaiarea.c, |
| 615 |
|
|
hinsi_list.c,initjserv.c, jikouho.c, jikouho_d.c, |
| 616 |
|
|
mknode0.c, mknode1.c, mknode2.c, readfile.c, |
| 617 |
|
|
Wnn/jutil/ atod.c, atorev.c, dtoa.c, ujisf.c, wddel.c, |
| 618 |
|
|
wdreg.c, wnnstat.c, |
| 619 |
|
|
Wnn/uum/ basic_op.c, history.c, prologue.c, screen.c, |
| 620 |
|
|
termcap.c, uif.c, wnnrc_op.c: |
| 621 |
|
|
malloc() �������� stdlib.h (������ malloc.h) �� include ������ |
| 622 |
|
|
������ malloc() �������������������������������������� |
| 623 |
|
|
������������������������������������ include�� |
| 624 |
|
|
* Wnn/uum/sheader.h: �������������������������� |
| 625 |
|
|
* Makefile.in: distclean target ����autoconf 2.53 ���������� |
| 626 |
|
|
���������������������� |
| 627 |
|
|
|
| 628 |
hiroo |
1.29 |
Sun May 12 01:01:47 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 629 |
hiroo |
1.24 |
* CONTRIBUTEORS: ���� |
| 630 |
|
|
* configure.in, configure, config.h.in: |
| 631 |
|
|
bcopy/bzero/bcmp ���������������� |
| 632 |
|
|
* Wnn/etc/bcopy.c: |
| 633 |
|
|
bcopy/bzero/bcmp ���������������� |
| 634 |
|
|
register �������������� |
| 635 |
|
|
|
| 636 |
hiroo |
1.29 |
Sat May 11 13:03:37 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 637 |
hiroo |
1.24 |
* INSTALL INSTALL.en: Update. |
| 638 |
hiroo |
1.23 |
|
| 639 |
hiroo |
1.29 |
Tue May 07 22:26:30 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 640 |
hiroo |
1.23 |
* Wnn/etc/msg.c: |
| 641 |
|
|
_search() ������ ([freewnn:00847] ��������) |
| 642 |
|
|
|
| 643 |
hiroo |
1.29 |
Sun May 05 05:13:10 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 644 |
hiroo |
1.23 |
* Wnn/include/commonhd.h: |
| 645 |
|
|
_SERVER_VERSION �� pl20 ���������� |
| 646 |
|
|
unistd.h �� include ������������ |
| 647 |
|
|
|
| 648 |
hiroo |
1.29 |
Sat May 04 17:15:24 UTC 2002 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp> |
| 649 |
hiroo |
1.23 |
* Wnn/manual/4.cmd/jserver man/4.cmd/jserver.man: |
| 650 |
|
|
Update. |
| 651 |
|
|
|
| 652 |
hiroo |
1.29 |
Thu May 02 15:18:55 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 653 |
hiroo |
1.23 |
* Wnn/jserver/do_hindo_s.c: |
| 654 |
|
|
stdlib.h �� include �������������� |
| 655 |
|
|
|
| 656 |
hiroo |
1.29 |
Wed May 01 21:05:10 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 657 |
hiroo |
1.23 |
* configure.in config.h.in configure: |
| 658 |
|
|
C89, POSIX 1,2 �������������������������������� |
| 659 |
|
|
syslog() �� syslog.h ������setenv(). |
| 660 |
|
|
* */jserver/Makefile.in: |
| 661 |
|
|
JS_SUPPORTLIB ��������(BeOS ���� syslog()/libbe ������������)�� |
| 662 |
|
|
* Wnn/jserver/error.c: |
| 663 |
|
|
syslog() ���������������������������������������������������� |
| 664 |
|
|
* Wnn/uum/jhlp.c sheader.h: |
| 665 |
|
|
���������� setenv() �������������������������� |
| 666 |
|
|
setenv() �� C89, POSIX 1,2 ���������������������������������� |
| 667 |
|
|
setenv() ������������������������������������������������������ |
| 668 |
hiroo |
1.30 |
�������������� |
| 669 |
hiroo |
1.23 |
|
| 670 |
hiroo |
1.29 |
Tue Apr 02 04:16:21 UTC 2002 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp> |
| 671 |
hiroo |
1.23 |
* Wnn/jserver/de.c: include fcntl.h. |
| 672 |
|
|
* Wnn/conv/cvt_read.c: cvt_head.h �� include ���������� |
| 673 |
|
|
|
| 674 |
hiroo |
1.29 |
Sun Mar 31 11:30:23 UTC 2002 Hiroaki Abe <h-abe at pc.highway.ne.jp> |
| 675 |
hiroo |
1.23 |
* Wnn/include/commonhd.h: |
| 676 |
|
|
BeOS �� unistd.h �������� include ������������������ |
| 677 |
|
|
* */jserver/Makefile.in configure.in configure: |
| 678 |
|
|
BeOS ����libbe.so �� syslog ����������������������JS_SUPPORTLIBS |
| 679 |
|
|
���������� libbe.so �� link ���������������� |
| 680 |
|
|
|
| 681 |
hiroo |
1.29 |
Sun Mar 31 06:26:54 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 682 |
hiroo |
1.23 |
* Wnn/jserver/de.c de_header.h: |
| 683 |
|
|
cmd_name[] ������ argv[0] ���� [cjkt]server ���������������� |
| 684 |
|
|
���������������������������������� |
| 685 |
|
|
|
| 686 |
hiroo |
1.29 |
Sat Mar 30 13:44:22 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 687 |
hiroo |
1.23 |
* Wnn/romkan/rk_modread.c: |
| 688 |
|
|
stdlib.h �� include ������ |
| 689 |
|
|
|
| 690 |
hiroo |
1.29 |
Sat Mar 30 09:34:48 UTC 2002 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp> |
| 691 |
hiroo |
1.23 |
* (Wnn/cWnn/kWnn)/romkan/Makefile.in: |
| 692 |
|
|
INCLUDES �� -I$(TOP) �������� |
| 693 |
|
|
LIB_MT_DEFINES ���������������������������� |
| 694 |
|
|
builddir != srcdir �� build ������������������������������������ |
| 695 |
|
|
|
| 696 |
hiroo |
1.29 |
Sat Mar 30 02:35:22 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 697 |
hiroo |
1.23 |
* Wnn/etc/yincoding.c: �������������� |
| 698 |
|
|
* Wnn/ ����: |
| 699 |
|
|
STDC_HEADERS HAVE_*_H ��������string.h/strings.h unistd.h ���� |
| 700 |
|
|
�������� include ������������ |
| 701 |
|
|
������������ config.h �� include ������������ |
| 702 |
|
|
* configure.in config.h.in configure: |
| 703 |
|
|
limits.h ������������ (STDC_HEADERS ��������������������������)�� |
| 704 |
|
|
memory.h ������������ (������ bcopy/index �� memmove/strchr ����������)�� |
| 705 |
|
|
|
| 706 |
hiroo |
1.29 |
Sat Mar 23 21:18:32 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 707 |
hiroo |
1.23 |
Wnn ����: |
| 708 |
|
|
* STDC_HEADERS ������ stdlib.h �� string.h �� include ���������������� |
| 709 |
|
|
* STDC_HEADERS ������������ strings.h �������������� include�� |
| 710 |
|
|
BSD42 �������������� |
| 711 |
|
|
* ������������ config.h �� include ���������������� |
| 712 |
|
|
|
| 713 |
hiroo |
1.29 |
Thu Mar 21 06:59:22 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 714 |
hiroo |
1.23 |
* configure.in: �������������������������� |
| 715 |
|
|
* cvt_head.h: ������������������������������������ |
| 716 |
|
|
* cvt_read.c, bdic.c, yincoding.c: |
| 717 |
|
|
BSD42 ������ SYSVR2 ����������������configure ���������������� |
| 718 |
|
|
������������������ |
| 719 |
|
|
* config.h.in, configure.in, configure: |
| 720 |
|
|
fchmod() ���������������������� |
| 721 |
|
|
|
| 722 |
hiroo |
1.29 |
Sun Mar 10 10:43:47 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 723 |
hiroo |
1.23 |
* pubdic.p: �������� ([freewnn:00812] Fe2+ ����)�� |
| 724 |
|
|
|
| 725 |
hiroo |
1.29 |
Sat Mar 9 16:50:34 UTC 2002 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp> |
| 726 |
hiroo |
1.22 |
* Makefile.in config.h.in configure configure.in |
| 727 |
|
|
Wnn/etc/gethinsi.c Wnn/jserver/Makefile.in |
| 728 |
|
|
cWnn/jserver/Makefile.in cWnn/include/Makefile.in |
| 729 |
|
|
kWnn/jserver/Makefile.in kWnn/include/Makefile.in |
| 730 |
|
|
+ Wnn/etc/vasprintf.c Wnn/etc/mkdir.c �������������������������� |
| 731 |
|
|
������������������������������������������������ |
| 732 |
|
|
(AC_REPLACE_FUNCS����������������������������������)�� |
| 733 |
|
|
+ configure --disable-cWnn ���� cWnn/ ���������������� Makefile |
| 734 |
|
|
���������������������������� |
| 735 |
|
|
(experimental: cWnn������������������������������)�� |
| 736 |
|
|
|
| 737 |
|
|
* Wnn/jserver/ de_header.h dispatch.c error.c : |
| 738 |
|
|
error.c ��������. (cf. [freewnn:00772]) |
| 739 |
|
|
+ error1()���������������������������� log_err() / log_debug() |
| 740 |
|
|
������������ |
| 741 |
|
|
error1() �� log_debug() ���������������������� |
| 742 |
|
|
+ jserver �� -s ������������������ (noisy == 0) ��syslog������ |
| 743 |
|
|
�������������������� |
| 744 |
|
|
+ log{err,debug}() ������������ vwrite_log()��������1�������� |
| 745 |
|
|
������3��������������������1������������������ |
| 746 |
|
|
|
| 747 |
hiroo |
1.29 |
Fri Mar 8 20:07:13 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 748 |
hiroo |
1.22 |
* ���������������� prototype ���������������������� include ������ |
| 749 |
|
|
* Wnn/etc ���������������������������� wnn_os.h �� pototype ���������� |
| 750 |
|
|
* Wnn/etc/msg.c: bsearch() �������������� |
| 751 |
|
|
|
| 752 |
hiroo |
1.29 |
Fri Mar 8 08:36:04 UTC 2002 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp> |
| 753 |
hiroo |
1.22 |
* Wnn/jserver/de.c |
| 754 |
|
|
log ���������� append �������� open ������ |
| 755 |
|
|
daemon_init() ������������������������������������������������������ |
| 756 |
|
|
|
| 757 |
hiroo |
1.29 |
Tue Mar 5 09:23:50 UTC 2002 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp> |
| 758 |
hiroo |
1.22 |
* vasprintf.c �� ansidecl.h �� libiberty (gcc-3.0.4 ������) ���� |
| 759 |
|
|
import ������(error.c ������������)�� |
| 760 |
|
|
��������������������������������: |
| 761 |
|
|
vasprintf.c: #include <libiberty.h> �������� |
| 762 |
|
|
|
| 763 |
hiroo |
1.29 |
Mon Mar 4 04:01:55 UTC 2002 Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp> |
| 764 |
hiroo |
1.22 |
* Wnn/man/4.cmd/jserver/man |
| 765 |
|
|
�������������������������������������� [freewnn:00759] |
| 766 |
|
|
|
| 767 |
hiroo |
1.29 |
Sun Mar 3 14:06:32 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 768 |
hiroo |
1.22 |
* Wnn/include/wnn_os.h et al. |
| 769 |
|
|
ISO C �� K&R C �� prototype �������������������������������� |
| 770 |
|
|
|
| 771 |
hiroo |
1.29 |
Sun Mar 3 12:53:58 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 772 |
hiroo |
1.22 |
* configure.in: [freewnn:00764] (��������) �������������� |
| 773 |
|
|
|
| 774 |
hiroo |
1.29 |
Sat Mar 2 11:19:21 UTC 2002 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 775 |
hiroo |
1.22 |
* wddel �������������� typo ������ ([freewnn:00797] Matui ����). |
| 776 |
|
|
|
| 777 |
hiroo |
1.29 |
Mon Sep 24 08:25:28 UTC 2001 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 778 |
hiroo |
1.21 |
* Fix for configure.in and Makefile.in ([freewnn:00753] ��������). |
| 779 |
|
|
|
| 780 |
hiroo |
1.29 |
Sun Sep 16 11:10:20 UTC 2001 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 781 |
hiroo |
1.20 |
* configure �� --enable-debug option ������������ |
| 782 |
|
|
gcc ����������CDEBUGFLAGS �� -g2 ���������� |
| 783 |
|
|
INSTPGMFLAGS ���� -s �������� strip �������������������� |
| 784 |
|
|
gcc ������������ configure.in ���������������� |
| 785 |
|
|
|
| 786 |
hiroo |
1.29 |
Sat Sep 15 17:29:15 UTC 2001 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 787 |
hiroo |
1.20 |
* jserver �������������� user �������� remote �������������������� |
| 788 |
|
|
������������������������������ |
| 789 |
|
|
jserver_dir �������������������������������� |
| 790 |
|
|
([freewnn:00699] ������@debian ���� via ��������@debian ����) |
| 791 |
|
|
������������������������������������������������configure �� |
| 792 |
|
|
OFF ������������������ (������������������ ipfilter ������������ |
| 793 |
|
|
������ host ������������������������������)�� |
| 794 |
|
|
������������tcp_wrappers �������������������������������������� |
| 795 |
|
|
�� security ���������������������������� KKTP ���������������� |
| 796 |
|
|
������������������������������������������������ |
| 797 |
|
|
Manpower ���������������������������������������������������� |
| 798 |
|
|
* ISO C ������������������P_ ������ (in wnn_os.h) ������������ |
| 799 |
|
|
(��������������������������������)�� |
| 800 |
|
|
�������������������� prototype ������������������������������������ |
| 801 |
|
|
(������������������������������������)�� |
| 802 |
|
|
* uum patch ([freewnn:00676] ������������) |
| 803 |
|
|
cuum, kuum, tuum ������������������������������������������ |
| 804 |
|
|
uum ������ |
| 805 |
|
|
* IPv6 patch ������ |
| 806 |
|
|
Unix domain socket �� permission �� 0777 �������� |
| 807 |
|
|
cmd_name �� argv[0] �������� |
| 808 |
|
|
([freewnn:00716],[freewnn:00732] ��������) |
| 809 |
|
|
jserver.man ������������ |
| 810 |
|
|
* Wnn/jserver/error.c �� error1() ����"cmd_name:" ���������������� |
| 811 |
|
|
����������([freewnn:00730] ��������) |
| 812 |
|
|
* INSTALL �������������� |
| 813 |
|
|
|
| 814 |
hiroo |
1.29 |
Tue Aug 14 11:12:34 UTC 2001 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 815 |
hiroo |
1.19 |
* CPP + IPv6 patch ([freewnn:00673] ��������) |
| 816 |
|
|
* configure.in �� BeOS ������������ ([freewnn:00677] ��������) |
| 817 |
|
|
* libtool-1.4 �� libtoolize & aclocal �������� |
| 818 |
|
|
|
| 819 |
ura |
1.18 |
Sun Jun 17 15:00:08 UTC 2001 |
| 820 |
|
|
* ���� manpage ��������([freewnn:00542] Francis Bond ����) |
| 821 |
|
|
atod.man, atof.man, dtoa.man |
| 822 |
|
|
������������������������������������ |
| 823 |
|
|
* jserver -v option ������([freewnn:00581] ������������) |
| 824 |
|
|
* jserver usage ������ ([freewnn:00606] Francis Bond) |
| 825 |
|
|
|
| 826 |
hiroo |
1.29 |
Sat Jun 2 00:27:56 JST 2001 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 827 |
ura |
1.18 |
* config.h.in, configure.in, */*/Makefile.in, |
| 828 |
|
|
����*.h, *.c ����������������: |
| 829 |
|
|
sys/param.h ���������� |
| 830 |
|
|
��������config.h �������������� |
| 831 |
|
|
��������Makefile.in �� INCLUDES �������� |
| 832 |
|
|
NOFILE ������������ #if ���������������������� |
| 833 |
|
|
* Wnn/man/6.jutil/atod.man: ���������������������� ASCII �������� |
| 834 |
|
|
* emacs (NEmacs?) ������������������ |
| 835 |
|
|
|
| 836 |
hiroo |
1.29 |
Wed May 30 00:09:15 JST 2001 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 837 |
ura |
1.18 |
* Wnn/manual/3.libwnn/*, |
| 838 |
|
|
Wnn/manual/7.Protocol/KKTP: |
| 839 |
|
|
������������ typo ���� ([[freewnn:00581] ������������) |
| 840 |
|
|
���������������������������������������������� |
| 841 |
|
|
|
| 842 |
hiroo |
1.29 |
Sun May 27 12:55:45 JST 2001 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 843 |
ura |
1.18 |
* Makefile.in: distclean �� libtool �������� |
| 844 |
|
|
* Wnn/include/wnn_os.h: HAVE_WAIT3 ������ (configure.in ������)�� |
| 845 |
|
|
* configure.in: cc �� gcc ���������� CPP ������([freewnn:00578] ��������) |
| 846 |
|
|
BePC, FreeBSD, Linux ������������ |
| 847 |
|
|
CPP=`$CC -print-prog-name=cpp` |
| 848 |
|
|
�������� |
| 849 |
|
|
|
| 850 |
hiroo |
1.29 |
Sun May 20 18:09:02 JST 2001 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 851 |
ura |
1.18 |
|
| 852 |
|
|
* makerule.mk.in: $(CC) �� -DHAVE_CONFIG_H ������������������������ |
| 853 |
|
|
* PubdicPlus/fzk.con ���� patch ���� ([freewnn:00576] ��������) |
| 854 |
|
|
* Wnn/include/msg.h ������ <sys/param.h> ������������ |
| 855 |
|
|
* Wnn/jd/wnnenvrc_R.omr: gerodic ������([freewnn:00346] ��������) |
| 856 |
|
|
* Wnn/jlib/js.c: include config.h ([freewnn:00392] ��������) |
| 857 |
|
|
|
| 858 |
hiroo |
1.29 |
Sat May 19 18:20:25 JST 2001 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 859 |
ura |
1.18 |
|
| 860 |
|
|
* PubdicPlus/fzk.con ���� patch ([freewnn:00547] ��������) |
| 861 |
|
|
* PubdicPlus/pubdic.p ���� ([freewnn:00424] ��������) |
| 862 |
|
|
|
| 863 |
|
|
* Makefile.in �� distclean target ���� ([freewnn:00380] ��������) |
| 864 |
|
|
|
| 865 |
|
|
* Wnn/include/msg.h: fix the constraint for path name length. |
| 866 |
|
|
* Wnn/etc/msg.c: likewise. |
| 867 |
|
|
* Wnn/jlib/js.c: add the include of sys/param.h for removing path |
| 868 |
|
|
name length. |
| 869 |
|
|
([freewnn:00380] ��������) |
| 870 |
|
|
|
| 871 |
|
|
* config.h.in �� autoheader �������������������� |
| 872 |
|
|
acconfig.h �������� |
| 873 |
|
|
([freewnn:00290] ��������) |
| 874 |
|
|
|
| 875 |
|
|
* config.h �� HAVE_CONFIG_H �� define ���������������������������� |
| 876 |
|
|
�������� |
| 877 |
|
|
|
| 878 |
hiroo |
1.29 |
Sat May 19 14:16:00 JST 2001 Hiroo Ono <hiroo at oikumene.gcd.org> |
| 879 |
ura |
1.18 |
|
| 880 |
|
|
* �������� shared library �� (libtool ����) |
| 881 |
|
|
([freewnn:00443] ���������� patch) |
| 882 |
|
|
* libtool-1.3.5 ������ |
| 883 |
|
|
libltdl/aclocal.m4 |
| 884 |
|
|
ltconfig |
| 885 |
|
|
ltmain.sh |
| 886 |
|
|
autoconf-2.13 ������ |
| 887 |
|
|
config.guess |
| 888 |
|
|
config.sub |
| 889 |
|
|
������������ ([freewnn:00444] �������� ����) |
| 890 |
|
|
* Xsi/configure �� CVS ���������� |
| 891 |
|
|
autoconf ��������������������release ������ |
| 892 |
|
|
release engineer ���������������� |
| 893 |
|
|
|
| 894 |
hiroo |
1.29 |
Tue Mar 21 02:34:45 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 895 |
ura |
1.17 |
|
| 896 |
|
|
* ������ 1.1.1-a017 ������������������ |
| 897 |
|
|
|
| 898 |
hiroo |
1.29 |
Tue Mar 21 01:12:29 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 899 |
ura |
1.17 |
|
| 900 |
|
|
* Wnn/jserver/de_header.h: get_file_name��expand_file_name ������ |
| 901 |
|
|
��������������������([freewnn:00369] ����������������) |
| 902 |
|
|
|
| 903 |
hiroo |
1.29 |
Tue Mar 21 01:04:22 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 904 |
ura |
1.17 |
|
| 905 |
|
|
* mkdir() ������������������������ system() �� /bin/mkdir �������� |
| 906 |
|
|
������������������(��������: Wnn/etc/mkdir.c) |
| 907 |
|
|
����: mkdir() ���������������������������������������������� |
| 908 |
|
|
mkdir() ���������������������������� |
| 909 |
|
|
defined(BSD42) || defined(uniosu) || defined(UX386) || defined(DGUX) |
| 910 |
|
|
([freewnn:00358] ����������������) |
| 911 |
|
|
|
| 912 |
hiroo |
1.29 |
Fri Mar 17 01:56:30 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 913 |
ura |
1.17 |
|
| 914 |
|
|
* gets_cur �� getws_cur ������������������������������������������ |
| 915 |
|
|
����������(buffer overflow ����) ([freewnn:00361] ����������������) |
| 916 |
|
|
|
| 917 |
hiroo |
1.29 |
Fri Mar 3 01:04:09 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 918 |
ura |
1.17 |
|
| 919 |
|
|
* ���������������������������������������� configure ������������ |
| 920 |
|
|
�� #ifdef BEOS ������������([freewnn:00347] ����������������) |
| 921 |
|
|
|
| 922 |
hiroo |
1.29 |
Fri Mar 3 00:23:43 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 923 |
ura |
1.17 |
|
| 924 |
|
|
* Wnn/jutil/dic_head.c (input_header): �������������������� |
| 925 |
|
|
(������������������������) ([freewnn:00319] ����������������) |
| 926 |
|
|
|
| 927 |
hiroo |
1.29 |
Mon Feb 28 22:32:17 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 928 |
ura |
1.17 |
|
| 929 |
|
|
* Wnn/etc/msg.c (msg_open): msg_open() �������� libwnn.msg �� |
| 930 |
|
|
���������������������������������������� '\0' �������������� |
| 931 |
|
|
��������������������������([freewnn:00324]������������������ |
| 932 |
|
|
[freewnn:00350]����������������) |
| 933 |
|
|
|
| 934 |
hiroo |
1.29 |
Mon Feb 28 22:17:43 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 935 |
ura |
1.17 |
|
| 936 |
|
|
* .msg ������������������������msg_open ��������FreeWnn������ |
| 937 |
|
|
enbug (T_T)����������������([freewnn:00328]) |
| 938 |
|
|
|
| 939 |
hiroo |
1.29 |
Fri Feb 25 01:17:04 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 940 |
ura |
1.16 |
|
| 941 |
|
|
* ������ 1.1.1-a016 ������������������ |
| 942 |
|
|
|
| 943 |
hiroo |
1.29 |
Thu Feb 24 02:24:05 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 944 |
ura |
1.16 |
|
| 945 |
|
|
* ���� indent ������������������������������������������������������ |
| 946 |
|
|
(������������ /* *INDENT-OFF* */��/* *INDENT-ON* */ ��������������) |
| 947 |
|
|
|
| 948 |
hiroo |
1.29 |
Wed Feb 23 00:35:09 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 949 |
ura |
1.16 |
|
| 950 |
|
|
* Wnn/jutil/wnnkill.c: indent ������������������ ifdef ���������� |
| 951 |
|
|
�� |
| 952 |
|
|
* Wnn/jutil/wnnstat.c: (����) |
| 953 |
|
|
* Wnn/jutil/dtoa.c: (����) |
| 954 |
|
|
|
| 955 |
hiroo |
1.29 |
Wed Feb 23 00:32:19 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 956 |
ura |
1.16 |
|
| 957 |
|
|
* Wnn/etc/xutoj.c: ����������������(������������������ ifdef ���� |
| 958 |
|
|
������������������indent ����������������) |
| 959 |
|
|
([freewnn:00336] ����������������) |
| 960 |
|
|
|
| 961 |
hiroo |
1.29 |
Mon Feb 14 02:23:38 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 962 |
ura |
1.15 |
|
| 963 |
|
|
* ������ 1.1.1-a015 ������������������ |
| 964 |
|
|
|
| 965 |
hiroo |
1.29 |
Sun Feb 13 18:56:32 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 966 |
ura |
1.15 |
|
| 967 |
|
|
* configure.in: socklen_t ���������������������������������������� |
| 968 |
|
|
([freewnn:00238] ����������������) |
| 969 |
|
|
|
| 970 |
hiroo |
1.29 |
Sun Feb 13 18:41:43 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 971 |
ura |
1.15 |
|
| 972 |
|
|
* Wnn/jserver/do_env.c: new_env ���� sticky �� jishomax ���������� |
| 973 |
|
|
�������������������������������������������������� |
| 974 |
|
|
([freewnn:00229] ����������������) |
| 975 |
|
|
|
| 976 |
|
|
* Wnn/jserver/do_dic_env.c: del_all_dic_in_env ������������������ |
| 977 |
|
|
env[eid] �������������������� jishomax ���������������� 0 ���������� |
| 978 |
|
|
(�������������������������� jishomax ���������������������������� |
| 979 |
|
|
������������) |
| 980 |
|
|
([freewnn:00229] ����������������) |
| 981 |
|
|
|
| 982 |
hiroo |
1.29 |
Sun Feb 13 18:28:02 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 983 |
ura |
1.15 |
|
| 984 |
|
|
* Wnn/jserver/de.c: Solaris2.4+gcc-2.95.1������������warning������ |
| 985 |
|
|
����������([freewnn:00206] ���������������� + [freewnn:00209]) |
| 986 |
|
|
|
| 987 |
hiroo |
1.29 |
Sun Feb 13 18:16:54 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 988 |
ura |
1.15 |
|
| 989 |
|
|
* makerule.mk.in: ar ������������ "clq" ���� "cq" ��������SunOS |
| 990 |
|
|
2.4 ���� l ����������������������������ar �� l ����������HP-UX �� |
| 991 |
|
|
��������������������������GNUld ���� No Operation ���������������� |
| 992 |
|
|
���������� ([freewnn:00207],[freewnn:00208],[freewnn:00210]) |
| 993 |
|
|
|
| 994 |
hiroo |
1.29 |
Sun Feb 13 18:05:09 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 995 |
ura |
1.15 |
|
| 996 |
|
|
* gerodic ���������������������������� rc �������������� |
| 997 |
|
|
([freewnn:00214] kaz / ��������������������) |
| 998 |
|
|
|
| 999 |
hiroo |
1.29 |
Sun Feb 13 17:54:13 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1000 |
ura |
1.15 |
|
| 1001 |
|
|
* *.man ������������ roff ������������������ |
| 1002 |
|
|
([freewnn:00216] ��������������������) |
| 1003 |
|
|
|
| 1004 |
hiroo |
1.29 |
Sun Feb 13 16:36:01 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1005 |
ura |
1.15 |
|
| 1006 |
|
|
* Wnn/jserver/de.c: jserver �� usage ������������ -N �������� |
| 1007 |
|
|
([freewnn:00273] ��������������������) |
| 1008 |
|
|
|
| 1009 |
|
|
* Wnn/jserver/de.c: jserver �� -p ����������������(�������������� |
| 1010 |
|
|
��) |
| 1011 |
|
|
([freewnn:00277] ��������������������) |
| 1012 |
|
|
|
| 1013 |
|
|
* Wnn/man/4.cmd/jserver.man: -p ������������-N ������������������ |
| 1014 |
|
|
������(������������������������) |
| 1015 |
|
|
|
| 1016 |
hiroo |
1.29 |
Thu Feb 10 02:17:38 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1017 |
ura |
1.15 |
|
| 1018 |
|
|
* man �������������������������������������������� |
| 1019 |
hiroo |
1.29 |
([freewnn:00203] ���� ���� <uematsu at kgz.com>������������) |
| 1020 |
ura |
1.15 |
|
| 1021 |
hiroo |
1.29 |
Mon Feb 7 02:32:22 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1022 |
ura |
1.14 |
|
| 1023 |
|
|
* ������ 1.1.1-a014 ������������������ |
| 1024 |
|
|
|
| 1025 |
hiroo |
1.29 |
Sun Feb 6 17:22:32 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1026 |
ura |
1.14 |
|
| 1027 |
|
|
* COPYRIGHT, COPYRIGHT-j �������������� GPL ���������������������� |
| 1028 |
|
|
���������� |
| 1029 |
|
|
|
| 1030 |
hiroo |
1.29 |
Sun Feb 6 17:17:57 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1031 |
ura |
1.14 |
|
| 1032 |
|
|
* ChangeLog.old �������������������������������������������������� |
| 1033 |
|
|
���������������������������� |
| 1034 |
|
|
|
| 1035 |
|
|
* CONTRIBUTORS ����FreeWnn 1.0/1.1 ������������������ |
| 1036 |
|
|
|
| 1037 |
hiroo |
1.29 |
Sun Feb 6 17:15:44 2000 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1038 |
ura |
1.14 |
|
| 1039 |
|
|
* ���������������������������������������������������������������� |
| 1040 |
|
|
�������������������������� |
| 1041 |
|
|
|
| 1042 |
|
|
1. �������� �� FreeWnn Project ������������������������ |
| 1043 |
|
|
|
| 1044 |
|
|
cWnn/tdic, cWnn/cdic, kWnn/kdic, Contrib/dic/gerodic, |
| 1045 |
|
|
Wnn-consortium/dic |
| 1046 |
|
|
|
| 1047 |
|
|
2. �������������� ��FreeWnn Project ������������������������ |
| 1048 |
|
|
|
| 1049 |
|
|
Wnn/manual, Wnn/manual.en, cWnn/manual, cWnn/manual.en |
| 1050 |
|
|
|
| 1051 |
|
|
3. Xwnmo �� FreeWnn Project ������������������������ |
| 1052 |
|
|
|
| 1053 |
|
|
Xwnmo |
| 1054 |
|
|
|
| 1055 |
|
|
4. PubdicPlus �� FreeWnn �������������������������������������� |
| 1056 |
|
|
Public Domain �������������� Pubdic �������������������������� |
| 1057 |
|
|
|
| 1058 |
|
|
PubdicPlus |
| 1059 |
|
|
|
| 1060 |
hiroo |
1.29 |
Tue Oct 19 01:07:40 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1061 |
ura |
1.13 |
|
| 1062 |
|
|
* ������ 1.1.1-a013 ������������������ |
| 1063 |
|
|
|
| 1064 |
hiroo |
1.29 |
Tue Oct 19 00:09:48 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1065 |
ura |
1.13 |
|
| 1066 |
|
|
* Wnn/jserver/de.c: jserver ����������������������perror() ������ |
| 1067 |
|
|
������������������������������������������������������ |
| 1068 |
|
|
������������([freewnn:00199]) |
| 1069 |
|
|
|
| 1070 |
hiroo |
1.29 |
Mon Oct 18 23:11:20 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1071 |
ura |
1.13 |
|
| 1072 |
|
|
* Wnn/jserver/do_hindo_s.c: drand48() ������������������������ |
| 1073 |
|
|
(stdlib.h ������������������)��FreeBSD �� jserver ���������������� |
| 1074 |
|
|
������������([freewnn:00195] ����������������) |
| 1075 |
|
|
|
| 1076 |
|
|
* Wnn/jserver/do_hindo_s.c: 1U �� (unsigned)1 ��������K&R �������� |
| 1077 |
|
|
������������([freewnn:00195] ����������������) |
| 1078 |
|
|
|
| 1079 |
hiroo |
1.29 |
Sat Oct 16 00:47:38 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1080 |
ura |
1.13 |
|
| 1081 |
|
|
* Wnn/jserver/de.c: accept ��������������������������warning ���� |
| 1082 |
|
|
�������� |
| 1083 |
|
|
([freewnn:00140]: ������������������) |
| 1084 |
|
|
|
| 1085 |
hiroo |
1.29 |
Wed Sep 29 03:19:17 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1086 |
ura |
1.12 |
|
| 1087 |
|
|
* ������ 1.1.1-a012 ������������������ |
| 1088 |
|
|
|
| 1089 |
hiroo |
1.29 |
Wed Sep 29 02:13:56 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1090 |
ura |
1.12 |
|
| 1091 |
|
|
* gerodic �� Makefile.in ������������������ |
| 1092 |
ura |
1.13 |
([freewnn:00143]: kaz / ������������������) |
| 1093 |
ura |
1.12 |
|
| 1094 |
|
|
* gerodic �� make ������ make install ������������������������ |
| 1095 |
|
|
|
| 1096 |
hiroo |
1.29 |
Wed Sep 29 00:46:31 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1097 |
ura |
1.12 |
|
| 1098 |
|
|
* Wnn/jserver/de_header.h: wnn_get_hinsi_name() ������������������ |
| 1099 |
|
|
����������������������(���������� int(��) -> char*(��))�� |
| 1100 |
|
|
|
| 1101 |
hiroo |
1.29 |
Wed Sep 29 00:01:03 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1102 |
ura |
1.12 |
|
| 1103 |
|
|
* Makefile.in: ".c.i" �������������������������������� |
| 1104 |
|
|
* makerule.mk.in: ".c.i" �������������������������������� |
| 1105 |
|
|
|
| 1106 |
hiroo |
1.29 |
Tue Sep 28 23:25:42 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1107 |
ura |
1.12 |
|
| 1108 |
|
|
* Wnn/jlib/js.c: BSD����OS�� SUN_LEN ������������ |
| 1109 |
|
|
([freewnn:00144]: ��������������������) |
| 1110 |
|
|
|
| 1111 |
hiroo |
1.29 |
Tue Sep 28 23:03:26 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1112 |
ura |
1.12 |
|
| 1113 |
|
|
* Wnn/etc/strings.c: ���������������� NULL �������������������� |
| 1114 |
|
|
���� |
| 1115 |
|
|
|
| 1116 |
hiroo |
1.29 |
Tue Sep 28 02:04:44 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1117 |
ura |
1.12 |
|
| 1118 |
|
|
* HAVE_DRAND48 ������ HAVE_RAND_MAX ��������SRAND48 �������� |
| 1119 |
|
|
|
| 1120 |
|
|
* Wnn/jserver/do_hindo_s.c (RAND): (1<<31) �� int ���������������� |
| 1121 |
|
|
1U �������� |
| 1122 |
|
|
([freewnn:00136]: ����������������) |
| 1123 |
|
|
|
| 1124 |
hiroo |
1.29 |
Tue Sep 28 01:04:36 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1125 |
ura |
1.12 |
|
| 1126 |
|
|
* Wnn/jserver/de.c: socklen_t �������� |
| 1127 |
|
|
* Wnn/jserver/error.c: time_t �������� |
| 1128 |
|
|
|
| 1129 |
|
|
([freewnn:00140]: ��������������������[freewnn:00135]: ���������� |
| 1130 |
|
|
����������) |
| 1131 |
|
|
|
| 1132 |
hiroo |
1.29 |
Tue Sep 28 00:25:12 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1133 |
ura |
1.12 |
|
| 1134 |
|
|
* Wnn/jserver/de.c: typo ������(������������) |
| 1135 |
|
|
([freewnn:00136] ����������[freewnn:00139] ����������������) |
| 1136 |
|
|
|
| 1137 |
hiroo |
1.29 |
Fri Sep 24 03:05:11 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1138 |
ura |
1.11 |
|
| 1139 |
|
|
* ������ 1.1.1-a011 ������������������ |
| 1140 |
|
|
|
| 1141 |
hiroo |
1.29 |
Fri Sep 24 02:59:28 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1142 |
ura |
1.11 |
|
| 1143 |
|
|
* Wnn/jserver/de.c: NOFILE ������������������������ |
| 1144 |
|
|
([freewnn:00131]: ����������������������) |
| 1145 |
|
|
|
| 1146 |
|
|
* time((long*)0) �� time(NULL) �������� |
| 1147 |
|
|
([freewnn:00131]: ����������������������) |
| 1148 |
|
|
|
| 1149 |
hiroo |
1.29 |
Fri Sep 24 02:55:57 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1150 |
ura |
1.11 |
|
| 1151 |
|
|
* PubdicPlus/pod.c: ��static �������������������������������������� |
| 1152 |
|
|
������������ |
| 1153 |
|
|
([freewnn:00129]: ������������������������) |
| 1154 |
|
|
|
| 1155 |
hiroo |
1.29 |
Thu Sep 23 01:32:04 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1156 |
ura |
1.10 |
|
| 1157 |
|
|
* ������ 1.1.1-a010 ������������������ |
| 1158 |
|
|
|
| 1159 |
hiroo |
1.29 |
Thu Sep 23 00:17:25 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1160 |
ura |
1.10 |
|
| 1161 |
|
|
* PubdicPlus/Makefile.in: ������������ gcc ���������������������� |
| 1162 |
|
|
|
| 1163 |
hiroo |
1.29 |
Wed Sep 22 01:53:51 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1164 |
ura |
1.9 |
|
| 1165 |
|
|
* ������ 1.1.1-a009 ������������������ |
| 1166 |
|
|
|
| 1167 |
hiroo |
1.29 |
Wed Sep 22 01:48:16 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1168 |
ura |
1.9 |
|
| 1169 |
|
|
* configure.in: Intel ���� Solaris ������(������������������������) |
| 1170 |
|
|
|
| 1171 |
|
|
* Wnn/etc/bdic.c: �������� getnstr() �������� ncurses ������������ |
| 1172 |
|
|
���������������������������������������������������� getnstring() |
| 1173 |
|
|
��������(������������������������) |
| 1174 |
|
|
|
| 1175 |
hiroo |
1.29 |
Wed Sep 22 01:38:33 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1176 |
ura |
1.9 |
|
| 1177 |
|
|
* configure.in: AC_CHECK_LIB ���������������� main �������������� |
| 1178 |
|
|
���������������������������� |
| 1179 |
|
|
([freewnn:00127] ����������������) |
| 1180 |
|
|
|
| 1181 |
hiroo |
1.29 |
Wed Sep 22 01:15:58 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1182 |
ura |
1.8 |
|
| 1183 |
|
|
* ������ 1.1.1-a008 ������������������ |
| 1184 |
|
|
|
| 1185 |
hiroo |
1.29 |
Wed Sep 22 00:30:33 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1186 |
ura |
1.8 |
|
| 1187 |
|
|
* configure �� autoconf-1.13 ��������������(�������� 1.12 ���� |
| 1188 |
|
|
��) |
| 1189 |
|
|
|
| 1190 |
hiroo |
1.29 |
Wed Sep 22 00:26:07 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1191 |
ura |
1.8 |
|
| 1192 |
|
|
* ������ Pubdic ���� Pubdic+ �������� |
| 1193 |
|
|
|
| 1194 |
hiroo |
1.29 |
Sun Sep 19 00:24:33 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1195 |
ura |
1.7 |
|
| 1196 |
|
|
* ������ 1.1.1-a007 ������������������ |
| 1197 |
|
|
|
| 1198 |
hiroo |
1.29 |
Sat Sep 18 20:09:23 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1199 |
ura |
1.7 |
|
| 1200 |
|
|
* crypt ���������������������������������������������� NetBSD ���� |
| 1201 |
|
|
������������������������������������ |
| 1202 |
ura |
1.8 |
([freewnn:00124] ����������[freewnn:00123] ������������������) |
| 1203 |
ura |
1.7 |
|
| 1204 |
hiroo |
1.29 |
Thu Sep 16 03:40:33 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1205 |
ura |
1.6 |
|
| 1206 |
|
|
* ������ 1.1.1-a006 ������������������ |
| 1207 |
|
|
|
| 1208 |
hiroo |
1.29 |
Thu Sep 16 02:05:58 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1209 |
ura |
1.6 |
|
| 1210 |
|
|
* makerule.mk.in: ���������������������� |
| 1211 |
|
|
|
| 1212 |
|
|
* ��/Makefile.in: �������������������������������������������� |
| 1213 |
|
|
���������������� |
| 1214 |
|
|
|
| 1215 |
hiroo |
1.29 |
Thu Sep 16 01:56:04 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1216 |
ura |
1.6 |
|
| 1217 |
|
|
* Wnn/include/Makefile.in: config.h -> wnn_config.h �������������� |
| 1218 |
|
|
�������� $DESTDIR ��������������������([freewnn:00121] ������ |
| 1219 |
|
|
����������)�������������������������������������������������� |
| 1220 |
|
|
�������� rm �������������������������� |
| 1221 |
|
|
|
| 1222 |
|
|
* cWnn/man/6.jutil/Makefile.in: wnntouch.man �������������������� |
| 1223 |
|
|
������������([freewnn:00121] ����������������) |
| 1224 |
|
|
|
| 1225 |
|
|
* make install.man �������������������������������������������� |
| 1226 |
|
|
([freewnn:00121] ����������������) |
| 1227 |
|
|
|
| 1228 |
|
|
* makerule.mk.in: MANPATH �� /usr/X11R6/man ���������������������� |
| 1229 |
|
|
��������(�� @mandir@ ������)��([freewnn:00121] ����������������) |
| 1230 |
|
|
|
| 1231 |
|
|
* makerule.mk.in: ���� COMPRESSMANCMD �������������������������� |
| 1232 |
|
|
������������������������������������������ ':' ������������������ |
| 1233 |
|
|
|
| 1234 |
|
|
|
| 1235 |
hiroo |
1.29 |
Thu Sep 16 01:48:36 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1236 |
ura |
1.6 |
|
| 1237 |
|
|
* ����������������������������������������������([freewnn:00077] |
| 1238 |
|
|
������������������)���������� |
| 1239 |
|
|
[freewnn:00100] ���������������� |
| 1240 |
|
|
|
| 1241 |
hiroo |
1.29 |
Mon Sep 13 03:37:15 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1242 |
ura |
1.5 |
|
| 1243 |
|
|
* ������ patch-1.1.1-a005 ������������������ |
| 1244 |
|
|
|
| 1245 |
hiroo |
1.29 |
Mon Sep 13 03:35:56 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1246 |
ura |
1.5 |
|
| 1247 |
|
|
* �������� CONTRIBUTORS ������ |
| 1248 |
|
|
|
| 1249 |
hiroo |
1.29 |
Mon Sep 13 02:04:34 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1250 |
ura |
1.5 |
|
| 1251 |
|
|
* Wnn/include/Makefile.in: config.h �� wnn_config.h �������������� |
| 1252 |
|
|
FreeWnn ������������������������������ config.h ������������������ |
| 1253 |
|
|
������������������������������������ "ln -s wnn_config.h config.h" |
| 1254 |
|
|
���������������������� |
| 1255 |
|
|
([freewnn:00115] ��������������������) |
| 1256 |
|
|
|
| 1257 |
hiroo |
1.29 |
Mon Sep 13 01:56:19 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1258 |
ura |
1.5 |
|
| 1259 |
|
|
* configure.in: CPP �� CCOPTIONS ���������������� OS ������������ |
| 1260 |
|
|
���������������������������� OS �������������� configure �������� |
| 1261 |
|
|
������������(����������������������������) |
| 1262 |
|
|
|
| 1263 |
hiroo |
1.29 |
Sun Sep 12 23:29:59 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1264 |
ura |
1.5 |
|
| 1265 |
|
|
* AIX ����(configure, configure.in) |
| 1266 |
|
|
([freewnn:00112] Tomoyuki Niijima ��������������) |
| 1267 |
|
|
|
| 1268 |
|
|
* cpp ������������������(#line 1 "" ����������������)���������� |
| 1269 |
|
|
(AIX �� cpp ����������������)���������������������������� |
| 1270 |
|
|
Makefile.in �������� |
| 1271 |
|
|
([freewnn:00112] Tomoyuki Niijima ��������������) |
| 1272 |
|
|
Xsi/Wnn/pubdic/Makefile.in |
| 1273 |
|
|
Xsi/cWnn/cdic/Makefile.in |
| 1274 |
|
|
Xsi/kWnn/kdic/Makefile.in |
| 1275 |
|
|
Xsi/cWnn/tdic/Makefile.in |
| 1276 |
|
|
|
| 1277 |
|
|
* Xsi/makerule.mk.in: SUBDIR ������������������������������������ |
| 1278 |
|
|
([freewnn:00112] Tomoyuki Niijima ��������������) |
| 1279 |
|
|
|
| 1280 |
hiroo |
1.29 |
Fri Aug 20 03:21:52 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1281 |
ura |
1.4 |
|
| 1282 |
|
|
* ������ patch-1.1.1-a004 ������������������ |
| 1283 |
|
|
|
| 1284 |
hiroo |
1.29 |
Fri Aug 20 02:12:23 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1285 |
ura |
1.4 |
|
| 1286 |
|
|
* HP-UX 11.0 ���� |
| 1287 |
|
|
([freewnn:00079] ����������[freewnn:00081] ��������������������) |
| 1288 |
|
|
|
| 1289 |
hiroo |
1.29 |
Fri Aug 20 01:35:17 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1290 |
ura |
1.4 |
|
| 1291 |
|
|
* (������������) config.h �� wnn_config.h ����������configure �� |
| 1292 |
|
|
config.h ��������������������(��������������)�� |
| 1293 |
|
|
([freewnn:00050] ��������������������) |
| 1294 |
|
|
|
| 1295 |
hiroo |
1.29 |
Thu Aug 19 02:22:33 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1296 |
ura |
1.4 |
|
| 1297 |
|
|
* Makefile.in ���������������������������� makerule.mk ���������� |
| 1298 |
|
|
�������������� |
| 1299 |
|
|
|
| 1300 |
|
|
* �������������������������������������� make ������������������ |
| 1301 |
|
|
(����������������������������������������������!) |
| 1302 |
|
|
|
| 1303 |
|
|
* makerule.mk: WNNINCDIR �� WNNLIBDIR �� configure �������������� |
| 1304 |
|
|
��(�������� /usr/X11R6 ��������������������������) |
| 1305 |
|
|
|
| 1306 |
|
|
* install-sh �� autoconf �������������������������������� install |
| 1307 |
|
|
������������������������ FreeWnn ���������������������������� |
| 1308 |
|
|
|
| 1309 |
hiroo |
1.29 |
Sat Aug 14 02:49:58 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1310 |
ura |
1.4 |
|
| 1311 |
|
|
* Intel��BeOS ���� |
| 1312 |
|
|
([freewnn:00061] ��������������������) |
| 1313 |
|
|
|
| 1314 |
|
|
|
| 1315 |
hiroo |
1.29 |
Wed Aug 11 01:42:28 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1316 |
ura |
1.3 |
|
| 1317 |
|
|
* ������ patch-1.1.1-a003 ������������������ |
| 1318 |
|
|
|
| 1319 |
hiroo |
1.29 |
Wed Aug 11 01:00:59 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1320 |
ura |
1.3 |
|
| 1321 |
|
|
* OpenBSD/i386, HP-UX 9.X ���� |
| 1322 |
|
|
([freewnn:00045] ��������������������) |
| 1323 |
|
|
|
| 1324 |
hiroo |
1.29 |
Wed Aug 11 00:43:11 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1325 |
ura |
1.3 |
|
| 1326 |
|
|
* --prefix=dir ��������������(�������� /usr/local ����������������) |
| 1327 |
|
|
([freewnn:00036] ��������������������) |
| 1328 |
|
|
|
| 1329 |
|
|
* configure, configure.in: NetBSD ���� |
| 1330 |
|
|
([freewnn:00036] ��������������������) |
| 1331 |
|
|
|
| 1332 |
hiroo |
1.29 |
Mon Jul 28 22:27:44 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1333 |
ura |
1.2 |
|
| 1334 |
|
|
* ������ patch-1.1.1-a002 ������������������ |
| 1335 |
|
|
|
| 1336 |
hiroo |
1.29 |
Wed Jul 28 22:12:25 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1337 |
ura |
1.2 |
|
| 1338 |
ura |
1.4 |
* configure, configure.in: BSD/OS ���� (��������������������) |
| 1339 |
ura |
1.2 |
|
| 1340 |
hiroo |
1.29 |
Wed Jul 28 22:07:32 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1341 |
ura |
1.2 |
|
| 1342 |
|
|
* Wnn/jutil/wddel.c:main() ���� gets() ���������������� fgets() �� |
| 1343 |
|
|
���� ([freewnn:00024] ������SRA����������������) |
| 1344 |
|
|
|
| 1345 |
|
|
* Wnn/etc/msg.c:msg_get() ���������������������������������������� |
| 1346 |
|
|
������������������([freewnn:00024] ������SRA����������������) |
| 1347 |
|
|
|
| 1348 |
|
|
|
| 1349 |
hiroo |
1.29 |
Tue Jul 27 01:41:14 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1350 |
ura |
1.2 |
|
| 1351 |
|
|
main() ���������������� int ���������������������� |
| 1352 |
|
|
([freewnn:00024] ������SRA����������������) |
| 1353 |
|
|
Wnn/jserver/de.c |
| 1354 |
|
|
Wnn/jutil/wnnstat.c |
| 1355 |
|
|
Wnn/jutil/wnnkill.c |
| 1356 |
|
|
Wnn/jutil/wddel.c |
| 1357 |
|
|
Wnn/jutil/wdreg.c |
| 1358 |
|
|
Wnn/jutil/oldatonewa.c |
| 1359 |
|
|
Wnn/jutil/dtoa.c |
| 1360 |
|
|
Wnn/jutil/atod.c |
| 1361 |
|
|
Wnn/jutil/atof.c |
| 1362 |
|
|
Wnn/jutil/wnntouch.c |
| 1363 |
|
|
|
| 1364 |
|
|
Makefile.in ���������������� _NULLCMD_ �������������� |
| 1365 |
|
|
([freewnn:00024] ������SRA����������������)��OS ������������ |
| 1366 |
|
|
(_NULLCMD_ ��������������) echo -n �� -n ������������������������_ |
| 1367 |
|
|
NULLCMD_ ���������� Makefile.in ���������������������������������� |
| 1368 |
|
|
������������������������������������(������ ^^;)�� |
| 1369 |
|
|
|
| 1370 |
|
|
|
| 1371 |
hiroo |
1.29 |
Mon Jul 19 04:44:37 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1372 |
ura |
1.2 |
|
| 1373 |
|
|
* ������ patch-1.1.1-a001 ������������������ |
| 1374 |
|
|
|
| 1375 |
hiroo |
1.29 |
Mon Jul 19 04:02:14 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1376 |
ura |
1.1 |
|
| 1377 |
|
|
* CHANGES: �������� |
| 1378 |
|
|
|
| 1379 |
|
|
Pubdic/Makefile.in �������� |
| 1380 |
|
|
([freewnn:00013] ������DebianProject����������������) |
| 1381 |
|
|
|
| 1382 |
hiroo |
1.29 |
Mon Jul 19 03:13:38 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1383 |
ura |
1.1 |
|
| 1384 |
|
|
* CHANGES: (���������������� & ����������������) |
| 1385 |
|
|
|
| 1386 |
|
|
SunOS4.* ���������������������� configure �� configure.in ������ |
| 1387 |
|
|
|
| 1388 |
|
|
Makefile.in ���� @LN_S@ �������� -s ��������������(ln -s -s ������ |
| 1389 |
|
|
���������� SunOS 4 ��������������)���� -s ���������� |
| 1390 |
|
|
|
| 1391 |
|
|
Wnn/jserver/ddefine.h �� ctype.h ����������������������������(���� |
| 1392 |
|
|
������������������ ctype.h ����������������������������������)�� |
| 1393 |
|
|
Solaris 2.6 ������"wnn_os.h" �������������������������������� |
| 1394 |
|
|
<ctype.h> ������������������������������<ctype.h> ���������������� |
| 1395 |
|
|
����������������������������������isspace() ���������������������� |
| 1396 |
|
|
���������� warning ����������egcs �������������������������� |
| 1397 |
|
|
(Wnn/jserver/de_vars.c ������������)�� |
| 1398 |
|
|
|
| 1399 |
|
|
"char *strchr();����������������ANSI C ������<string.h> ���������� |
| 1400 |
|
|
������������������ |
| 1401 |
|
|
|
| 1402 |
|
|
|
| 1403 |
hiroo |
1.29 |
Mon Jul 19 02:58:12 1999 Tatsuo Furukawa <frkwtto at osk3.3web.ne.jp> |
| 1404 |
ura |
1.1 |
|
| 1405 |
|
|
* CHANGES: [freewnn:00013] (������DebianProject����) |
| 1406 |
|
|
|
| 1407 |
|
|
strchr() �������������������� |
| 1408 |
|
|
|