Develop and Download Open Source Software

Browse CVS Repository

/[OSDN]/freewnn/FreeWnn/ChangeLog

Log of /freewnn/FreeWnn/ChangeLog

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


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Sun Jan 20 11:50:50 2019 UTC (5 years, 2 months ago) by itisango
Branch: MAIN
CVS Tags: HEAD, freewnn-1-1-1-a023-1
Changes since 1.43: +28 -1 lines
Diff to previous 1.43 , to selected 1.25
Changed for "Reproducible Buids"

FreeWnn's dictionary files (*.dic, *.fzk, *.con and *.conR) have
the current time, build host name and inode numbers
in their headers.
So binaries were not "Reproducible Buids"!
I changed the atod and atof commands.
Now, both commands can ignore
the current time, build host name and inode numbers
by "-d" option.

But FreeWnn identifies files by header information.
So "-d" option needs the "dummy device number" option argument.
I manage "dummy device number"  by "devnum.conf" files.

See also:
 <https://osdn.net/projects/freewnn/ticket/38482>
 <https://reproducible-builds.org/>


Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Sun May 17 17:24:58 2015 UTC (8 years, 10 months ago) by aonoto
Branch: MAIN
CVS Tags: freewnn-1-1-1-a023
Changes since 1.42: +15 -0 lines
Diff to previous 1.42 , to selected 1.25
- Update ChangeLog entry and version string. Added 1.1.1-a023 tag.

- Changed domain of bug-report address in AC_INIT.


Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Sat May 16 16:10:08 2015 UTC (8 years, 10 months ago) by aonoto
Branch: MAIN
Changes since 1.41: +29 -1 lines
Diff to previous 1.41 , to selected 1.25
* ChangeLog ChangeLog.en :

Document changes by aonoto.


Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Sun May 10 01:39:27 2015 UTC (8 years, 11 months ago) by itisango
Branch: MAIN
Changes since 1.40: +14 -1 lines
Diff to previous 1.40 , to selected 1.25
redefined WNN_CREATE and WNN_NO_CREATE number -> pointer

Modified Files:
	ChangeLog ChangeLog.en Wnn/include/jllib.h Wnn/jlib/jl.c
	Wnn/jlib.V3/jlv3.c


Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Sat May 9 23:42:03 2015 UTC (8 years, 11 months ago) by itisango
Branch: MAIN
Changes since 1.39: +16 -0 lines
Diff to previous 1.39 , to selected 1.25
renamed Wnn/include/jlib_hide.h -> jlib_private.h

Modified Files:
	ChangeLog ChangeLog.en Wnn/jlib/jl.c Wnn/jlib/js.c
	Wnn/jutil/wnnkill.c Wnn/jutil/wnnstat.c
	cWnn/include/Makefile.in kWnn/include/Makefile.in
Added Files:
	Wnn/include/jlib_private.h


Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Tue Sep 3 02:44:05 2013 UTC (10 years, 7 months ago) by itisango
Branch: MAIN
Changes since 1.38: +5 -0 lines
Diff to previous 1.38 , to selected 1.25
Modified Files:
	 ChangeLog ChangeLog.en :
