
RCS file: RCS/EUC_code_counter.c,v
Working file: EUC_code_counter.c
head: 1.12
branch:
locks: strict
	maoyam: 1.12
access list:
symbolic names:
keyword substitution: kv
total revisions: 12;	selected revisions: 12
description:
EUC-JP code character counter and sub-string getter library.
----------------------------
revision 1.12	locked by: maoyam;
date: 2006/04/16 07:48:52;  author: maoyam;  state: Exp;  lines: +94 -1
Ass: strcpy_EUCJP() API
----------------------------
revision 1.11
date: 2006/04/15 15:54:45;  author: maoyam;  state: Exp;  lines: +8 -3
Mod: count_of_controls member
----------------------------
revision 1.10
date: 2006/03/18 13:29:50;  author: maoyam;  state: Exp;  lines: +66 -1
ADD: trim_EUCJP_spaces() API.
----------------------------
revision 1.9
date: 2006/01/22 14:54:53;  author: maoyam;  state: Exp;  lines: +6 -2
MOD: substr_of_euc_code_string(): added delimits argument that specifies delimit characters for metric of displaying (maybe "\n" is specified).
----------------------------
revision 1.8
date: 2005/10/26 16:42:43;  author: maoyam;  state: Exp;  lines: +23 -11
MOD: eliminate "goto" statements. and type-casting to "char *". and several variables must be initialized before use it.
----------------------------
revision 1.7
date: 2005/10/22 19:52:56;  author: maoyam;  state: Exp;  lines: +52 -78
ADD: get_character_size() static function.
----------------------------
revision 1.6
date: 2005/10/22 10:53:29;  author: maoyam;  state: Exp;  lines: +1 -2
MOD: eliminate undef GET_WIDTH.
----------------------------
revision 1.5
date: 2005/10/22 10:50:33;  author: maoyam;  state: Exp;  lines: +35 -35
MOD: eliminate GET_?WIDTH macro. bug-fixed.
----------------------------
revision 1.4
date: 2005/10/18 16:13:14;  author: maoyam;  state: Exp;  lines: +7 -1
MOD: checked using "aspell check".
----------------------------
revision 1.3
date: 2005/10/09 11:51:31;  author: maoyam;  state: Exp;  lines: +2 -2
FIX: substr API: width specified, this doesn't refer the str_sz argument.
----------------------------
revision 1.2
date: 2005/10/09 11:42:41;  author: maoyam;  state: Exp;  lines: +45 -15
MOD: all API-s has str_sz arguments.
----------------------------
revision 1.1
date: 2005/10/02 12:11:12;  author: maoyam;  state: Exp;
Initial revision
=============================================================================

RCS file: RCS/EUC_code_counter.h,v
Working file: EUC_code_counter.h
head: 1.7
branch:
locks: strict
	maoyam: 1.7
access list:
symbolic names:
keyword substitution: kv
total revisions: 7;	selected revisions: 7
description:
EUC-JP code character counter and sub-string getter library.
----------------------------
revision 1.7	locked by: maoyam;
date: 2006/04/16 07:49:02;  author: maoyam;  state: Exp;  lines: +7 -4
Add: strcpy_EUCJP() API
----------------------------
revision 1.6
date: 2006/04/15 15:55:05;  author: maoyam;  state: Exp;  lines: +39 -2
Mod: ount_of_controls member
Add: definitions of ASCII control codes
----------------------------
revision 1.5
date: 2006/03/18 13:30:08;  author: maoyam;  state: Exp;  lines: +14 -1
ADD: trim_EUCJP_spaces() API.
----------------------------
revision 1.4
date: 2006/01/22 14:56:27;  author: maoyam;  state: Exp;  lines: +2 -1
MOD: substr_of_euc_code_string(): added delimits argument that specifies delimit characters for metric of displaying (maybe "\n" is  specified).
----------------------------
revision 1.3
date: 2005/10/16 04:29:18;  author: maoyam;  state: Exp;  lines: +5 -5
MOD: count_euc_characters_as_sjis macro.
----------------------------
revision 1.2
date: 2005/10/09 11:43:08;  author: maoyam;  state: Exp;  lines: +16 -1
MOD: all API-s has str_sz argument.
----------------------------
revision 1.1
date: 2005/10/02 12:11:54;  author: maoyam;  state: Exp;
Initial revision
=============================================================================

RCS file: RCS/GPL.txt,v
Working file: GPL.txt
head: 1.1
branch:
locks: strict
	maoyam: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1;	selected revisions: 1
description:
GNU General Public License.
----------------------------
revision 1.1	locked by: maoyam;
date: 2005/10/09 11:43:21;  author: maoyam;  state: Exp;
Initial revision
=============================================================================

RCS file: RCS/Gaiji.txt.sjis,v
Working file: Gaiji.txt.sjis
head: 1.1
branch:
locks: strict
	maoyam: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1;	selected revisions: 1
description:
EUC-JP G3 code page encoding SJIS.
----------------------------
revision 1.1	locked by: maoyam;
date: 2005/10/16 04:27:18;  author: maoyam;  state: Exp;
Initial revision
=============================================================================

RCS file: RCS/Makefile,v
Working file: Makefile
head: 1.5
branch:
locks: strict
	maoyam: 1.5
