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