For test of CVS checkin .


Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Mon Sep 2 11:01:38 2013 UTC (10 years, 7 months ago) by itisango
Branch: MAIN
CVS Tags: freewnn-1-1-1-a022I002
Changes since 1.37: +95 -0 lines
Diff to previous 1.37 , to selected 1.25
* 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.37 - (view) (download) (annotate) - [select for diffs]
Sun Aug 4 18:45:01 2013 UTC (10 years, 8 months ago) by aonoto
Branch: MAIN
CVS Tags: freewnn-1-1-1-a022
Branch point for: freewnn-1-1-1-a022I001
Changes since 1.36: +20 -0 lines
Diff to previous 1.36 , to selected 1.25
Update ChangeLog entry and version string. Added 1.1.1-a022 tag.


Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Sun Aug 4 17:34:00 2013 UTC (10 years, 8 months ago) by aonoto
Branch: MAIN
Changes since 1.35: +68 -1 lines
Diff to previous 1.35 , to selected 1.25
Removed strange word (pronounces as 'Hirokazu', transfers to
'Kobayashi'). Spotted by some poster of FreeWnn thread in 2ch.net
(http://toro.2ch.net/test/read.cgi/unix/1084551838/458)


Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Fri Sep 23 17:49:35 2011 UTC (12 years, 6 months ago) by aonoto
Branch: MAIN
Changes since 1.34: +451 -0 lines
Diff to previous 1.34 , to selected 1.25
Update ChangeLog . Japanese translation (of some commit entry)
will come later.


Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Sat Dec 3 08:29:31 2005 UTC (18 years, 4 months ago) by aonoto
Branch: MAIN
Changes since 1.33: +1 -1 lines
Diff to previous 1.33 , to selected 1.25
LGPL coordinator is Nakai, not 'NaGai'. (Sorry)


Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Tue Nov 29 17:30:42 2005 UTC (18 years, 4 months ago) by aonoto
Branch: MAIN
CVS Tags: freewnn-1-1-1-a021
Changes since 1.32: +36 -0 lines
Diff to previous 1.32 , to selected 1.25
Update ChangeLog and added 1.1.1-a021 tag.


Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Sat Nov 19 18:25:52 2005 UTC (18 years, 4 months ago) by aonoto
Branch: MAIN
Changes since 1.31: +208 -0 lines
Diff to previous 1.31 , to selected 1.25
Update ChangeLog to 29 Aug 2005. (Japanese translation is not available...)


Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Tue Jun 29 15:11:55 2004 UTC (19 years, 9 months ago) by hiroo
Branch: MAIN
Changes since 1.30: +46 -0 lines
Diff to previous 1.30 , to selected 1.25
* Changelog*:  update to 20 June 2003.


Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Mon Jun 28 16:25:58 2004 UTC (19 years, 9 months ago) by hiroo
Branch: MAIN
Changes since 1.29: +26 -3 lines
Diff to previous 1.29 , to selected 1.25
* Changelog*: update to 4 June 2003.
	Remove a comment about setenv(). It may have come from my misunderstandig.


Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Tue May 27 15:39:21 2003 UTC (20 years, 10 months ago) by hiroo
Branch: MAIN
Changes since 1.28: +204 -138 lines
Diff to previous 1.28 , to selected 1.25
* Changelog*: update, and replace '@' of a mail address to ' at '.


Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Sun Apr 6 07:45:18 2003 UTC (21 years ago) by hiroo
Branch: MAIN
CVS Tags: freewnn-1-1-1-a020
Changes since 1.27: +19 -0 lines
Diff to previous 1.27 , to selected 1.25
* ChangeLog*: describe previous changes.


Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Fri Jan 3 09:40:12 2003 UTC (21 years, 3 months ago) by hiroo
Branch: MAIN
Changes since 1.26: +19 -0 lines
Diff to previous 1.26 , to selected 1.25
Changelog:
Changelog.en: Update changes done in 2002.


Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Tue Sep 10 05:01:26 2002 UTC (21 years, 7 months ago) by aono
Branch: MAIN
Changes since 1.25: +1 -1 lines
Diff to previous 1.25
Fix typo (of my commit message) in ChangeLog.
s/error/errno/g (^^;;


Revision 1.25 - (view) (download) (annotate) - [selected]
Sat Sep 7 08:04:15 2002 UTC (21 years, 7 months ago) by hiroo
Branch: MAIN
Changes since 1.24: +156 -0 lines
Diff to previous 1.24
Update until 2002.09.01.


Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Sun Aug 18 19:56:03 2002 UTC (21 years, 7 months ago) by hiroo
Branch: MAIN
Changes since 1.23: +98 -2 lines
Diff to previous 1.23 , to selected 1.25
 * Changelog, Changelog.en:
   Catch up changes from 2002/05/11 to 2002/06/15.


Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sun May 12 00:41:13 2002 UTC (21 years, 11 months ago) by hiroo
Branch: MAIN
Changes since 1.22: +91 -0 lines
Diff to previous 1.22 , to selected 1.25
* Update Changelog from middle of march to now.
* Update Contributors list.


Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sun Mar 10 02:06:57 2002 UTC (22 years, 1 month ago) by hiroo
Branch: MAIN
Changes since 1.21: +52 -0 lines
Diff to previous 1.21 , to selected 1.25
Add descriptions of recent changes.


Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Mon Sep 24 08:36:12 2001 UTC (22 years, 6 months ago) by hiroo
Branch: MAIN
Changes since 1.20: +3 -0 lines
Diff to previous 1.20 , to selected 1.25
fix configure and makefile syntax error. ([freewnn:00753] T.Aono).


Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sun Sep 16 11:14:56 2001 UTC (22 years, 7 months ago) by hiroo
Branch: MAIN
Changes since 1.19: +34 -0 lines
Diff to previous 1.19 , to selected 1.25
description for the recent updates.


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Tue Aug 14 13:43:20 2001 UTC (22 years, 8 months ago) by hiroo
Branch: MAIN
Changes since 1.18: +5 -0 lines
Diff to previous 1.18 , to selected 1.25
IPv6+CPP patch [freewnn:00673] Katsuomi Hamajima, Tomoki Aono
beos patch for configure.in [freewnn:00677] Hiroaki Abe
libtoolized by libtool-1.4


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Mon Jun 18 09:09:20 2001 UTC (22 years, 9 months ago) by ura
Branch: MAIN
CVS Tags: freewnn-1-1-1-a018
Changes since 1.17: +75 -0 lines
Diff to previous 1.17 , to selected 1.25
FreeWnn-1.1.1-a018 is released.


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Thu Jun 14 18:28:51 2001 UTC (22 years, 10 months ago) by ura
Branch: MAIN
CVS Tags: freewnn-1-1-1-a017
Changes since 1.16: +45 -0 lines
Diff to previous 1.16 , to selected 1.25
FreeWnn-1.1.1-a017 is released.


Revision 1.16 - (view) (download) (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
Changes since 1.15: +22 -0 lines
Diff to previous 1.15 , to selected 1.25
FreeWnn-1.1.1-a016 is released.


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Thu Jun 14 18:08:31 2001 UTC (22 years, 10 months ago) by ura
Branch: MAIN
CVS Tags: freewnn-1-1-1-a015
Changes since 1.14: +60 -0 lines
Diff to previous 1.14 , to selected 1.25
FreeWnn-1.1.1-a015 is released.


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Thu Jun 14 17:55:28 2001 UTC (22 years, 10 months ago) by ura
Branch: MAIN
CVS Tags: freewnn-1-1-1-a014
Changes since 1.13: +39 -0 lines
Diff to previous 1.13 , to selected 1.25
FreeWnn-1.1.1-a014 is released.


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sun Jan 16 07:34:03 2000 UTC (24 years, 3 months ago) by ura
Branch: MAIN
CVS Tags: freewnn-1-1-1-a013
Changes since 1.12: +26 -1 lines
Diff to previous 1.12 , to selected 1.25
FreeWnn-1.1.1-a013 is released.


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sun Jan 16 07:30:00 2000 UTC (24 years, 3 months ago) by ura
Branch: MAIN
CVS Tags: freewnn-1-1-1-a012
Changes since 1.11: +52 -0 lines
Diff to previous 1.11 , to selected 1.25
FreeWnn-1.1.1-a012 is released.


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sun Jan 16 07:27:10 2000 UTC (24 years, 3 months ago) by ura
Branch: MAIN
CVS Tags: freewnn-1-1-1-a011
Changes since 1.10: +18 -0 lines
Diff to previous 1.10 , to selected 1.25
FreeWnn-1.1.1-a011 is released.


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sun Jan 16 07:18:30 2000 UTC (24 years, 3 months ago) by ura
Branch: MAIN
CVS Tags: freewnn-1-1-1-a010
Changes since 1.9: +8 -0 lines
Diff to previous 1.9 , to selected 1.25
FreeWnn-1.1.1-a010 is released.


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun Jan 16 07:15:49 2000 UTC (24 years, 3 months ago) by ura
Branch: MAIN
CVS Tags: freewnn-1-1-1-a009
Changes since 1.8: +18 -0 lines
Diff to previous 1.8 , to selected 1.25
FreeWnn-1.1.1-a009 is released.


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sun Jan 16 07:06:07 2000 UTC (24 years, 3 months ago) by ura
Branch: MAIN
CVS Tags: freewnn-1-1-1-a008
Changes since 1.7: +14 -1 lines
Diff to previous 1.7 , to selected 1.25
FreeWnn-1.1.1-a008 is released.


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sun Jan 16 06:55:27 2000 UTC (24 years, 3 months ago) by ura
Branch: MAIN
CVS Tags: freewnn-1-1-1-a007
Changes since 1.6: +10 -0 lines
Diff to previous 1.6 , to selected 1.25
FreeWnn-1.1.1-a007 is released.


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Jan 16 06:52:38 2000 UTC (24 years, 3 months ago) by ura
Branch: MAIN
CVS Tags: freewnn-1-1-1-a006
Changes since 1.5: +37 -0 lines
Diff to previous 1.5 , to selected 1.25
FreeWnn-1.1.1-a006 is released.


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sun Jan 16 06:46:03 2000 UTC (24 years, 3 months ago) by ura
Branch: MAIN
CVS Tags: freewnn-1-1-1-a005
Changes since 1.4: +39 -0 lines
Diff to previous 1.4 , to selected 1.25
FreeWnn-1.1.1-a005 is released.


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sun Jan 16 06:37:12 2000 UTC (24 years, 3 months ago) by ura
Branch: MAIN
CVS Tags: freewnn-1-1-1-a004
Changes since 1.3: +36 -1 lines
Diff to previous 1.3 , to selected 1.25
FreeWnn-1.1.1-a004 is released.


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Jan 16 06:01:37 2000 UTC (24 years, 3 months ago) by ura
Branch: MAIN
CVS Tags: freewnn-1-1-1-a003
Changes since 1.2: +17 -0 lines
Diff to previous 1.2 , to selected 1.25
FreeWnn-1.1.1-a003 is released.


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sun Jan 16 05:48:51 2000 UTC (24 years, 3 months ago) by ura
Branch: MAIN
CVS Tags: freewnn-1-1-1-a002
Changes since 1.1: +43 -0 lines
Diff to previous 1.1 , to selected 1.25
FreeWnn-1.1.1-a002 is released.


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sun Jan 16 05:35:32 2000 UTC (24 years, 3 months ago) by ura
Branch: MAIN
CVS Tags: freewnn-1-1-1-a001
Diff to selected 1.25
FreeWnn-1.1.1-a001 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.

  Diffs between and
  Type of Diff should be a

Sort log by:

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