Develop and Download Open Source Software

Browse CVS Repository

Diff of /freewnn/FreeWnn/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.31 by hiroo, Tue Jun 29 15:11:55 2004 UTC revision 1.32 by aonoto, Sat Nov 19 18:25:52 2005 UTC
# Line 1  Line 1 
1    /*
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  Fri, 20 Jun 2003 16:10:24 Tomoki Aono <aono at cc.osaka-kyoiku.ac.jp>  Fri, 20 Jun 2003 16:10:24 Tomoki Aono <aono at cc.osaka-kyoiku.ac.jp>
210          * Wnn/jserver/de.c:          * Wnn/jserver/de.c:
211            libwrap 対応を修正して、許可されていない host からの接続のみ拒否            libwrap 対応を修正して、許可されていない host からの接続のみ拒否

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

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