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.6 by hiroo, Sun May 12 00:41:13 2002 UTC revision 1.7 by hiroo, Sun Aug 18 19:56:03 2002 UTC
# Line 1  Line 1 
1    
2    Sat Jun 15 13:11:45 UTC 2002  Hiroo Ono <hiroo@oikumene.gcd.org>
3            * acconfig.h:
4              Added RETSIGTYPE_VOID hack taken from EB Library
5              <URI:http://www.sra.co.jp/people/m-kasahr/eb/>.
6            * configure.in:
7              Removed -DCSRG_BASED for CCOPTIONS of *BSD.
8              Aggregated AC_CHECK_HEADERS and AC_CHECK_FUNCS parameter
9              to reduce the size of configure a little.
10              Cosmetic change in AC_CHECK_TYPES usage.
11              Added RETSIGTYPE_VOID hack taken from EB Library.
12              Suppress Makefile generation for each language when
13              they are disabled.
14              Add getdtablesize() check.
15            * config.h.in, configure: regenerate. (GNU Autoconf 2.53)
16            * Wnn/include/wnn_os.h:
17              bzero/memset, strchr/index strrchr/rindex glue.
18              SIGNALRETURNSINT replaced by RETSIGTYPE and RETSIGTYPE_VOID.
19              Newly define WNN_NFD for temporal file descriptor number hack.
20            * Wnn/jlib/getopt.c, jl.c, js.c,
21              Wnn/jserver/initjserv.c,
22              Wnn/romkan/rk_header.h:
23              Include config.h and wnn_os.h if not, and get rid of BSD42 macro.
24            * Wnn/jserver/de.c:
25              Use WNN_NFD for temporal file descriptor number hack.
26            * Wnn/jserver/de_header.h, error.c,
27              Wnn/uum/jhlp.c:
28              Replace to RETSIGTYPE and RETSIGTYPE_VOID.
29              Use WNN_NFD for temporal file descriptor number hack.
30            * Wnn/uum/sheader.h:
31              A trivial change in comment.
32            * Wnn/uum/wnnrc_op.c:
33              Get rid of BSD42 macro.
34    
35    Fri Jun 14 19:39:30 UTC 2002  Hiroo Ono <hiroo@oikumene.gcd.org>
36            * Makefile.in: use $(RM) for remove command.
37    
38    Thu Jun 13 21:27:51 UTC 2002  Hiroo Ono <hiroo@oikumene.gcd.org>
39            * FreeWnn/Wnn/uum/jhlp.c, termio.c:
40              Change own setenv() definition to not to print out error message
41              and getting one more parameter for compatibility.
42              Print out setenv() error message at the caller side.
43            * FreeWnn/Wnn/uum/termcap.c: curses header inclusion.
44            * FreeWnn/Wnn/uum/sheader.h: cleanup.
45    
46    Mon Jun 10 22:15:23 UTC 2002  Hiroo Ono <hiroo@oikumene.gcd.org>
47            * PubdicPlus/pod.c: Include config.h.
48    
49    Sun Jun 09 11:08:41 UTC 2002  Hiroaki Abe <h-abe@pc.highway.ne.jp>
50            * FreeWnn/configure.in:
51              Add libbind.so check for BeOS R5.1.
52    
53    Mon May 27 16:33:52 UTC 2002  Hiroo Ono <hiroo@oikumene.gcd.org>
54            * Wnn/pubdicplus/Makefile.in:
55              Put $(TOP) to include path so that <config.h> can be included.
56    
57    Sat May 25 11:24:47 UTC 2002  Hiroo Ono <hiroo@oikumene.gcd.org>
58            * FreeWnn/PubdicPlus/ fzk.con, fzk.attr, fzk.jircon:
59              Enhancement for verb ([wnn-users 973],[wnn-users 975] Y.Katayama).
60              Enhancement for prefix ([wnn-users 978] Fe2+(T.Matsui)).
61    
62    Sat May 25 05:57:43 UTC 2002  Hiroo Ono <hiroo@oikumene.gcd.org>
63            * Wnn/jserver/ MALLOC.c, malloc.c: Remove malloc() wrapper.
64    
65    Sun May 12 22:51:18 UTC 2002  Hiroo Ono <hiroo@oikumene.gcd.org>
66            * Wnn/conv/cvt_key.c: Remove qualifier register.
67            * Wnn/uum/setutmp.c:
68              Correct the parameter of setenv().
69              Include necessary system headers.
70            * kWnn/jserver/Makefile.in, kWnn/include/Makefile.in,
71              cWnn/jserver/Makefile.in, cWnn/include/Makefile.in,
72              Wnn/jserver/Makefile.in:
73              Remove wnn_malloc.h and malloc.c
74            * Wnn/etc/ msg.c, vasprintf.c,
75              Wnn/jlib/ jl.c, js.c, kankana.c,
76              Wnn/jlib.V3/jlv3.c,
77              Wnn/jserver/ b_index.c, daibun_kai.c, de.c, dispatch.c,
78                      do_env.c, error.c, fzk.c, get_kaiarea.c,
79                      hinsi_list.c,initjserv.c, jikouho.c, jikouho_d.c,
80                      mknode0.c, mknode1.c, mknode2.c, readfile.c,
81              Wnn/jutil/ atod.c, atorev.c, dtoa.c, ujisf.c, wddel.c,
82                      wdreg.c, wnnstat.c,
83              Wnn/uum/ basic_op.c, history.c, prologue.c, screen.c,
84                      termcap.c, uif.c, wnnrc_op.c:
85              Include stdlib.h (or malloc.h) for malloc() family.
86              Remove prototype for malloc().
87              Include some other system headers.
88            * Wnn/uum/sheader.h: Remove unnecessary prototypes.
89            * Makefile.in: Add removal of autoconf 2.53 generated
90                    files in distclean.
91    
92    Sun May 12 01:01:47 UTC 2002  Hiroo Ono <hiroo@oikumene.gcd.org>
93            * CONTRIBUTEORS: update
94            * configure.in, configure, config.h.in:
95              Check for bcopy/bzero/bcmp.
96            * Wnn/etc/bcopy.c:
97              Check for bcopy/bzero/bcmp.
98              Remove qualifier register.
99    
100  Sat May 11 13:03:37 UTC 2002  Hiroo Ono <hiroo@oikumene.gcd.org>  Sat May 11 13:03:37 UTC 2002  Hiroo Ono <hiroo@oikumene.gcd.org>
101          * INSTALL INSTALL.en          * INSTALL INSTALL.en: Update.
           Update.  
102    
103  Tue May 07 22:26:30 UTC 2002  Hiroo Ono <hiroo@oikumene.gcd.org>  Tue May 07 22:26:30 UTC 2002  Hiroo Ono <hiroo@oikumene.gcd.org>
104          * Wnn/etc/msg.c:          * Wnn/etc/msg.c:

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

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