diff options
author | Christopher R. Hertel <crh@samba.org> | 1997-10-30 18:05:56 +0000 |
---|---|---|
committer | Christopher R. Hertel <crh@samba.org> | 1997-10-30 18:05:56 +0000 |
commit | c6205dd45e455a4a228a3411b95fa569e0ea00e1 (patch) | |
tree | d819affe8de297d1a5c6428d15914535e4cb0b98 /source/lib/interface.c | |
parent | 808a0b1be700eaf074c113f45bb5febf02d41112 (diff) | |
download | samba-c6205dd45e455a4a228a3411b95fa569e0ea00e1.tar.gz samba-c6205dd45e455a4a228a3411b95fa569e0ea00e1.tar.xz samba-c6205dd45e455a4a228a3411b95fa569e0ea00e1.zip |
Modified Files:
ubiqx/Makefile ubiqx/README.UBI
Added new modules to the Makefile. Changed the text of the README to
reflect the directory change.
Added Files:
ubiqx/ubi_AVLtree.c ubiqx/ubi_AVLtree.h
ubiqx/ubi_BinTree.c ubiqx/ubi_BinTree.h
ubiqx/ubi_SplayTree.c ubiqx/ubi_SplayTree.h
ubiqx/ubi_StackQueue.c ubiqx/ubi_StackQueue.h
ubiqx/ubi_sLinkList.c ubiqx/ubi_sLinkList.h
This is the remainder of the toolkit. A quick rundown:
sLinkList = A simple singly-linked list.
StackQueue = Implements both a stack and a queue.
dLinkList = (Not added 'cause it's already there.) A doubly-linked list.
BinTree = Base level binary tree module. (No height balancing, just
the basics.)
AVLtree = Descendant type of BinTree. Implements a height-balanced
(AVL) binary tree.
SplayTree = Descendant type of BinTree. Implements a splay-balanced
binary tree.
Renamed Files:
ubiqx/COPYING.LGPL ==> ubiqx/COPYING.LIB
This matches the naming that GNU suggests.
Diffstat (limited to 'source/lib/interface.c')
0 files changed, 0 insertions, 0 deletions