access list:
symbolic names:
keyword substitution: kv
total revisions: 5;	selected revisions: 5
description:
Makefiel for "EUC_code_counter.c"
----------------------------
revision 1.5	locked by: maoyam;
date: 2006/04/08 15:24:14;  author: maoyam;  state: Exp;  lines: +2 -2
Mod: added -Werror -pedantic options
----------------------------
revision 1.4
date: 2005/11/04 14:46:32;  author: maoyam;  state: Exp;  lines: +2 -2
MOD; added -Wall option of gcc
----------------------------
revision 1.3
date: 2005/10/26 16:41:43;  author: maoyam;  state: Exp;  lines: +2 -2
MOD: gcc option "-Wall" to "-pedantic"
----------------------------
revision 1.2
date: 2005/10/16 04:29:08;  author: maoyam;  state: Exp;  lines: +7 -1
ADD: test target.
----------------------------
revision 1.1
date: 2005/10/02 12:12:46;  author: maoyam;  state: Exp;
Initial revision
=============================================================================

RCS file: RCS/ascii.txt,v
Working file: ascii.txt
head: 1.1
branch:
locks: strict
	maoyam: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1;	selected revisions: 1
description:
Test data file (ascii only)
----------------------------
revision 1.1	locked by: maoyam;
date: 2005/10/09 11:43:33;  author: maoyam;  state: Exp;
Initial revision
=============================================================================

RCS file: RCS/euc.txt,v
Working file: euc.txt
head: 1.1
branch:
locks: strict
	maoyam: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1;	selected revisions: 1
description:
Test Data   File (EUC-JP within Hankaku-Kana 5 characters).
----------------------------
revision 1.1	locked by: maoyam;
date: 2005/10/09 11:43:48;  author: maoyam;  state: Exp;
Initial revision
=============================================================================

RCS file: RCS/index.html,v
Working file: index.html
head: 1.6
branch:
locks: strict
	maoyam: 1.6
access list:
symbolic names:
keyword substitution: kv
total revisions: 6;	selected revisions: 6
description:
Expains count_euc_code_characters(), count_euc_character_as_sjis() and substr_of_euc_code_string() API-s.
----------------------------
revision 1.6	locked by: maoyam;
date: 2006/04/16 07:49:15;  author: maoyam;  state: Exp;  lines: +23 -2
Add: strcpy_EUCJP() API
----------------------------
revision 1.5
date: 2006/04/15 15:55:33;  author: maoyam;  state: Exp;  lines: +2 -0
Mod: count_of_controls member
----------------------------
revision 1.4
date: 2006/03/18 13:30:22;  author: maoyam;  state: Exp;  lines: +20 -0
ADD: trim_EUCJP_spaces() API.
----------------------------
revision 1.3
date: 2006/01/22 14:58:14;  author: maoyam;  state: Exp;  lines: +5 -1
MOD: substr_of_euc_code_string(): added delimits argument taht specidies delimit characters for metri of displaying (mayve "\n" is specified).
----------------------------
revision 1.2
date: 2005/10/16 09:38:36;  author: maoyam;  state: Exp;  lines: +1 -1
MOD; title tag.
----------------------------
revision 1.1
date: 2005/10/16 04:29:40;  author: maoyam;  state: Exp;
Initial revision
=============================================================================

RCS file: RCS/unit_test.c,v
Working file: unit_test.c
head: 1.9
branch:
locks: strict
	maoyam: 1.9
access list:
symbolic names:
keyword substitution: kv
total revisions: 9;	selected revisions: 9
description:
Unit test program for "EUC_code_counter.c" library.
----------------------------
revision 1.9	locked by: maoyam;
date: 2006/04/16 07:49:26;  author: maoyam;  state: Exp;  lines: +83 -2
Add: strcpy_EUCJP() API
----------------------------
revision 1.8
date: 2006/04/15 15:55:43;  author: maoyam;  state: Exp;  lines: +172 -105
Mod: count_of_controls member
----------------------------
revision 1.7
date: 2006/03/18 13:30:34;  author: maoyam;  state: Exp;  lines: +43 -1
ADD: trim_EUCJP_spaces() API.
----------------------------
revision 1.6
date: 2006/01/22 14:57:23;  author: maoyam;  state: Exp;  lines: +12 -10
MOD: substr_of_euc_code_string(): added delimits argumrnt that specifies delimit characters for metric of displaying (maybe "\n" is specified).
----------------------------
revision 1.5
date: 2005/11/04 14:46:54;  author: maoyam;  state: Exp;  lines: +6 -6
MOD: added void* cast for printf-format   "%p"
----------------------------
revision 1.4
date: 2005/10/26 16:42:03;  author: maoyam;  state: Exp;  lines: +6 -5
MOD: type-casting arg#1 of count_euc_code_characters().
----------------------------
revision 1.3
date: 2005/10/16 04:27:43;  author: maoyam;  state: Exp;  lines: +2 -2
MOD: eliminate futile space.
----------------------------
revision 1.2
date: 2005/10/09 11:44:13;  author: maoyam;  state: Exp;  lines: +26 -11
MOD: all API-s has str_sz argument.
----------------------------
revision 1.1
date: 2005/10/02 12:12:24;  author: maoyam;  state: Exp;
Initial revision
=============================================================================
