
RCS file: RCS/GPL.txt,v
Working file: GPL.txt
head: 1.1
branch:
locks: strict
	Administrator: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1;	selected revisions: 1
description:
GNU   GPL text
----------------------------
revision 1.1	locked by: Administrator;
date: 2007/10/06 15:32:56;  author: Administrator;  state: Exp;
Initial revision
=============================================================================

RCS file: RCS/Makefile,v
Working file: Makefile
head: 1.5
branch:
locks: strict
	Administrator: 1.5
access list:
symbolic names:
keyword substitution: kv
total revisions: 5;	selected revisions: 5
description:
Buffer editing API
----------------------------
revision 1.5	locked by: Administrator;
date: 2007/10/29 08:04:32;  author: Administrator;  state: Exp;  lines: +4 -2
MOD: adjust to g++
----------------------------
revision 1.4
date: 2007/10/15 15:29:57;  author: Administrator;  state: Exp;  lines: +3 -3
ADD: general substitue commands
----------------------------
revision 1.3
date: 2007/10/06 15:32:40;  author: Administrator;  state: Exp;  lines: +9 -2
MOD: options of `split'.
----------------------------
revision 1.2
date: 2007/09/17 02:46:36;  author: Administrator;  state: Exp;  lines: +6 -4
MOD: extract and delete commands are excutable.
----------------------------
revision 1.1
date: 2007/09/16 06:59:02;  author: Administrator;  state: Exp;
Initial revision
=============================================================================

RCS file: RCS/buffer_editor.c,v
Working file: buffer_editor.c
head: 1.11
branch:
locks: strict
	Administrator: 1.11
access list:
symbolic names:
keyword substitution: kv
total revisions: 11;	selected revisions: 11
description:
Buffer editing API
----------------------------
revision 1.11	locked by: Administrator;
date: 2007/10/29 08:04:41;  author: Administrator;  state: Exp;  lines: +46 -34
MOD: adjust to g++
----------------------------
revision 1.10
date: 2007/10/21 06:07:47;  author: Administrator;  state: Exp;  lines: +2 -2
MOD: changed argument name 'dir' to 'direction'
----------------------------
revision 1.9
date: 2007/10/20 13:15:43;  author: Administrator;  state: Exp;  lines: +2 -2
MOD: comments.
----------------------------
revision 1.8
date: 2007/10/20 12:36:51;  author: Administrator;  state: Exp;  lines: +3 -11
MOD: bug-fix: `substitute' structure release
----------------------------
revision 1.7
date: 2007/10/20 12:08:31;  author: Administrator;  state: Exp;  lines: +46 -25
MOD: added `pattern2_delimit' argument
----------------------------
revision 1.6
date: 2007/10/15 15:30:13;  author: Administrator;  state: Exp;  lines: +219 -86
Add: general substitute commands (like as 's/regex/substitutes/g').
----------------------------
revision 1.5
date: 2007/10/07 10:26:22;  author: Administrator;  state: Exp;  lines: +20 -20
MOD: prototyping of `buffer_edit_regcomp()', `buffer_edit_FSM()' and `buffer_edit_regfree()' (added Buffer_edit_FSM_t).
----------------------------
revision 1.4
date: 2007/10/06 16:44:09;  author: Administrator;  state: Exp;  lines: +3 -3
MOD: comments.
----------------------------
revision 1.3
date: 2007/10/06 15:33:35;  author: Administrator;  state: Exp;  lines: +903 -222
MOD: added edit commands `substitute' and `substitute_only')
----------------------------
revision 1.2
date: 2007/09/17 02:47:14;  author: Administrator;  state: Exp;  lines: +341 -1
MOD: extract and delete commands are executable.
----------------------------
revision 1.1
date: 2007/09/16 06:58:22;  author: Administrator;  state: Exp;
Initial revision
=============================================================================

RCS file: RCS/buffer_editor.h,v
Working file: buffer_editor.h
head: 1.9
branch:
locks: strict
	Administrator: 1.9
