Develop and Download Open Source Software

Browse CVS Repository

Diff of /freewnn/FreeWnn/ChangeLog.en

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

revision 1.14 by hiroo, Tue Jun 29 15:11:55 2004 UTC revision 1.15 by aonoto, Sat Nov 19 18:25:52 2005 UTC
# Line 1  Line 1 
1    Mon, 29 Aug 2005 02:17:35  Tomoki AONO <aonoto at users.sourceforge.jp>
2            * Wnn/uum/Makefile.in:
3              - Fix libtool issue (Added --mode, remove .libs/ directory
4                in make clean).
5              - Stripped (not valid?) mail address of the project.
6              - Changed some line to build correctly in case
7                builddir != srcdir. (I think this don't break normal build.)
8            * [kc]Wnn/uum/Makefile.in:
9              ditto, but I'm not sure we can build kuum / cuum correctly.
10    
11    Mon, 29 Aug 2005 01:44:21  Tomoki AONO <aonoto at users.sourceforge.jp>
12            * Wnn/uum/jhlp.c:
13              Strip #include <err.h> because we don't need it and it's
14              specific to BSD. And stripped (not valid?) mail address of
15              the project.
16    
17    Mon, 13 Jun 2005 02:14:22  Tomoki AONO <aonoto at users.sourceforge.jp>
18            * Wnn/etc/bdic.c, Wnn/include/wnn_os.h, Wnn/jutil/dtoa.c:
19              Moved get_n_EU_str / get_short from Wnn/etc/bdic.c to
20              Wnn/jutil/dtoa.c .  It may be bad idea, but fix compile
21              error on strict compilers (ex. gcc4).
22    
23    Mon, 11 Apr 2005 00:26:36  Tomoki AONO <aonoto at users.sourceforge.jp>
24    
25            * CONTRIBUTORS, Wnn/etc/bcopy.c, Wnn/etc/mkdir.c, Wnn/etc/msg.c,
26              Wnn/etc/py_table.c, Wnn/etc/strings.c, Wnn/etc/yincoding.c,
27              Wnn/etc/zy_table.c, Wnn/include/commonhd.h, Wnn/include/demcom.h,
28              Wnn/include/hinsi.h, Wnn/include/hinsi_file.h,
29              Wnn/include/jd_sock.h, Wnn/include/jdata.h, Wnn/include/jh.h,
30              Wnn/include/jllib.h, Wnn/include/jslib.h, Wnn/include/msg.h,
31              Wnn/include/rk_spclval.h, Wnn/include/wnn_config.h,
32              Wnn/include/wnn_os.h, Wnn/include/wnn_string.h,
33              Wnn/include/wnnerror.h, Wnn/jlib/jl.c, Wnn/jlib/js.c,
34              Wnn/jlib/kankana.c, Wnn/jlib/wnnerrmsg.c,
35              Wnn/romkan/rk_bltinfn.c, Wnn/romkan/rk_extvars.h,
36              Wnn/romkan/rk_fundecl.h, Wnn/romkan/rk_header.h,
37              Wnn/romkan/rk_macros.h, Wnn/romkan/rk_main.c,
38              Wnn/romkan/rk_modread.c, Wnn/romkan/rk_read.c,
39              Wnn/romkan/rk_spclval.h, Wnn/romkan/rk_vars.c:
40    
41            Changed license of libwnn-related files to LGPL-2.0.
42            Thanks to the original Wnn authors and FreeWnn contributors.
43    
44            And thanks to Yukihiro Nagai (and tyoshida) for coordination
45            of this relicensing.
46    
47    Mon, 31 Jan 2005 02:14:20  Tomoki AONO <aonoto at users.sourceforge.jp>
48            * Wnn/jutil/wnnkill.c:
49              I forgot to add prototype for usage() ... (^^;
50    
51    Mon, 31 Jan 2005 02:03:50  Tomoki AONO <aonoto at users.sourceforge.jp>
52            * Wnn/jutil/wnnkill.c:
53    
54            - Use vsnprintf() within out() and use vsprintf() for systems
55              doesn't have snprintf() (avoid build error). We should
56              implement (or import) alternate snprintf() for these systems ...
57            - Added prototype of out() for strict C compilers (ex. gcc-4.0).
58            - Show simple usage if unsupported parameter is given.
59    
60    Thu, 30 Dec 2004 02:45:32  Tomoki AONO <aonoto at users.sourceforge.jp>
61            * Wnn/jserver/de_header.h:
62              Fix prototype declaration of output_file_uniq() to match
63              recent change of bdic.c .
64    
65    Sun, 21 Nov 2004 04:17:19  Tomoki AONO <aonoto at users.sourceforge.jp>
66            * COPYING.LIB:
67              My first commit to sourceforge.jp :
68              Added LGPL-2.0 COPYING file to repository. (LGPL patch by
69              Nakai switch license of libwnn-related files to GNU Lesser
70              General Public License 2, so this is not the version he (or
71              she) intends to.)
72    
73    Mon, 13 Sep 2004 01:56:55  Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp>
74            * Wnn/jlib/Makefile.in, cWnn/jlib/Makefile.in,
75              kWnn/jlib/Makefile.in:
76    
77            - Added libtool --mode options by introducing LT_CC / LT_INSTALL.
78              (This change is mainly for [ck]Wnn, but also changed Wnn to
79              match style).
80            - Cosmetic change to match style between Wnn and [ck]Wnn.
81            - My usual work to build correctly if builddir != srcdir .
82              (Probably it cannot harm normal build.)
83    
84    Sun, 15 Aug 2004 18:38:22  Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp>
85            * Wnn/jutil/Makefile.in, cWnn/jutil/Makefile.in,
86              kWnn/jutil/Makefile.in:
87    
88              - Added libtool --mode=XXX option. (by (experimentally)
89                introducing LT_LD / LT_INSTALL variable. Is this idea
90                reasonable?)
91              - Also added my change to support building in case
92                builddir != srcdir .
93    
94    Thu, 12 Aug 2004 18:03:19  Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp>
95            * Wnn/jutil/atod.c:
96              Converted strlcpy() -> strncpy(). (Portability issue)
97    
98    Tue, 20 Jul 2004 03:24:26  Hiroo Ono <hiroo at oikumene.gcd.org>
99            * Wnn/jutil/: atod.c, atorev.c, dic_head.c, oldatonewa.c, sort.c,
100              utilbdic.c, wnnkill.c, wnntouch.c:
101    
102              Conform to ISO C.
103              Bad thing with this commit is that it is not tested (even
104              not compiled). However I thought it better to commit than
105              forget, as I cannot take enough time.
106    
107    Tue, 13 Jul 2004 02:53:02  Hiroo Ono <hiroo at oikumene.gcd.org>
108            * Wnn/etc/bdic.c, Wnn/etc/pwd.c:
109              ANSIfy, and make #ifdef thing a little bit simple.
110              Added function prototypes, which are to be moved to some
111              header file.
112    
113    Wed, 30 Jun 2004 00:11:55  Hiroo Ono <hiroo at oikumene.gcd.org>
114            * ChangeLog, ChangeLog.en:
115              update to 20 June 2003.
116    
117    Tue, 29 Jun 2004 01:25:58  Hiroo Ono <hiroo at oikumene.gcd.org>
118            * ChangeLog, ChangeLog.en:
119              update to 4 June 2003.
120              Remove a comment about setenv(). It may have come from my
121              misunderstandig.
122    
123    Tue, 29 Jun 2004 01:24:35  Hiroo Ono <hiroo at oikumene.gcd.org>
124            * Wnn/jlib/Makefile.in:
125              add libtool option.
126    
127    Mon, 28 Jun 2004 00:39:11  Hiroo Ono <hiroo at oikumene.gcd.org>
128            * Contrib/dic/gerodic/g-jinmei.u:
129              gerodic: Fix あじゃこんぐ & りえ entry.
130                    They might be deleted, but for the instant just fix
131                    them.
132    
133    Sat, 19 Jun 2004 01:32:41  Hiroo Ono <hiroo at oikumene.gcd.org>
134            * Wnn/jserver/de.c:
135              Mistakenly removed "break" in rev.1.29. Revert them.
136              pointy hat to: hiroo
137    
138    Sat, 22 May 2004 01:39:31  Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp>
139            * INSTALL, INSTALL.en, config.h.in, configure, configure.in,
140              Wnn/etc/revdic.c, Wnn/jserver/Makefile.in, Wnn/jserver/do_env.c,
141              cWnn/jserver/Makefile.in, kWnn/jserver/Makefile.in:
142    
143            Commit from my work area part 2. (Bit large ...)
144    
145            Rewrote configure part of libwrap support:
146    
147            - By default, configure finds if libwrap is installed.
148            - Do AC_TRY_LINK() on both $withval=yes and $withval=PATH case.
149              (AC_CHECK_LIB() fails against original TCP wrapper ...)
150            - HAVE_LIBWRAP are defined in config.h.in, so remove "-DHAVE_LIBWRAP"
151                from CFLAGS.
152            - Changed WRAPLIBS -> WRAPLIB .
153            - Add WRAPLIB on [kc]Wnn . Also add --mode=XXX to LIBTOOL lines.
154    
155            Other changes:
156    
157            - (configure) Running generated script by autoconf-2.53 (that
158              we are using) fails on some Bourne shell family (lack of
159              LINENO support.  ex. FreeBSD). Add code to clear default
160              --with-tag (Libtool issue?).
161            - (configure) Add -no-cpp-precomp on Darwin only if you are using gcc.
162              (But I don't know other compilers running on Darwin.)
163            - (configure) Use $ac_install_sh to mkdir Contrib/dic/gerodic .
164            - (do_env.c) Convert non-printable character for logging on
165              JS_OPEN / JS_CONNECT. Partial fix of Bugtraq id 7918
166              ([freewnn:01002]).
167              Please don't install jserver as setuid *root* ... (^^;)
168            - (revdic.c) Fix compiler warnings.
169            - (some Makefiles) Some lines changed to build correctly if
170              builddir != srcdir. (I think this don't break normal build.)
171    
172    Fri, 21 May 2004 22:55:53  Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp>
173            * configure.in:
174              Commit from my work area: Change indention of help string in
175              configure.  (Cosmetic issue only.)
176    
177    Sun, 25 Apr 2004 03:56:40  Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp>
178            * Wnn/pubdicplus/Makefile.in, cWnn/cdic/Makefile.in,
179              cWnn/tdic/Makefile.in, kWnn/kdic/Makefile.in:
180    
181              Some CPP (ex. cpp bundled with Mac OS X 10.3 Developers CD)
182              adds "#pragma" line, so strip these lines before processing
183              atof.  Inspired by Makoto Fujiwara's Web diary (2004/Mar/01).
184    
185              This change includes part of my modification (in case
186              builddir != srcdir), but it doesn't affect to normal build ...
187    
188    Thu, 20 Nov 2003 19:31:59  Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp>
189            * Wnn/jserver/de.c:
190              Don't use is_internet_socket if --without-libwrap (quick &
191              dirty fix). Spotted by Makoto Fujiwara (in his Web diary).
192    
193    Sat,  8 Nov 2003 15:26:06  Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp>
194            * Wnn/jlib/js.c:
195            If we use s[0..6] (in get_serv_defs()), we should declare s[7].
196            Found in RawHide package (1.11-39) (and probably in Fedora / Red Hat
197            Enterprise Linux package). Spotted to (at least) Red Hat
198            by d.binderman at virgin.net .
199    
200    Tue, 16 Sep 2003 20:42:13  Tomoki AONO <aono at cc.osaka-kyoiku.ac.jp>
201            * Contrib/dic/gerodic/g-jinmei.u:
202              Fix translation of 'morisu' -> 'Morris' (not '*N*orris').
203              Spotted by Fe2+ ([freewnn:01006]).
204  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>
205          * Wnn/jserver/de.c:          * Wnn/jserver/de.c:
206            Correct libwrap support code to properly deny disallowed hosts.            Correct libwrap support code to properly deny disallowed hosts.

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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