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.7 by hiroo, Sun Aug 18 19:56:03 2002 UTC revision 1.8 by hiroo, Sat Sep 7 08:04:15 2002 UTC
# Line 1  Line 1 
1    
2    Sun Sep 01 17:48:26 UTC 2002  Hiroo Ono <hiroo@oikumene.gcd.org>
3            * configure.in: added check for FD_SET() and AC_HEADER_TIME.
4            * configure:
5              config.h.in: regenerate.
6            * Wnn/jserver/initjserv.c:
7              small style fix.
8            * Wnn/jserver/de.c:
9              Change prototypes to C89 style, modify error message.
10              Use the type fd_set and functions FD_* for select(2) parameters.
11            * Wnn/jserver/de_header.h:
12              Change some prototypes to C89 format.
13              Change struct wnn_file->area type to void*.
14            * Wnn/jserver/renbn_kai.c:
15              Change prototypes to C89 style,
16              error1 -> log_err/log_debug conversion.
17            * Wnn/jserver/readfile.c:
18              Change prototypes to C89 style,
19              error1 -> log_err/log_debug conversion.
20    
21    Mon Aug 26 09:27:23 UTC 2002  Tomoki Aono <aono@cc.osaka-kyoiku.ac.jp>
22            * Wnn/uum/jhlp.c:
23              #include <error.h> instead of <sys/error.h>.
24    
25    Sat Aug 24 18:11:53 UTC 2002  Hiroo Ono <hiroo@oikumene.gcd.org>
26            * Wnn/jserver/de.c:
27              Change prototypes to C89 style.
28              Remove commented out function.
29    
30    Fri Aug 16 17:30:29 UTC 2002  Hiroo Ono <hiroo@oikumene.gcd.org>
31            * Wnn/jserver/b_index.c:
32              Change prototypes to C89 style.
33              error1 -> log_err/debug conversion.
34    
35    Thu Aug 15 10:31:04 UTC 2002  Tomoki Aono <aono@cc.osaka-kyoiku.ac.jp>
36            * Wnn/jserver/de.c:
37              Clear user_name and host_name of deleted client struct
38             to display username correctly in log_debug()/log_error().
39              Possible typo fix for IBM compilers (CLINET -> CLIENT).
40    
41    Mon Aug 12 16:25:48 UTC 2002  Hiroo Ono <hiroo@oikumene.gcd.org>
42            * jserver/de_header.h:
43              Permit double inclusion.
44              Add option_flag variable.
45            * jserver/ddefine.h:
46              jserver/fzk.h:
47              jserver/kaiseki.h:
48               Permit double inclusion.
49            * jserver/de.c:
50              Include <sys/time.h>
51              Change DOFORK macro to option_flag variable.
52              error1() -> log_debug() change.
53            * jserver/de_vars.c:
54              Add option_flag variable.
55            * jserver/do_filecom.c:
56              Remove fopen() prototype.
57            * jserver/error.c:
58              Avoid printing garbage when c_c->user_name has invalid value.
59            * jserver/initjserv.c:
60              Rearrange prototypes.
61              Change read_default() implementation to a little more sofisticated
62              way using strtok(). (at least I do think so).
63              Add debug messages to read_default().
64              Change read_default_files() buffer size to EXPAND_PATH_LENGTH+1.
65              Remove commented out function.
66    
67    Sun Jul 14 04:19:54 UTC 2002  Hiroo Ono <hiroo@oikumene.gcd.org>
68            * PubdicPlus/fzk.con:
69              PubdicPlus/fzk.fzkattr:
70              PubdicPlus/fzk.shuutan:
71              Comment out identifier trailing to #endif.
72            * Wnn/jserver/de_header.h:
73              Change the prototypes of functions defined in intjserv.c
74              in C89 style.
75            * Wnn/jserver/initjserv.c:
76              Replace change_ascii_to_int() to atoi() in standard library.
77              Corrected the parameter for atoi() in get_bcksla().
78            * Wnn/jutil/atod.c:
79              Wnn/jutil/atof.c:
80              Wnn/jutil/oldatonewa.c:
81              Wnn/jutil/ujisf.c:
82              Wnn/jutil/wnntouch.c:
83              Wnn/jserver/do_filecom.c:
84              Wnn/jserver/error.c:
85              Wnn/jserver/sisheng.c:
86              Wnn/jlib.V3/jlv3.c:
87              Wnn/etc/dic_atojis.c:
88              Wnn/etc/msg.c:
89              Wnn/etc/sstrings.c:
90              PubdicPlus/pod.c:     Include string(s).h.
91    
92    Sat Jun 22 17:58:58 UTC 2002  Tomoki Aono <aono@cc.osaka-kyoiku.ac.jp>
93            * Wnn/manual/4.cmd/jserver:
94              Wnn/man/4.cmd/jserver.man:
95              Added description about jserver -v option.
96    
97    Sat Jun 22 13:26:22 UTC 2002  Hiroo Ono <hiroo@oikumene.gcd.org>
98            * CONTRIBUTORS:
99              List the contributors for pubdic+ enhancement (from wnn-users).
100              Added Mr.Ishida for the fix in Wnn/jserver/de.c [freewnn:00383].
101            * acconfig.h:
102              Remove HAVE_RAND_MAX, which is superfluous.
103            * configure.in:
104              Remove HAVE_RAND_MAX, which is superfluous.
105              check `random()'.
106            * configure, config.h.in: Regenerate.
107            * Wnn/jserver/de.c:
108              Buffer overflow fix. (by Mr.Ishida, [freewnn:00383]).
109              Use SDRAND defined in wnn_os.h.
110            * Wnn/jserver/do_henkan1.c:
111              Remove needless NULL macro.
112            * Wnn/jserver/do_hindo_s.c:
113              Remove RAND() macro and use DRAND() defined in wnn_os.h.
114            * Wnn/jserver/error.c:
115              Comment out errono printing.
116            * Wnn/etc/bdic.c:
117              Replace index to strchr (OS dependency is dealt in wnn_os.h).
118            * Wnn/include/wnn_os.h:
119              Anternate strchr/strrchr/bcopy if they are not found.
120              Select pseudo-random number generation method.
121              standard rand() is too bad and BSD decendants seem to have random().
122            * Wnn/jlib/jl.c:
123              Use RAND() defined in wnn_os.h.
124            * Wnn/jlib.V3/jlv3.c:
125              Remove bzero macro. it is defined in wnn_os.h if needed.
126            * Xwnmo/xjutil/jutil.c:
127              Include appropriate headers.
128            * Wnn/uum/Makefile.in:
129              Remove the macro SIGNAL_DEFINES which is not used.
130            * Wnn/uum/jhlp.c:
131              Remove OS dependency check for strchr/index. It is in wnn_os.h now.
132            * Wnn/uum/screen.c:
133              Remove OS dependency check for strchr/index. It is in wnn_os.h now.
134            * Wnn/uum/setutmp.c:
135              Replace rindex to strrchr (OS dependency is dealt in wnn_os.h).
136              Include sdefine.h, sheader.h, and remove prototypes.
137            * Wnn/uum/sheader.h:
138              Add prototype for ttyfdslot() in ttyfdslot.c.
139            * Wnn/uum/ttyfdslot.c:
140              Include appropriate headers and remove prototypes.
141            * Wnn/uum/uif.c:
142              Remove OS dependency check for strchr/index. It is in wnn_os.h now.
143            * Wnn/uum/wnnrc_op.c:
144              Remove prototype for system library function.
145    
146    Fri Jun 21 19:39:47 UTC 2002  Hiroo Ono <hiroo@oikumene.gcd.org>
147            * Wnn/include/wnn_malloc.h: Removed.
148    
149    Mon Jun 17 17:28:54 UTC 2002  Hiroo Ono <hiroo@oikumene.gcd.org>
150            * configure.in:
151              Passes autoconf 2.13 again. (cf.[freewnn:00872])
152              Look for getopt().
153            * config.h.in:
154              configure: Regenerate by GNU Autoconf 2.53.
155            * Wnn/include/wnn_os.h:
156              Add #endif forgotten in rev.1.10 (cf.[freewnn:00874]).
157            * Wnn/jlib/getopt.c:
158              Enable only when the system do not have getopt()(cf.[freewnn:00874]).
159    
160  Sat Jun 15 13:11:45 UTC 2002  Hiroo Ono <hiroo@oikumene.gcd.org>  Sat Jun 15 13:11:45 UTC 2002  Hiroo Ono <hiroo@oikumene.gcd.org>
161          * acconfig.h:          * acconfig.h:
162            Added RETSIGTYPE_VOID hack taken from EB Library            Added RETSIGTYPE_VOID hack taken from EB Library

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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