edge_weight_compare() shouldn't rely on edge_compare().
[tinc] / lib / avl_tree.c
2002-06-21 Guus Sliepens/sliepen.warande.net/sliepen.eu.org/g
2002-02-10 Guus SliepenMerging of the entire pre5 branch. release-1.0pre5
2001-02-27 Guus SliepenRemoved compiler warning.
2001-02-20 Wessel DankersImportant bugfix in avl_insert_before() and avl_insert_...
2001-02-06 Guus SliepenFix memory leak in avl_insert() if item was already...
2001-01-08 Guus Sliepen- Sign was wrong in search_closest_smaller/greater
2001-01-07 Guus Sliepen- It's 2001, all copyright notices are updated.
2001-01-06 Guus Sliepen- Changed license of AVL tree library to GPL.
2001-01-05 Guus Sliepen- AVL tree routines: faster than RBL, and also more...