Skip to content

Commit

Permalink
IME Proxy canna2imm32 1.0.0 (released 2004-03-09)
Browse files Browse the repository at this point in the history
This commit was expanded from `canna2imm32-1.0.0-1-src.tar.bz2` as below:

```console
$ ls -l --time-style="+%F %T" canna2imm32-1.0.0-1-src.tar.bz2 | awk '($3=$4="")||1'
-rw-r--r--+ 1   119354 2004-03-09 02:59:12 canna2imm32-1.0.0-1-src.tar.bz2

$ tar tvf canna2imm32-1.0.0-1-src.tar.bz2
-rw-r--r-- arai/Administrators 0 2004-03-08 19:23 canna2imm32-1.0.0-1.patch
-rwxr-xr-x arai/Administrators 6265 2004-03-08 19:23 canna2imm32-1.0.0-1.sh
-rw-r--r-- arai/Administrators 115368 2004-03-08 19:23 canna2imm32-1.0.0.tar.bz2

$ tar xf canna2imm32-1.0.0-1-src.tar.bz2

$ tar xf canna2imm32-1.0.0.tar.bz2 --strip-components=1

```

```timestamp
2003-12-24 21:11:49.000000000 +0900	'AUTHORS'
2000-08-03 23:40:10.000000000 +0900	'COPYING'
2004-03-04 19:26:20.000000000 +0900	'ChangeLog'
2004-01-16 20:50:19.000000000 +0900	'Makefile.am'
2004-01-16 21:10:48.000000000 +0900	'Makefile.in'
2003-12-24 21:02:57.000000000 +0900	'NEWS'
2003-12-24 21:03:02.000000000 +0900	'README'
2004-02-16 15:58:54.000000000 +0900	'ReadMe1st.txt'
2004-01-16 18:53:01.000000000 +0900	'aclocal.m4'
2004-01-16 18:00:54.000000000 +0900	'canna2imm32rc'
2000-08-03 23:40:10.000000000 +0900	'cannaproto.c'
2000-08-03 23:40:10.000000000 +0900	'cannaproto.h'
2004-01-22 17:24:46.000000000 +0900	'cannasocket.c'
2000-08-03 23:40:10.000000000 +0900	'cannasocket.h'
2004-01-16 18:53:12.000000000 +0900	'configure'
2004-01-16 17:47:04.000000000 +0900	'configure.in'
2004-01-26 18:44:48.000000000 +0900	'constdef.h'
2004-01-26 18:17:08.000000000 +0900	'def.h'
2000-08-03 23:40:10.000000000 +0900	'esecanna_orig/4DEVELOPERS.jp'
2000-09-16 15:55:51.000000000 +0900	'esecanna_orig/CHANGES.jp'
2000-09-16 16:03:41.000000000 +0900	'esecanna_orig/CREDITS'
2000-09-09 12:38:30.000000000 +0900	'esecanna_orig/INSTALL.jp'
2000-09-09 12:37:14.000000000 +0900	'esecanna_orig/README.First.jp'
2000-09-09 12:38:39.000000000 +0900	'esecanna_orig/README.jp'
2004-01-26 19:34:00.000000000 +0900	'imewrapper.c'
2000-08-03 23:40:10.000000000 +0900	'imewrapper.h'
2000-08-03 23:40:10.000000000 +0900	'install-sh'
2003-10-30 20:08:38.000000000 +0900	'libtool'
2000-08-03 23:40:10.000000000 +0900	'ltconfig'
2000-08-03 23:40:10.000000000 +0900	'ltmain.sh'
2004-02-20 01:38:19.000000000 +0900	'main.c'
2004-02-20 01:29:12.000000000 +0900	'misc.c'
2004-02-20 01:17:16.000000000 +0900	'misc.h'
2000-08-03 23:40:11.000000000 +0900	'missing'
2000-08-03 23:40:11.000000000 +0900	'mkinstalldirs'
2004-03-08 19:19:33.000000000 +0900	'winimm.c'
2004-01-26 18:34:39.000000000 +0900	'winimm.h'
```
  • Loading branch information
kou1okada committed Mar 8, 2004
0 parents commit 0f0653d
Show file tree
Hide file tree
Showing 37 changed files with 21,983 additions and 0 deletions.
6 changes: 6 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
��������Ȗ{�̂ɂ‚��Ă� CREDITS ���Q�Ƃ��Ă��������B

winimm.c/winimm.h �ɂ‚��Ă�
Yasuyuki ARAI <arai@mlb.co.jp>
����Ƃ��܂����B�o�O������܂����炲�A�����������B

339 changes: 339 additions & 0 deletions COPYING

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
2004.03.04 Y.Arai
�Eresize_pause �̎��ɁA�����A������������Ƃ����𒴂����Ȃ��̂��C��
12 changes: 12 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
AUTOMAKE_OPTIONS = foreign

sbin_PROGRAMS = canna2imm32

canna2imm32_SOURCES = cannaproto.c cannasocket.c imewrapper.c main.c misc.c winimm.c cannaproto.h cannasocket.h constdef.h def.h imewrapper.h misc.h winimm.h

canna2imm32_LDADD =

EXTRA_DIST = esecanna_orig/4DEVELOPERS.jp esecanna_orig/CHANGES.jp esecanna_orig/INSTALL.jp \
esecanna_orig/README.First.jp esecanna_orig/README.jp \
ReadMe1st.txt AUTHORS ChangeLog COPYING NEWS README canna2imm32rc
sysconf_DATA = canna2imm32rc
Loading

0 comments on commit 0f0653d

Please sign in to comment.