
RCS file: RCS/0000readme.txt,v
Working file: 0000readme.txt
head: 1.1
branch:
locks: strict
	maoyam: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1;	selected revisions: 1
description:
The table of numeral systems.
----------------------------
revision 1.1	locked by: maoyam;
date: 2005/10/10 13:20:09;  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/10 13:20:23;  author: maoyam;  state: Exp;
Initial revision
=============================================================================

RCS file: RCS/Makefile,v
Working file: Makefile
head: 1.4
branch:
locks: strict
	maoyam: 1.4
access list:
symbolic names:
keyword substitution: kv
total revisions: 4;	selected revisions: 4
description:
make file : builds the test program of numeral() API.
----------------------------
revision 1.4	locked by: maoyam;
date: 2006/04/08 15:54:21;  author: maoyam;  state: Exp;  lines: +2 -2
Mod: added -Wall -Werror -pedantic options
----------------------------
revision 1.3
date: 2005/11/04 15:16:59;  author: maoyam;  state: Exp;  lines: +2 -2
MOD: added -Wall option of gcc
----------------------------
revision 1.2
date: 2005/10/26 17:48:52;  author: maoyam;  state: Exp;  lines: +2 -2
MOD: gcc option "-Wall" to "-pedantic"
----------------------------
revision 1.1
date: 2005/10/10 13:20:35;  author: maoyam;  state: Exp;
Initial revision
=============================================================================

RCS file: RCS/index.html,v
Working file: index.html
head: 1.7
branch:
locks: strict
	maoyam: 1.7
access list:
symbolic names:
keyword substitution: kv
total revisions: 7;	selected revisions: 7
description:
   The "numeral()" API explains.
----------------------------
revision 1.7	locked by: maoyam;
date: 2006/07/24 15:47:28;  author: maoyam;  state: Exp;  lines: +1 -1
MOD: stop to support `google' for American.
----------------------------
revision 1.6
date: 2006/07/24 15:26:28;  author: maoyam;  state: Exp;  lines: +8 -7
MOD: stop to support `google' for American style.
----------------------------
revision 1.5
date: 2006/07/22 18:07:39;  author: maoyam;  state: Exp;  lines: +87 -30
MOD: support google for American notations. And, support unvigintillion to duotrigintilliard for European notations.
----------------------------
revision 1.4
date: 2005/11/04 09:40:02;  author: maoyam;  state: Exp;  lines: +18 -11
MOD: numeral() API can translate the digit to English or American numeral representations.
----------------------------
revision 1.3
date: 2005/10/22 09:04:18;  author: maoyam;  state: Exp;  lines: +31 -1
MOD: add exponent-American notation table.
----------------------------
revision 1.2
date: 2005/10/16 09:41:10;  author: maoyam;  state: Exp;  lines: +1 -1
MOD: title tag.
----------------------------
revision 1.1
date: 2005/10/15 15:27:02;  author: maoyam;  state: Exp;
Initial revision
=============================================================================

RCS file: RCS/numeral-test.c,v
Working file: numeral-test.c
head: 1.6
branch:
locks: strict
	maoyam: 1.6
access list:
symbolic names:
keyword substitution: kv
total revisions: 6;	selected revisions: 6
description:
The test program of   numeral() API.
----------------------------
revision 1.6	locked by: maoyam;
date: 2006/07/24 15:26:57;  author: maoyam;  state: Exp;  lines: +5 -5
MOD: stop to support `google' for American style.
----------------------------
revision 1.5
date: 2006/07/22 18:09:01;  author: maoyam;  state: Exp;  lines: +28 -5
MOD: support google for American notations, and unvigintillion to duotrigintilliard for European notations.
----------------------------
revision 1.4
date: 2005/11/04 09:38:11;  author: maoyam;  state: Exp;  lines: +50 -8
MOD: numeral() API  can translate to Englis or American.
----------------------------
revision 1.3
date: 2005/10/15 15:25:18;  author: maoyam;  state: Exp;  lines: +3 -1
MOD: returns NUMERAL_ILLEGAL_ARGS, when the src is empty string (sign code only, too).
----------------------------
revision 1.2
date: 2005/10/10 17:00:40;  author: maoyam;  state: Exp;  lines: +4 -2
MOD: testpatterns : minus numeral strings.
----------------------------
revision 1.1
date: 2005/10/10 13:20:54;  author: maoyam;  state: Exp;
Initial revision
=============================================================================

RCS file: RCS/numeral.c,v
Working file: numeral.c
head: 1.9
branch:
locks: strict
	maoyam: 1.9
access list:
symbolic names:
keyword substitution: kv
total revisions: 9;	selected revisions: 9
description:
The numeral() API implementation.
----------------------------
revision 1.9	locked by: maoyam;
date: 2006/07/24 15:27:13;  author: maoyam;  state: Exp;  lines: +3 -4
MOD: stop to support `google' for American style.
----------------------------
revision 1.8
date: 2006/07/22 18:09:46;  author: maoyam;  state: Exp;  lines: +151 -108
MOD: support google for American notation, and unvigintillion to duotrigintilliard for European notation.
----------------------------
revision 1.7
date: 2005/11/04 15:17:12;  author: maoyam;  state: Exp;  lines: +2 -2
MOD: deleted unused 'i'
----------------------------
revision 1.6
date: 2005/11/04 09:38:46;  author: maoyam;  state: Exp;  lines: +175 -74
MOD: numeral() API   can translate the numeral string to English or American   numeral representations.
----------------------------
revision 1.5
date: 2005/10/26 17:44:25;  author: maoyam;  state: Exp;  lines: +12 -3
MOD: eliminate "goto" statements.
----------------------------
revision 1.4
date: 2005/10/22 09:03:41;  author: maoyam;  state: Exp;  lines: +44 -19
MOD: eliminate TRY_TO_PUT_NUMERAL macro, and add try_to_put_numeral() static function.
----------------------------
revision 1.3
date: 2005/10/15 15:25:56;  author: maoyam;  state: Exp;  lines: +2 -2
MOD: returns NUMERAL_ILLEGAL_ARGS, when the src is empty string (sign code only, too).
----------------------------
revision 1.2
date: 2005/10/10 17:01:04;  author: maoyam;  state: Exp;  lines: +36 -7
MOD: numeral() API can process minus numeral strings.
----------------------------
revision 1.1
date: 2005/10/10 13:21:10;  author: maoyam;  state: Exp;
Initial revision
=============================================================================

RCS file: RCS/numeral.h,v
Working file: numeral.h
head: 1.5
branch:
locks: strict
	maoyam: 1.5
access list:
symbolic names:
keyword substitution: kv
total revisions: 5;	selected revisions: 5
description:
The numeral() API implementation.
----------------------------
revision 1.5	locked by: maoyam;
date: 2006/07/24 15:27:29;  author: maoyam;  state: Exp;  lines: +2 -2
MOD: stop to support `google' for American style.
----------------------------
revision 1.4
date: 2006/07/22 18:10:28;  author: maoyam;  state: Exp;  lines: +2 -2
MOD: copyright   years
----------------------------
revision 1.3
date: 2005/11/04 09:39:26;  author: maoyam;  state: Exp;  lines: +13 -2
MOD: numeral() API  can translate the digits to Engkish or  American numeral representations.
----------------------------
revision 1.2
date: 2005/10/15 15:26:32;  author: maoyam;  state: Exp;  lines: +2 -2
MOD: extern statement is added.
----------------------------
revision 1.1
date: 2005/10/10 13:21:24;  author: maoyam;  state: Exp;
Initial revision
=============================================================================
