[Freewnn-cvs 132] CVS update: FreeWnn/Wnn/uum

Back to archive index

itisa****@users***** itisa****@users*****
2013年 9月 2日 (月) 20:01:40 JST


Date:	Monday September 02, 2013 @ 20:01
Author:	itisango

Update of /cvsroot/freewnn/FreeWnn/Wnn/uum
In directory sf-cvs:/tmp/cvs-serv2231/Wnn/uum

Modified Files:
	basic_op.c header.c history.c inspect.c jhlp.c jikouho.c 
	jis_in.c jutil.c key_bind.c kuten.c printf.c prologue.c 
	screen.c sdefine.h select_ele.c sheader.h termio.c touroku.c 
	ttyfdslot.c uif.c wnnrc_op.c 
Log Message:
* ChangeLog.en ChangeLog: 
Added a message .

* Branched 1.1.1-a022I001 by <bkbin****@rinku*****@>

* Merged many patches from openSUSE:

Please see also:
http://sourceforge.jp/projects/freewnn/lists/archive/users/2013-September/000183.html
https://build.opensuse.org/package/show/M17N/fwnn

- modified: Wnn/jutil/wdreg.c
I found type missmatches in main() .
Old code gave "" to js_dic_file_create(),
but js_dic_file_create()'s argument has a w_char * type .
So added w_char W_CHAR_NUL_STR[] = { 0 };
and gave it to js_dic_file_create() .

- modified: cWnn/include/Makefile.in cWnn/jserver/Makefile.in
kWnn/include/Makefile.in

Added header files .
So changed Makefile.in .

- new file: Wnn/include/conv.h Wnn/include/etc.h
Wnn/include/jlib_hide.h Wnn/include/jutil.h Wnn/include/romkan.h
- modified: Wnn/conv/cvt_key.c Wnn/conv/cvt_read.c Wnn/etc/bdic.c
Wnn/etc/dic_atojis.c Wnn/etc/gethinsi.c Wnn/etc/hindo.c Wnn/etc/msg.c
Wnn/etc/pwd.c Wnn/etc/revdic.c Wnn/etc/sstrings.c Wnn/etc/xutoj.c
Wnn/etc/yincoding.c Wnn/include/jdata.h Wnn/include/jllib.h
Wnn/include/jslib.h Wnn/include/msg.h Wnn/jlib.V3/jlv3.c Wnn/jlib/jl.c
Wnn/jlib/js.c Wnn/jserver/daibn_kai.c Wnn/jserver/de.c
Wnn/jserver/de_header.h Wnn/jserver/do_dic_env.c
Wnn/jserver/do_filecom.c Wnn/jserver/do_henkan.c
Wnn/jserver/do_henkan1.c Wnn/jserver/do_hindo_s.c Wnn/jserver/fzk.c
Wnn/jserver/get_kaiarea.c Wnn/jserver/hinsi_list.c Wnn/jserver/jbiki.c
Wnn/jserver/jbiki_b.c Wnn/jserver/jikouho.c Wnn/jserver/jikouho_d.c
Wnn/jserver/jishoop.c Wnn/jserver/jishosub.c Wnn/jserver/mknode0.c
Wnn/jserver/mknode1.c Wnn/jserver/mknode2.c Wnn/jserver/rd_jishoop.c
Wnn/jserver/readfile.c Wnn/jserver/sisheng.c Wnn/jserver/w_string.c
Wnn/jutil/atod.c Wnn/jutil/atof.c Wnn/jutil/atorev.c
Wnn/jutil/dic_head.c Wnn/jutil/dtoa.c Wnn/jutil/oldatonewa.c
Wnn/jutil/ujisf.c Wnn/jutil/wddel.c Wnn/jutil/wdreg.c
Wnn/jutil/wnnkill.c Wnn/jutil/wnnstat.c Wnn/jutil/wnntouch.c
Wnn/romkan/rk_bltinfn.c Wnn/uum/basic_op.c Wnn/uum/header.c
Wnn/uum/history.c Wnn/uum/inspect.c Wnn/uum/jhlp.c Wnn/uum/jikouho.c
Wnn/uum/jis_in.c Wnn/uum/jutil.c Wnn/uum/key_bind.c Wnn/uum/kuten.c
Wnn/uum/printf.c Wnn/uum/prologue.c Wnn/uum/screen.c Wnn/uum/sdefine.h
Wnn/uum/select_ele.c Wnn/uum/sheader.h Wnn/uum/termio.c
Wnn/uum/touroku.c Wnn/uum/ttyfdslot.c Wnn/uum/uif.c Wnn/uum/wnnrc_op.c
Prototype declarations for reducing compilation warnings .
- modified: Wnn/jserver/hinsi_list.c
I found a bug in make_hinsi_list(), then fixed it .
Please see also:
http://lists.opensuse.org/opensuse-ja/2013-08/msg00035.html

- modified: Wnn/include/msg.h
Bugfix: In openSUSE 13.1 Milestone 3,
uum could not get error messages .
This issue's cause is that we forgot prototype declaration
of msg_get() in Wnn/include/msg.h .
http://lists.opensuse.org/opensuse-ja/2013-08/msg00014.html
http://sourceforge.jp/projects/freewnn/lists/archive/users/2013-August/000140.html

- modified: Wnn/include/jllib.h Wnn/include/jslib.h
Wnn/include/wnn_string.h Wnn/jlib/jl.c Wnn/jserver/error.c
Wnn/jutil/atod.c Wnn/romkan/rk_bltinfn.c Wnn/romkan/rk_fundecl.h
Wnn/romkan/rk_main.c Wnn/romkan/rk_modread.c Wnn/romkan/rk_read.c
Xwnmo/xwnmo/do_socket.c
Added many prototype declarations .

- modified: PubdicPlus/ctopd.c PubdicPlus/wtopd.c
Added #include <string.h> and <unistd.h> .

- modified: Wnn/jlib.V3/jlv3.c
Fixed casts in jd_dicadd() .

- modified: Wnn/jserver/error.c Xwnmo/xwnmo/do_socket.c
Changed some types of variables .

- modified: Wnn/jlib/jl.c Wnn/jlib/js.c
Modified definication of message_out() .
Modified argument's types:
jl_connect_lang(), jl_open_lang(), create_pwd_file(),
jl_set_env_wnnrc(), jl_set_env_wnnrc1(), create_file(),
make_dir_rec1(), make_dir1(), call_error_handler(), message_out() ...
Fixed casts .

- modified:   Wnn/jserver/de.c
Added signal handler .
Server's exit status changed .




Freewnn-cvs メーリングリストの案内
Back to archive index