summaryrefslogtreecommitdiff
path: root/source/ubi_dLinkList.c
Commit message (Collapse)AuthorAgeFilesLines
* need includes.h to compile on some systems (eg. sunos4)Andrew Tridgell1997-10-281-0/+1
|
* This code manages a simple doubly-linked list.Christopher R. Hertel1997-10-161-0/+146
|
* After generating some discussion, listening to the opinions, and thinkingChristopher R. Hertel1997-10-101-152/+0
| | | | | about it for a while, I've decided to move the tree & list code into a separate subdirectory.
* This is my library of lists and trees. My hope is to replace all of theChristopher R. Hertel1997-10-091-0/+152
hard coded linked lists that are currently used in Samba with calls to these modules. This should make the code simpler, smaller, and (I hope) faster. The tree code, in particular, should speed up processing where large lists are involved. Chris -)-----