Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F169484910
D3677.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
16 KB
Referenced Files
None
Subscribers
None
D3677.diff
View Options
Index: devel/libavl/Makefile
===================================================================
--- devel/libavl/Makefile
+++ devel/libavl/Makefile
@@ -2,16 +2,29 @@
# $FreeBSD$
PORTNAME= libavl
-PORTVERSION= 1.4.0
+PORTVERSION= 2.0.3
CATEGORIES= devel
MASTER_SITES= GNU/avl
DISTNAME= avl-${PORTVERSION}
+BUILD_DEPENDS= texinfo>=5.2:${PORTSDIR}/print/texinfo \
+ tex-formats>=0:${PORTSDIR}/print/tex-formats \
+ tex-dvipsk>=0:${PORTSDIR}/print/tex-dvipsk
+
MAINTAINER= rodrigo@FreeBSD.org
COMMENT= Library for balanced binary trees
-GNU_CONFIGURE= yes
+INFO= libavl
+
+USES= gmake
+
+do-build:
+ cd ${WRKSRC} && gmake all
-INFO= avl
+do-install:
+ cd ${WRKSRC} && gmake distdir
+ ${MKDIR} ${STAGEDIR}${PREFIX}/doc && \
+ ${INSTALL_DATA} ${WRKSRC}/${DISTNAME}/${INFO}.info* ${STAGEDIR}${PREFIX}/info/ && \
+ cd ${WRKSRC} && ${COPYTREE_SHARE} ${DISTNAME} ${STAGEDIR}${PREFIX}/doc/
.include <bsd.port.mk>
Index: devel/libavl/distinfo
===================================================================
--- devel/libavl/distinfo
+++ devel/libavl/distinfo
@@ -1,2 +1,2 @@
-SHA256 (avl-1.4.0.tar.gz) = 8f6a368bad72dac4fd2586dc7a8419d47abcbbc44f4780ef1efdedbf9c42831f
-SIZE (avl-1.4.0.tar.gz) = 128589
+SHA256 (avl-2.0.3.tar.gz) = e8153fbf412681aa1cc76761c9edf698af92f18f7d0d7646cc477040c2cfbbc5
+SIZE (avl-2.0.3.tar.gz) = 1927363
Index: devel/libavl/pkg-descr
===================================================================
--- devel/libavl/pkg-descr
+++ devel/libavl/pkg-descr
@@ -1,7 +1,6 @@
-GNU libavl, a library for balanced binary trees. Balanced binary trees
-provide guaranteed O(lg n) performance for list insertion, deletion, and
-search operations. libavl is the most complete free balanced binary tree
-library on the net today, supporting AVL trees in plain, threaded, and
-right-threaded forms as well as plain red-black trees.
+GNU libavl is a library in ANSI/ISO C for the manipulation of binary trees
+and balanced binary trees. libavl is written using a literate programming
+system called TexiWEB. By way of TexiWEB, libavl is as much a textbook on
+binary trees and balanced binary trees as it is a collection of code.
-WWW: http://www.stanford.edu/~blp/avl/
+WWW: http://savannah.gnu.org/projects/avl/
Index: devel/libavl/pkg-plist
===================================================================
--- devel/libavl/pkg-plist
+++ devel/libavl/pkg-plist
@@ -1,5 +1,524 @@
-lib/libavl.a
-include/avl.h
-include/avlt.h
-include/avltr.h
-include/rb.h
+doc/avl-2.0.3/100-114.pdf
+doc/avl-2.0.3/100-114.png
+doc/avl-2.0.3/100-114.tree
+doc/avl-2.0.3/AUTHORS
+doc/avl-2.0.3/COPYING
+doc/avl-2.0.3/COPYING.DOC
+doc/avl-2.0.3/COPYING.LIB
+doc/avl-2.0.3/ChangeLog
+doc/avl-2.0.3/INSTALL
+doc/avl-2.0.3/Makefile
+doc/avl-2.0.3/NEWS
+doc/avl-2.0.3/OUTLINE
+doc/avl-2.0.3/README
+doc/avl-2.0.3/ROADMAP
+doc/avl-2.0.3/THANKS
+doc/avl-2.0.3/TODO
+doc/avl-2.0.3/afm2c
+doc/avl-2.0.3/altdef.pdf
+doc/avl-2.0.3/altdef.png
+doc/avl-2.0.3/altdef.tree
+doc/avl-2.0.3/avl-test.c
+doc/avl-2.0.3/avl.c
+doc/avl-2.0.3/avl.h
+doc/avl-2.0.3/avl.w
+doc/avl-2.0.3/avlbalex.pdf
+doc/avl-2.0.3/avlbalex.png
+doc/avl-2.0.3/avlbalex.tree
+doc/avl-2.0.3/avlcase1.pdf
+doc/avl-2.0.3/avlcase1.png
+doc/avl-2.0.3/avlcase1.tree
+doc/avl-2.0.3/avlcase2.pdf
+doc/avl-2.0.3/avlcase2.png
+doc/avl-2.0.3/avlcase2.tree
+doc/avl-2.0.3/avlcase21.pdf
+doc/avl-2.0.3/avlcase21.png
+doc/avl-2.0.3/avlcase21.tree
+doc/avl-2.0.3/avlcase22.pdf
+doc/avl-2.0.3/avlcase22.png
+doc/avl-2.0.3/avlcase22.tree
+doc/avl-2.0.3/avlcase23.pdf
+doc/avl-2.0.3/avlcase23.png
+doc/avl-2.0.3/avlcase23.tree
+doc/avl-2.0.3/avldel1.pdf
+doc/avl-2.0.3/avldel1.png
+doc/avl-2.0.3/avldel1.tree
+doc/avl-2.0.3/avldel2.pdf
+doc/avl-2.0.3/avldel2.png
+doc/avl-2.0.3/avldel2.tree
+doc/avl-2.0.3/avldel3.pdf
+doc/avl-2.0.3/avldel3.png
+doc/avl-2.0.3/avldel3.tree
+doc/avl-2.0.3/avldelre1.pdf
+doc/avl-2.0.3/avldelre1.png
+doc/avl-2.0.3/avldelre1.tree
+doc/avl-2.0.3/avldelre2.pdf
+doc/avl-2.0.3/avldelre2.png
+doc/avl-2.0.3/avldelre2.tree
+doc/avl-2.0.3/avldelre3.pdf
+doc/avl-2.0.3/avldelre3.png
+doc/avl-2.0.3/avldelre3.tree
+doc/avl-2.0.3/avlex.pdf
+doc/avl-2.0.3/avlex.png
+doc/avl-2.0.3/avlex.tree
+doc/avl-2.0.3/avlex2.pdf
+doc/avl-2.0.3/avlex2.png
+doc/avl-2.0.3/avlex2.tree
+doc/avl-2.0.3/avlex3.pdf
+doc/avl-2.0.3/avlex3.png
+doc/avl-2.0.3/avlex3.tree
+doc/avl-2.0.3/avlex4.pdf
+doc/avl-2.0.3/avlex4.png
+doc/avl-2.0.3/avlex4.tree
+doc/avl-2.0.3/avlexer.pdf
+doc/avl-2.0.3/avlexer.png
+doc/avl-2.0.3/avlexer.tree
+doc/avl-2.0.3/avlexera.pdf
+doc/avl-2.0.3/avlexera.png
+doc/avl-2.0.3/avlexera.tree
+doc/avl-2.0.3/avlins1.pdf
+doc/avl-2.0.3/avlins1.png
+doc/avl-2.0.3/avlins1.tree
+doc/avl-2.0.3/avlins2.pdf
+doc/avl-2.0.3/avlins2.png
+doc/avl-2.0.3/avlins2.tree
+doc/avl-2.0.3/avlins3.pdf
+doc/avl-2.0.3/avlins3.png
+doc/avl-2.0.3/avlins3.tree
+doc/avl-2.0.3/avlins4.pdf
+doc/avl-2.0.3/avlins4.png
+doc/avl-2.0.3/avlins4.tree
+doc/avl-2.0.3/avlmuchbal.pdf
+doc/avl-2.0.3/avlmuchbal.png
+doc/avl-2.0.3/avlmuchbal.tree
+doc/avl-2.0.3/avlmuchbal2.pdf
+doc/avl-2.0.3/avlmuchbal2.png
+doc/avl-2.0.3/avlmuchbal2.tree
+doc/avl-2.0.3/bal1.pdf
+doc/avl-2.0.3/bal1.png
+doc/avl-2.0.3/bal1.tree
+doc/avl-2.0.3/bal2.pdf
+doc/avl-2.0.3/bal2.png
+doc/avl-2.0.3/bal2.tree
+doc/avl-2.0.3/balance5.pdf
+doc/avl-2.0.3/balance5.png
+doc/avl-2.0.3/balance5.tree
+doc/avl-2.0.3/balance9.pdf
+doc/avl-2.0.3/balance9.png
+doc/avl-2.0.3/balance9.tree
+doc/avl-2.0.3/bin-ary-test.c
+doc/avl-2.0.3/bst-test.c
+doc/avl-2.0.3/bst.c
+doc/avl-2.0.3/bst.h
+doc/avl-2.0.3/bst.w
+doc/avl-2.0.3/bstdel.pdf
+doc/avl-2.0.3/bstdel.png
+doc/avl-2.0.3/bstdel.tree
+doc/avl-2.0.3/bstdel2.pdf
+doc/avl-2.0.3/bstdel2.png
+doc/avl-2.0.3/bstdel2.tree
+doc/avl-2.0.3/bstdel3.pdf
+doc/avl-2.0.3/bstdel3.png
+doc/avl-2.0.3/bstdel3.tree
+doc/avl-2.0.3/bstdel4.pdf
+doc/avl-2.0.3/bstdel4.png
+doc/avl-2.0.3/bstdel4.tree
+doc/avl-2.0.3/bstjoin.pdf
+doc/avl-2.0.3/bstjoin.png
+doc/avl-2.0.3/bstjoin.tree
+doc/avl-2.0.3/bstjoin2.pdf
+doc/avl-2.0.3/bstjoin2.png
+doc/avl-2.0.3/bstjoin2.tree
+doc/avl-2.0.3/bstjoin3.pdf
+doc/avl-2.0.3/bstjoin3.png
+doc/avl-2.0.3/bstjoin3.tree
+doc/avl-2.0.3/bstjoin4.pdf
+doc/avl-2.0.3/bstjoin4.png
+doc/avl-2.0.3/bstjoin4.tree
+doc/avl-2.0.3/bstjoin5.pdf
+doc/avl-2.0.3/bstjoin5.png
+doc/avl-2.0.3/bstjoin5.tree
+doc/avl-2.0.3/bstrot1.pdf
+doc/avl-2.0.3/bstrot1.png
+doc/avl-2.0.3/bstrot1.tree
+doc/avl-2.0.3/bstrot2.pdf
+doc/avl-2.0.3/bstrot2.png
+doc/avl-2.0.3/bstrot2.tree
+doc/avl-2.0.3/bsts.c
+doc/avl-2.0.3/catalogue.w
+doc/avl-2.0.3/check-table
+doc/avl-2.0.3/compress.pdf
+doc/avl-2.0.3/compress.png
+doc/avl-2.0.3/compress.tree
+doc/avl-2.0.3/cover.eps
+doc/avl-2.0.3/cover.pdf
+doc/avl-2.0.3/destroy.pdf
+doc/avl-2.0.3/destroy.png
+doc/avl-2.0.3/destroy.tree
+doc/avl-2.0.3/eps2png
+doc/avl-2.0.3/epstopdf
+doc/avl-2.0.3/examples.w
+doc/avl-2.0.3/extra.w
+doc/avl-2.0.3/fdl.texi
+doc/avl-2.0.3/glossary.w
+doc/avl-2.0.3/helvetica.afm
+doc/avl-2.0.3/helvetica.inc
+doc/avl-2.0.3/htmlpp
+doc/avl-2.0.3/index.png
+doc/avl-2.0.3/intro.w
+doc/avl-2.0.3/libavl.info
+doc/avl-2.0.3/libavl.info-1
+doc/avl-2.0.3/libavl.info-2
+doc/avl-2.0.3/libavl.info-3
+doc/avl-2.0.3/libavl.info-4
+doc/avl-2.0.3/libavl.w
+doc/avl-2.0.3/next.png
+doc/avl-2.0.3/notavlex.pdf
+doc/avl-2.0.3/notavlex.png
+doc/avl-2.0.3/notavlex.tree
+doc/avl-2.0.3/padding.png
+doc/avl-2.0.3/patholog1.pdf
+doc/avl-2.0.3/patholog1.png
+doc/avl-2.0.3/patholog1.tree
+doc/avl-2.0.3/patholog2.pdf
+doc/avl-2.0.3/patholog2.png
+doc/avl-2.0.3/patholog2.tree
+doc/avl-2.0.3/pavl-test.c
+doc/avl-2.0.3/pavl.c
+doc/avl-2.0.3/pavl.h
+doc/avl-2.0.3/pavl.w
+doc/avl-2.0.3/pbst-test.c
+doc/avl-2.0.3/pbst.c
+doc/avl-2.0.3/pbst.h
+doc/avl-2.0.3/pbst.w
+doc/avl-2.0.3/pbstdel1.pdf
+doc/avl-2.0.3/pbstdel1.png
+doc/avl-2.0.3/pbstdel1.tree
+doc/avl-2.0.3/pbstdel2.pdf
+doc/avl-2.0.3/pbstdel2.png
+doc/avl-2.0.3/pbstdel2.tree
+doc/avl-2.0.3/pbstsucc.pdf
+doc/avl-2.0.3/pbstsucc.png
+doc/avl-2.0.3/pbstsucc.tree
+doc/avl-2.0.3/postins.pdf
+doc/avl-2.0.3/postins.png
+doc/avl-2.0.3/postins.tree
+doc/avl-2.0.3/prb-test.c
+doc/avl-2.0.3/prb.c
+doc/avl-2.0.3/prb.h
+doc/avl-2.0.3/prb.w
+doc/avl-2.0.3/prbdr1.pdf
+doc/avl-2.0.3/prbdr1.png
+doc/avl-2.0.3/prbdr1.tree
+doc/avl-2.0.3/prbdr3.pdf
+doc/avl-2.0.3/prbdr3.png
+doc/avl-2.0.3/prbdr3.tree
+doc/avl-2.0.3/prbins1.pdf
+doc/avl-2.0.3/prbins1.png
+doc/avl-2.0.3/prbins1.tree
+doc/avl-2.0.3/prbins2.pdf
+doc/avl-2.0.3/prbins2.png
+doc/avl-2.0.3/prbins2.tree
+doc/avl-2.0.3/prbins3.pdf
+doc/avl-2.0.3/prbins3.png
+doc/avl-2.0.3/prbins3.tree
+doc/avl-2.0.3/preface.w
+doc/avl-2.0.3/preins.pdf
+doc/avl-2.0.3/preins.png
+doc/avl-2.0.3/preins.tree
+doc/avl-2.0.3/prev.png
+doc/avl-2.0.3/ranksize.pdf
+doc/avl-2.0.3/ranksize.png
+doc/avl-2.0.3/ranksize.tree
+doc/avl-2.0.3/rb-test.c
+doc/avl-2.0.3/rb.c
+doc/avl-2.0.3/rb.h
+doc/avl-2.0.3/rb.w
+doc/avl-2.0.3/rbctrex.pdf
+doc/avl-2.0.3/rbctrex.png
+doc/avl-2.0.3/rbctrex.tree
+doc/avl-2.0.3/rbdel1.pdf
+doc/avl-2.0.3/rbdel1.png
+doc/avl-2.0.3/rbdel1.tree
+doc/avl-2.0.3/rbdel2.pdf
+doc/avl-2.0.3/rbdel2.png
+doc/avl-2.0.3/rbdel2.tree
+doc/avl-2.0.3/rbdel3.pdf
+doc/avl-2.0.3/rbdel3.png
+doc/avl-2.0.3/rbdel3.tree
+doc/avl-2.0.3/rbdel4.pdf
+doc/avl-2.0.3/rbdel4.png
+doc/avl-2.0.3/rbdel4.tree
+doc/avl-2.0.3/rbdelcase2.pdf
+doc/avl-2.0.3/rbdelcase2.png
+doc/avl-2.0.3/rbdelcase2.tree
+doc/avl-2.0.3/rbdelcase3.pdf
+doc/avl-2.0.3/rbdelcase3.png
+doc/avl-2.0.3/rbdelcase3.tree
+doc/avl-2.0.3/rbdeln1.pdf
+doc/avl-2.0.3/rbdeln1.png
+doc/avl-2.0.3/rbdeln1.tree
+doc/avl-2.0.3/rbdeln2.pdf
+doc/avl-2.0.3/rbdeln2.png
+doc/avl-2.0.3/rbdeln2.tree
+doc/avl-2.0.3/rbdeln3.pdf
+doc/avl-2.0.3/rbdeln3.png
+doc/avl-2.0.3/rbdeln3.tree
+doc/avl-2.0.3/rbex.pdf
+doc/avl-2.0.3/rbex.png
+doc/avl-2.0.3/rbex.tree
+doc/avl-2.0.3/rbib1.pdf
+doc/avl-2.0.3/rbib1.png
+doc/avl-2.0.3/rbib1.tree
+doc/avl-2.0.3/rbib2.pdf
+doc/avl-2.0.3/rbib2.png
+doc/avl-2.0.3/rbib2.tree
+doc/avl-2.0.3/rbib3.pdf
+doc/avl-2.0.3/rbib3.png
+doc/avl-2.0.3/rbib3.tree
+doc/avl-2.0.3/rbins1.pdf
+doc/avl-2.0.3/rbins1.png
+doc/avl-2.0.3/rbins1.tree
+doc/avl-2.0.3/rbins2.pdf
+doc/avl-2.0.3/rbins2.png
+doc/avl-2.0.3/rbins2.tree
+doc/avl-2.0.3/rbins3.pdf
+doc/avl-2.0.3/rbins3.png
+doc/avl-2.0.3/rbins3.tree
+doc/avl-2.0.3/rbunique.pdf
+doc/avl-2.0.3/rbunique.png
+doc/avl-2.0.3/rbunique.tree
+doc/avl-2.0.3/references.w
+doc/avl-2.0.3/rootins.pdf
+doc/avl-2.0.3/rootins.png
+doc/avl-2.0.3/rootins.tree
+doc/avl-2.0.3/rootins2.pdf
+doc/avl-2.0.3/rootins2.png
+doc/avl-2.0.3/rootins2.tree
+doc/avl-2.0.3/rotation.pdf
+doc/avl-2.0.3/rotation.png
+doc/avl-2.0.3/rotation.tree
+doc/avl-2.0.3/rotdel.pdf
+doc/avl-2.0.3/rotdel.png
+doc/avl-2.0.3/rotdel.tree
+doc/avl-2.0.3/rotdel2.pdf
+doc/avl-2.0.3/rotdel2.png
+doc/avl-2.0.3/rotdel2.tree
+doc/avl-2.0.3/rotdel3.pdf
+doc/avl-2.0.3/rotdel3.png
+doc/avl-2.0.3/rotdel3.tree
+doc/avl-2.0.3/rtavl-test.c
+doc/avl-2.0.3/rtavl.c
+doc/avl-2.0.3/rtavl.h
+doc/avl-2.0.3/rtavl.w
+doc/avl-2.0.3/rtavldel1.pdf
+doc/avl-2.0.3/rtavldel1.png
+doc/avl-2.0.3/rtavldel1.tree
+doc/avl-2.0.3/rtavldel2.pdf
+doc/avl-2.0.3/rtavldel2.png
+doc/avl-2.0.3/rtavldel2.tree
+doc/avl-2.0.3/rtavlins1.pdf
+doc/avl-2.0.3/rtavlins1.png
+doc/avl-2.0.3/rtavlins1.tree
+doc/avl-2.0.3/rtavlins2.pdf
+doc/avl-2.0.3/rtavlins2.png
+doc/avl-2.0.3/rtavlins2.tree
+doc/avl-2.0.3/rtavlins3.pdf
+doc/avl-2.0.3/rtavlins3.png
+doc/avl-2.0.3/rtavlins3.tree
+doc/avl-2.0.3/rtavlins4.pdf
+doc/avl-2.0.3/rtavlins4.png
+doc/avl-2.0.3/rtavlins4.tree
+doc/avl-2.0.3/rtavlrot.pdf
+doc/avl-2.0.3/rtavlrot.png
+doc/avl-2.0.3/rtavlrot.tree
+doc/avl-2.0.3/rtbst-test.c
+doc/avl-2.0.3/rtbst.c
+doc/avl-2.0.3/rtbst.h
+doc/avl-2.0.3/rtbst.w
+doc/avl-2.0.3/rtbst1.pdf
+doc/avl-2.0.3/rtbst1.png
+doc/avl-2.0.3/rtbst1.tree
+doc/avl-2.0.3/rtbstdel.pdf
+doc/avl-2.0.3/rtbstdel.png
+doc/avl-2.0.3/rtbstdel.tree
+doc/avl-2.0.3/rtbstdel2.pdf
+doc/avl-2.0.3/rtbstdel2.png
+doc/avl-2.0.3/rtbstdel2.tree
+doc/avl-2.0.3/rtbstins.pdf
+doc/avl-2.0.3/rtbstins.png
+doc/avl-2.0.3/rtbstins.tree
+doc/avl-2.0.3/rtbstins2.pdf
+doc/avl-2.0.3/rtbstins2.png
+doc/avl-2.0.3/rtbstins2.tree
+doc/avl-2.0.3/rtbstprev.pdf
+doc/avl-2.0.3/rtbstprev.png
+doc/avl-2.0.3/rtbstprev.tree
+doc/avl-2.0.3/rtrb-test.c
+doc/avl-2.0.3/rtrb.c
+doc/avl-2.0.3/rtrb.h
+doc/avl-2.0.3/rtrb.w
+doc/avl-2.0.3/rtrbdel1.pdf
+doc/avl-2.0.3/rtrbdel1.png
+doc/avl-2.0.3/rtrbdel1.tree
+doc/avl-2.0.3/rtrbdel2.pdf
+doc/avl-2.0.3/rtrbdel2.png
+doc/avl-2.0.3/rtrbdel2.tree
+doc/avl-2.0.3/rtrbdel3.pdf
+doc/avl-2.0.3/rtrbdel3.png
+doc/avl-2.0.3/rtrbdel3.tree
+doc/avl-2.0.3/rtrbdel4.pdf
+doc/avl-2.0.3/rtrbdel4.png
+doc/avl-2.0.3/rtrbdel4.tree
+doc/avl-2.0.3/rtrbins.pdf
+doc/avl-2.0.3/rtrbins.png
+doc/avl-2.0.3/rtrbins.tree
+doc/avl-2.0.3/rtrbins2.pdf
+doc/avl-2.0.3/rtrbins2.png
+doc/avl-2.0.3/rtrbins2.tree
+doc/avl-2.0.3/rtrbins3.pdf
+doc/avl-2.0.3/rtrbins3.png
+doc/avl-2.0.3/rtrbins3.tree
+doc/avl-2.0.3/rtrbins4.pdf
+doc/avl-2.0.3/rtrbins4.png
+doc/avl-2.0.3/rtrbins4.tree
+doc/avl-2.0.3/search-alg.w
+doc/avl-2.0.3/seq-test.c
+doc/avl-2.0.3/skipback.png
+doc/avl-2.0.3/skipfwd.png
+doc/avl-2.0.3/slr.c
+doc/avl-2.0.3/srch-test.c
+doc/avl-2.0.3/table.w
+doc/avl-2.0.3/tavl-test.c
+doc/avl-2.0.3/tavl.c
+doc/avl-2.0.3/tavl.h
+doc/avl-2.0.3/tavl.w
+doc/avl-2.0.3/tavldel.pdf
+doc/avl-2.0.3/tavldel.png
+doc/avl-2.0.3/tavldel.tree
+doc/avl-2.0.3/tavldel2.pdf
+doc/avl-2.0.3/tavldel2.png
+doc/avl-2.0.3/tavldel2.tree
+doc/avl-2.0.3/tavldel3.pdf
+doc/avl-2.0.3/tavldel3.png
+doc/avl-2.0.3/tavldel3.tree
+doc/avl-2.0.3/tavlins1.pdf
+doc/avl-2.0.3/tavlins1.png
+doc/avl-2.0.3/tavlins1.tree
+doc/avl-2.0.3/tavlins2.pdf
+doc/avl-2.0.3/tavlins2.png
+doc/avl-2.0.3/tavlins2.tree
+doc/avl-2.0.3/tavlrot.pdf
+doc/avl-2.0.3/tavlrot.png
+doc/avl-2.0.3/tavlrot.tree
+doc/avl-2.0.3/tavlrot2.pdf
+doc/avl-2.0.3/tavlrot2.png
+doc/avl-2.0.3/tavlrot2.tree
+doc/avl-2.0.3/tbst-test.c
+doc/avl-2.0.3/tbst.c
+doc/avl-2.0.3/tbst.h
+doc/avl-2.0.3/tbst.w
+doc/avl-2.0.3/tbst1.pdf
+doc/avl-2.0.3/tbst1.png
+doc/avl-2.0.3/tbst1.tree
+doc/avl-2.0.3/tbstbal1.pdf
+doc/avl-2.0.3/tbstbal1.png
+doc/avl-2.0.3/tbstbal1.tree
+doc/avl-2.0.3/tbstbal2.pdf
+doc/avl-2.0.3/tbstbal2.png
+doc/avl-2.0.3/tbstbal2.tree
+doc/avl-2.0.3/tbstbal3.pdf
+doc/avl-2.0.3/tbstbal3.png
+doc/avl-2.0.3/tbstbal3.tree
+doc/avl-2.0.3/tbstcmp.pdf
+doc/avl-2.0.3/tbstcmp.png
+doc/avl-2.0.3/tbstcmp.tree
+doc/avl-2.0.3/tbstcopy.pdf
+doc/avl-2.0.3/tbstcopy.png
+doc/avl-2.0.3/tbstcopy.tree
+doc/avl-2.0.3/tbstcopy2.pdf
+doc/avl-2.0.3/tbstcopy2.png
+doc/avl-2.0.3/tbstcopy2.tree
+doc/avl-2.0.3/tbstdel1.pdf
+doc/avl-2.0.3/tbstdel1.png
+doc/avl-2.0.3/tbstdel1.tree
+doc/avl-2.0.3/tbstdel1triv.pdf
+doc/avl-2.0.3/tbstdel1triv.png
+doc/avl-2.0.3/tbstdel1triv.tree
+doc/avl-2.0.3/tbstdel2.pdf
+doc/avl-2.0.3/tbstdel2.png
+doc/avl-2.0.3/tbstdel2.tree
+doc/avl-2.0.3/tbstdel3.pdf
+doc/avl-2.0.3/tbstdel3.png
+doc/avl-2.0.3/tbstdel3.tree
+doc/avl-2.0.3/tbstdel4-2.pdf
+doc/avl-2.0.3/tbstdel4-2.png
+doc/avl-2.0.3/tbstdel4-2.tree
+doc/avl-2.0.3/tbstdel4.pdf
+doc/avl-2.0.3/tbstdel4.png
+doc/avl-2.0.3/tbstdel4.tree
+doc/avl-2.0.3/tbstdel5.pdf
+doc/avl-2.0.3/tbstdel5.png
+doc/avl-2.0.3/tbstdel5.tree
+doc/avl-2.0.3/tbstdel6.pdf
+doc/avl-2.0.3/tbstdel6.png
+doc/avl-2.0.3/tbstdel6.tree
+doc/avl-2.0.3/tbstins.pdf
+doc/avl-2.0.3/tbstins.png
+doc/avl-2.0.3/tbstins.tree
+doc/avl-2.0.3/tbstparent.pdf
+doc/avl-2.0.3/tbstparent.png
+doc/avl-2.0.3/tbstparent.tree
+doc/avl-2.0.3/test.c
+doc/avl-2.0.3/test.h
+doc/avl-2.0.3/texinfo.tex
+doc/avl-2.0.3/texitree.c
+doc/avl-2.0.3/texiweb.c
+doc/avl-2.0.3/toc.png
+doc/avl-2.0.3/trav-circ.eps
+doc/avl-2.0.3/trav-circ.pdf
+doc/avl-2.0.3/trav-circ.png
+doc/avl-2.0.3/trav-circ.sk
+doc/avl-2.0.3/trav-line.eps
+doc/avl-2.0.3/trav-line.pdf
+doc/avl-2.0.3/trav-line.png
+doc/avl-2.0.3/trav-line.sk
+doc/avl-2.0.3/trav-line.txt
+doc/avl-2.0.3/traversal.pdf
+doc/avl-2.0.3/traversal.png
+doc/avl-2.0.3/traversal.tree
+doc/avl-2.0.3/trb-test.c
+doc/avl-2.0.3/trb.c
+doc/avl-2.0.3/trb.h
+doc/avl-2.0.3/trb.w
+doc/avl-2.0.3/trbdel.pdf
+doc/avl-2.0.3/trbdel.png
+doc/avl-2.0.3/trbdel.tree
+doc/avl-2.0.3/trbdel2.pdf
+doc/avl-2.0.3/trbdel2.png
+doc/avl-2.0.3/trbdel2.tree
+doc/avl-2.0.3/trbins.pdf
+doc/avl-2.0.3/trbins.png
+doc/avl-2.0.3/trbins.tree
+doc/avl-2.0.3/trbins2.pdf
+doc/avl-2.0.3/trbins2.png
+doc/avl-2.0.3/trbins2.tree
+doc/avl-2.0.3/tree2vine.pdf
+doc/avl-2.0.3/tree2vine.png
+doc/avl-2.0.3/tree2vine.tree
+doc/avl-2.0.3/trivial.pdf
+doc/avl-2.0.3/trivial.png
+doc/avl-2.0.3/trivial.tree
+doc/avl-2.0.3/up.png
+doc/avl-2.0.3/vine.pdf
+doc/avl-2.0.3/vine.png
+doc/avl-2.0.3/vine.tree
+doc/avl-2.0.3/vine2tree.pdf
+doc/avl-2.0.3/vine2tree.png
+doc/avl-2.0.3/vine2tree.tree
+doc/avl-2.0.3/vine2tree2.pdf
+doc/avl-2.0.3/vine2tree2.png
+doc/avl-2.0.3/vine2tree2.tree
+doc/avl-2.0.3/vine2tree3.pdf
+doc/avl-2.0.3/vine2tree3.png
+doc/avl-2.0.3/vine2tree3.tree
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Sep 2, 4:18 PM (7 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37986751
Default Alt Text
D3677.diff (16 KB)
Attached To
Mode
D3677: Update devel/libavl : switch from lib to source code
Attached
Detach File
Event Timeline
Log In to Comment