head     1.1;
branch   1.1.1;
access   ;
symbols  init:1.1.1.1 winchild:1.1.1;
locks    ; strict;
comment  @# @;


1.1
date     2008.10.13.02.47.16;  author winchild;  state Exp;
branches 1.1.1.1;
next     ;

1.1.1.1
date     2008.10.13.02.47.16;  author winchild;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@Functionality:
--------------

* add list mode to allow nodes to be inserted in any arbitrary location
* add "*_hash_iterate()" function
* add flags argument to *_list_del() that allows the listptr to be set
  to the previous or next element
* add a generic pointer type to replace *_listptr_t and *_hashptr_t ???


Code Cleanup:
-------------

* rename functions:
	*_list_next	=> *_listptr_next()
	*_list_prev	=> *_listptr_prev()
	*_hash_next	=> *_hashptr_next()
* start using "*_list_t" and "*_hash_t" instead of "*_list_t *" and
  "*_hash_t *" ?
* add prefixes to structure member field names

@


1.1.1.1
log
@initial version
@
text
@@
