
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/18 18:23:16;  author: maoyam;  state: Exp;
Initial revision
=============================================================================

RCS file: RCS/Makefile,v
Working file: Makefile
head: 1.3
branch:
locks: strict
	maoyam: 1.3
access list:
symbolic names:
keyword substitution: kv
total revisions: 3;	selected revisions: 3
description:
Makefile for sort_linked_list.c
----------------------------
revision 1.3	locked by: maoyam;
date: 2007/01/21 11:03:42;  author: maoyam;  state: Exp;  lines: +9 -1
MOD: checked within `splint (secure program lint)'
----------------------------
revision 1.2
date: 2006/04/08 18:16:44;  author: maoyam;  state: Exp;  lines: +2 -2
Mod: added -Werror option
----------------------------
revision 1.1
date: 2005/05/21 16:13:42;  author: maoyam;  state: Exp;
Initial revision
=============================================================================

RCS file: RCS/index.html,v
Working file: index.html
head: 1.4
branch:
locks: strict
	maoyam: 1.4
access list:
symbolic names:
keyword substitution: kv
total revisions: 4;	selected revisions: 4
description:
Documentation of sort_linked_list.c
----------------------------
revision 1.4	locked by: maoyam;
date: 2005/06/26 07:57:44;  author: maoyam;  state: Exp;  lines: +45 -102
Add: machine translation link.
----------------------------
revision 1.3
date: 2005/06/04 11:39:29;  author: maoyam;  state: Exp;  lines: +130 -31
Changed: explanations of the API using.
Changed: explaining codes bug fixed.
Added: 'index'  output optional argument.
Changed: 'nodes_n' argument typed 'ssize_t'.
Change: 'sort_datum...()' and 'sort_nodes_...()' macros changed arguments.
Change: types of English words.  checked aith 'aspell'.
----------------------------
revision 1.2
date: 2005/05/28 06:57:38;  author: maoyam;  state: Exp;  lines: +134 -3
Add: sort_datum_in_linked_list and sort_nodes_in_linked_list macro explanations.
----------------------------
revision 1.1
date: 2005/05/21 16:13:54;  author: maoyam;  state: Exp;
Initial revision
=============================================================================

RCS file: RCS/sort_linked_list.c,v
Working file: sort_linked_list.c
head: 1.6
branch:
locks: strict
	maoyam: 1.6
access list:
symbolic names:
keyword substitution: kv
total revisions: 6;	selected revisions: 6
description:
Sorting linked list utility in C.
----------------------------
revision 1.6	locked by: maoyam;
date: 2007/01/21 11:04:44;  author: maoyam;  state: Exp;  lines: +27 -15
MOD: bug fix (initialize temporary variables (saved_vector, vector)
MOD: bug fix (free the vector, if invoker doesn't specify `index' arg)
MOD: checked with in `splint (secure program lint)'
----------------------------
revision 1.5
date: 2005/10/18 18:23:36;  author: maoyam;  state: Exp;  lines: +3 -1
MOD: initialize errno in external functions
----------------------------
revision 1.4
date: 2005/06/04 11:31:02;  author: maoyam;  state: Exp;  lines: +133 -38
Add: 'index' optional argument: output   the address of the no  node addresses index.
Changed: this API can sort the ring-buffer and l  looped-linear-graph, too.
Changed: if the number of nodes is one, this API dosen't execute 'qsort()'.
Changed: t  typos of comments, checked using 'aspell'.
----------------------------
revision 1.3
date: 2005/05/31 15:32:51;  author: maoyam;  state: Exp;  lines: +12 -4
Changed: sort_linked_list(): test the sorting datum or nodes before initialize vector[].
----------------------------
revision 1.2
date: 2005/05/28 06:53:50;  author: maoyam;  state: Exp;  lines: +15 -10
Changed: sort_linked_list(): sorting  nodes on list, the list is unidirection or bidirection case sencitive.
----------------------------
revision 1.1
date: 2005/05/21 16:12:47;  author: maoyam;  state: Exp;
Initial revision
=============================================================================

RCS file: RCS/sort_linked_list.h,v
Working file: sort_linked_list.h
head: 1.3
branch:
locks: strict
	maoyam: 1.3
access list:
symbolic names:
keyword substitution: kv
total revisions: 3;	selected revisions: 3
description:
Sorting linked list utility in C.
----------------------------
revision 1.3	locked by: maoyam;
date: 2005/06/04 11:36:05;  author: maoyam;  state: Exp;  lines: +65 -28
Add: index optional arghuments.
Changed: 2 macros arguments.
Changed: types of comments.  checked with 'aspell'.
----------------------------
revision 1.2
date: 2005/05/28 06:55:41;  author: maoyam;  state: Exp;  lines: +54 -1
Add: sort_datum_in_linked_list and sort_nodes_in_linked_list macros using sort_linked_list() utikkity.
----------------------------
revision 1.1
date: 2005/05/21 16:13:15;  author: maoyam;  state: Exp;
Initial revision
=============================================================================

RCS file: RCS/unit_test.c,v
Working file: unit_test.c
head: 1.5
branch:
locks: strict
	maoyam: 1.5
access list:
symbolic names:
keyword substitution: kv
total revisions: 5;	selected revisions: 5
description:
unit test for sort_linked_list.c
----------------------------
revision 1.5	locked by: maoyam;
date: 2007/01/21 11:08:03;  author: maoyam;  state: Exp;  lines: +123 -71
MOD: checked within `splint (secure program lint)'
----------------------------
revision 1.4
date: 2006/04/08 18:16:56;  author: maoyam;  state: Exp;  lines: +73 -71
Mod: printf formatt (type casting)
----------------------------
revision 1.3
date: 2005/06/04 11:37:05;  author: maoyam;  state: Exp;  lines: +475 -41
Add: -L command option: this option executes 'looped linear graph and ring-buffer' sorting.
Add: set_index() helper function.
Changed: show_list() prints 'index' array.
Change: types of comments.  checked sith 'aspell'.
----------------------------
revision 1.2
date: 2005/05/28 06:56:29;  author: maoyam;  state: Exp;  lines: +127 -49
Add: sort_datum_in_linked_list() and sort_nodes_in_linked_list() tests, the each cases on unidirection and bidirection c    linked lists.
----------------------------
revision 1.1
date: 2005/05/21 16:13:28;  author: maoyam;  state: Exp;
Initial revision
=============================================================================

RCS file: RCS/unit_test.bash,v
Working file: unit_test.bash
head: 1.1
branch:
locks: strict
	maoyam: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1;	selected revisions: 1
description:
Test shell script for sort_linked_list() API
----------------------------
revision 1.1	locked by: maoyam;
date: 2007/01/21 11:40:58;  author: maoyam;  state: Exp;
Initial revision
=============================================================================