access list:
symbolic names:
keyword substitution: kv
total revisions: 9;	selected revisions: 9
description:
Buffer editing API
----------------------------
revision 1.9	locked by: Administrator;
date: 2007/10/29 08:04:47;  author: Administrator;  state: Exp;  lines: +7 -1
MOD: adjust to g++
----------------------------
revision 1.8
date: 2007/10/20 13:15:50;  author: Administrator;  state: Exp;  lines: +2 -2
MOD: comments
----------------------------
revision 1.7
date: 2007/10/20 12:08:46;  author: Administrator;  state: Exp;  lines: +9 -1
MOD: added `pattern2_delimit' argument
----------------------------
revision 1.6
date: 2007/10/15 15:30:47;  author: Administrator;  state: Exp;  lines: +7 -3
Add: general substitute commands (like as 's/regex/substitutes/g').
----------------------------
revision 1.5
date: 2007/10/07 10:27:18;  author: Administrator;  state: Exp;  lines: +6 -4
MOD: prototyping of `buffer_edit_regcomp()', `buffer_edit_FSM()' and `buffer_edit_regfree()' (added Buffer_edit_FSM_t).
----------------------------
revision 1.4
date: 2007/10/06 16:44:19;  author: Administrator;  state: Exp;  lines: +3 -3
MOD: comments.
----------------------------
revision 1.3
date: 2007/10/06 15:34:14;  author: Administrator;  state: Exp;  lines: +123 -14
MOD: added edit commands (`substitute' and `substitute_only').
----------------------------
revision 1.2
date: 2007/09/17 02:47:34;  author: Administrator;  state: Exp;  lines: +35 -1
MOD: extract and delte commands are executable.
----------------------------
revision 1.1
date: 2007/09/16 06:58:39;  author: Administrator;  state: Exp;
Initial revision
=============================================================================

RCS file: RCS/buffer_editor_test.c,v
Working file: buffer_editor_test.c
head: 1.8
branch:
locks: strict
	Administrator: 1.8
access list:
symbolic names:
keyword substitution: kv
total revisions: 8;	selected revisions: 8
description:
Buffer editing API
----------------------------
revision 1.8	locked by: Administrator;
date: 2007/10/20 13:15:54;  author: Administrator;  state: Exp;  lines: +2 -2
MOD: comments
----------------------------
revision 1.7
date: 2007/10/20 12:08:59;  author: Administrator;  state: Exp;  lines: +6 -2
MOD: added `pattern2_delimit' argument
----------------------------
revision 1.6
date: 2007/10/16 18:10:36;  author: Administrator;  state: Exp;  lines: +2 -5
MOD: reduced test cases.
----------------------------
revision 1.5
date: 2007/10/15 15:31:17;  author: Administrator;  state: Exp;  lines: +19 -5
Add: general substitute commands .
----------------------------
revision 1.4
date: 2007/10/06 15:34:37;  author: Administrator;  state: Exp;  lines: +183 -56
MOD: added edit commands (`substitute' and `substitute_only').
----------------------------
revision 1.3
date: 2007/09/17 08:28:15;  author: Administrator;  state: Exp;  lines: +9 -2
MOD: added empty, filled spaces, filled tabs lines to `srcs[]'
----------------------------
revision 1.2
date: 2007/09/17 02:47:49;  author: Administrator;  state: Exp;  lines: +151 -1
MOD: extract and delete commands are executable.
----------------------------
revision 1.1
date: 2007/09/16 06:58:49;  author: Administrator;  state: Exp;
Initial revision
=============================================================================

RCS file: RCS/index.html,v
Working file: index.html
head: 1.6
branch:
locks: strict
	Administrator: 1.6
access list:
symbolic names:
keyword substitution: kv
total revisions: 6;	selected revisions: 6
description:
Buffer editing API
----------------------------
revision 1.6	locked by: Administrator;
date: 2007/10/21 06:06:50;  author: Administrator;  state: Exp;  lines: +14 -6
MOD: changed argument name `dir' to `direction'
----------------------------
revision 1.5
date: 2007/10/20 12:09:10;  author: Administrator;  state: Exp;  lines: +6 -1
MOD: added `pattern2_delimit' argument
----------------------------
revision 1.4
date: 2007/10/15 15:31:35;  author: Administrator;  state: Exp;  lines: +18 -6
Add: general substitute commands.
----------------------------
revision 1.3
date: 2007/10/07 10:25:50;  author: Administrator;  state: Exp;  lines: +42 -5
MOD: explain of `buffer_edit_regcomp()', `buffer_edit_FSM()' and `buffer_edit_regfree()'.
----------------------------
revision 1.2
date: 2007/10/06 16:42:34;  author: Administrator;  state: Exp;  lines: +58 -8
MOD: explain of `buffer_edit()' and `buffer_edit_free()' API-s
----------------------------
revision 1.1
date: 2007/09/16 06:58:55;  author: Administrator;  state: Exp;
Initial revision
=============================================================================
