
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/16 15:14:09;  author: maoyam;  state: Exp;
Initial revision
=============================================================================

RCS file: RCS/Makefile,v
Working file: Makefile
head: 1.6
branch:
locks: strict
	maoyam: 1.6
access list:
symbolic names:
keyword substitution: kv
total revisions: 6;	selected revisions: 6
description:
The make file builds the test program of days.c.
----------------------------
revision 1.6	locked by: maoyam;
date: 2006/05/05 08:26:36;  author: maoyam;  state: Exp;  lines: +2 -2
Mod: duplicated gcc -pedantic options.
----------------------------
revision 1.5
date: 2006/04/08 15:21:33;  author: maoyam;  state: Exp;  lines: +2 -2
Mod: added -Werror -pedantic -Wall options
----------------------------
revision 1.4
date: 2005/11/04 14:39:14;  author: maoyam;  state: Exp;  lines: +2 -2
MOD: added -Wall option of gcc
----------------------------
revision 1.3
date: 2005/10/26 16:28:40;  author: maoyam;  state: Exp;  lines: +2 -2
MOD: gcc option "-std=c99 -pedantic"
----------------------------
revision 1.2
date: 2005/10/18 15:21:52;  author: maoyam;  state: Exp;  lines: +2 -2
MOD. test target output days.out*.txt.
----------------------------
revision 1.1
date: 2005/10/16 15:14:20;  author: maoyam;  state: Exp;
Initial revision
=============================================================================

RCS file: RCS/days-test.c,v
Working file: days-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 program for testing of days.c.
----------------------------
revision 1.6	locked by: maoyam;
date: 2006/07/08 14:21:00;  author: maoyam;  state: Exp;  lines: +2 -2
MOD: copyright years.
----------------------------
revision 1.5
date: 2006/05/05 08:24:52;  author: maoyam;  state: Exp;  lines: +73 -3
Add: days_count_to_date_str() API.
----------------------------
revision 1.4
date: 2005/10/25 14:20:25;  author: maoyam;  state: Exp;  lines: +89 -2
ADD: get_day_of_year() API.
----------------------------
revision 1.3
date: 2005/10/19 18:42:03;  author: maoyam;  state: Exp;  lines: +4 -4
MOD: Bug-Fix: get_ymd() AD.0 1 1 is illegal date.  days_count() mistakes the sum of days count.
----------------------------
revision 1.2
date: 2005/10/18 15:22:10;  author: maoyam;  state: Exp;  lines: +120 -5
ADD* days_count() and diff_dates() API-s.
----------------------------
revision 1.1
date: 2005/10/16 15:14:38;  author: maoyam;  state: Exp;
Initial revision
=============================================================================

RCS file: RCS/days.c,v
Working file: days.c
head: 1.11
branch:
locks: strict
	maoyam: 1.11
access list:
symbolic names:
keyword substitution: kv
total revisions: 11;	selected revisions: 11
description:
This C Source implements is_valid_date() and date_in_English() API-s.
----------------------------
revision 1.11	locked by: maoyam;
date: 2006/07/08 14:21:42;  author: maoyam;  state: Exp;  lines: +9 -14
MOD: make `days_count_to_date_str()' to be faster.
----------------------------
revision 1.10
date: 2006/05/05 08:25:08;  author: maoyam;  state: Exp;  lines: +79 -7
Add: days_count_to_date_str() API.
----------------------------
revision 1.9
date: 2005/10/26 16:29:03;  author: maoyam;  state: Exp;  lines: +8 -8
MOD: several variables must be initialized at the decalarion pass.
----------------------------
revision 1.8
date: 2005/10/25 14:20:40;  author: maoyam;  state: Exp;  lines: +45 -10
ADD: get_day_of_year() API.
----------------------------
revision 1.7
date: 2005/10/23 07:06:00;  author: maoyam;  state: Exp;  lines: +2 -2
MOD: changed comment "AC." to "AD.".
----------------------------
revision 1.6
date: 2005/10/23 06:59:12;  author: maoyam;  state: Exp;  lines: +2 -2
MOD: changed comment "AC.0" to "AC.1".
----------------------------
revision 1.5
date: 2005/10/19 18:43:04;  author: maoyam;  state: Exp;  lines: +4 -5
MOD: Bug-Fix: get_ymd() (AD.0/01/01 is illegal date.)  days_count() mistales the sum of days count.
----------------------------
revision 1.4
date: 2005/10/18 17:25:46;  author: maoyam;  state: Exp;  lines: +2 -2
  MOD: "initialize errno" comment.
----------------------------
revision 1.3
date: 2005/10/18 15:22:36;  author: maoyam;  state: Exp;  lines: +67 -5
ADD: days_count() and diff_dates() API-s.
----------------------------
revision 1.2
date: 2005/10/17 15:39:06;  author: maoyam;  state: Exp;  lines: +24 -7
MOD: date format and get_ymd() is changed in "arguments are illegal" test.
----------------------------
revision 1.1
date: 2005/10/16 15:14:52;  author: maoyam;  state: Exp;
Initial revision
=============================================================================

RCS file: RCS/days.h,v
Working file: days.h
head: 1.8
branch:
locks: strict
	maoyam: 1.8
access list:
symbolic names:
keyword substitution: kv
total revisions: 8;	selected revisions: 8
description:
This C header defines is_valid_date() and date_in_English() API-s.
----------------------------
revision 1.8	locked by: maoyam;
date: 2006/07/08 14:22:51;  author: maoyam;  state: Exp;  lines: +2 -2
MOD: copyright years.
----------------------------
revision 1.7
date: 2006/05/05 08:25:19;  author: maoyam;  state: Exp;  lines: +23 -2
Add: days_count_to_date_str() API.
----------------------------
revision 1.6
date: 2005/10/26 16:28:00;  author: maoyam;  state: Exp;  lines: +4 -1
MOD: snprintf() prototyping for executing "gcc -std=c99..."
----------------------------
revision 1.5
date: 2005/10/25 14:20:49;  author: maoyam;  state: Exp;  lines: +15 -1
ADD: get_day_of_year() API.
----------------------------
revision 1.4
date: 2005/10/23 07:06:14;  author: maoyam;  state: Exp;  lines: +2 -2
MOD: comments "AC." to "AD.".
----------------------------
revision 1.3
date: 2005/10/23 06:59:31;  author: maoyam;  state: Exp;  lines: +2 -2
MOD: changed comment "AC.0" to "AC.1".
----------------------------
revision 1.2
date: 2005/10/18 15:22:53;  author: maoyam;  state: Exp;  lines: +39 -1
ADD: days_count() and diff_dates() API-s.
----------------------------
revision 1.1
date: 2005/10/16 15:15:17;  author: maoyam;  state: Exp;
Initial revision
=============================================================================

RCS file: RCS/index.html,v
Working file: index.html
head: 1.3
branch:
locks: strict
	maoyam: 1.3
access list:
symbolic names:
keyword substitution: kv
total revisions: 3;	selected revisions: 3
description:
Explaine the days API-s
----------------------------
revision 1.3	locked by: maoyam;
date: 2006/05/05 08:25:30;  author: maoyam;  state: Exp;  lines: +26 -1
Add: dats_count_to_date_str() API.
----------------------------
revision 1.2
date: 2005/10/25 14:20:59;  author: maoyam;  state: Exp;  lines: +22 -1
ADD: get_day_of_year() API.
----------------------------
revision 1.1
date: 2005/10/22 12:06:13;  author: maoyam;  state: Exp;
Initial revision
=============================================================================
