Browse CVS Repository
Log of /freewnn/FreeWnn/PubdicPlus/ctopd.c
Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs] Mon Sep 2 11:01:39 2013 UTC (10 years, 7 months ago) by itisango Branch: MAIN CVS Tags: HEAD, freewnn-1-1-1-a022I002, freewnn-1-1-1-a023, freewnn-1-1-1-a023-1 Changes since 1.2: +2 -1 lines Diff to previous 1.2 * ChangeLog.en ChangeLog: Added a message . * Branched 1.1.1-a022I001 by <bkbin005@rinku.zaq.ne.jp@> * 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 . Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs] Thu Jun 14 18:15:54 2001 UTC (22 years, 10 months ago) by ura Branch: MAIN CVS Tags: freewnn-1-1-1-a016, freewnn-1-1-1-a017, freewnn-1-1-1-a018, freewnn-1-1-1-a020, freewnn-1-1-1-a021, freewnn-1-1-1-a022 Branch point for: freewnn-1-1-1-a022I001 Changes since 1.1: +51 -40 lines Diff to previous 1.1 FreeWnn-1.1.1-a016 is released. Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs] Sun Jan 16 07:06:08 2000 UTC (24 years, 3 months ago) by ura Branch: MAIN CVS Tags: freewnn-1-1-1-a008, freewnn-1-1-1-a009, freewnn-1-1-1-a010, freewnn-1-1-1-a011, freewnn-1-1-1-a012, freewnn-1-1-1-a013, freewnn-1-1-1-a014, freewnn-1-1-1-a015 FreeWnn-1.1.1-a008 is released. This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
|