CVS update: samba/source/ubiqx

Christopher Hertel crh at samba.anu.edu.au
Fri Oct 31 05:05:56 EST 1997


Date:	Friday October 31, 1997 @ 5:05
Author:	crh

Update of /data/cvs/samba/source/ubiqx
In directory samba:/tmp/cvs-serv20526/ubiqx

Modified Files:
	Makefile README.UBI 
Added Files:
	COPYING.LIB ubi_AVLtree.c ubi_AVLtree.h ubi_BinTree.c 
	ubi_BinTree.h ubi_SplayTree.c ubi_SplayTree.h ubi_StackQueue.c 
	ubi_StackQueue.h ubi_sLinkList.c ubi_sLinkList.h 
Removed Files:
	COPYING.LGPL 
Log Message:
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.



More information about the samba-cvs mailing list