perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch]" -print`
[freeradius.git] / src / lib / rbtree.c
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2004-02-25 aland NIL != NULL
2004-02-24 aland More calls to free
2004-02-23 aland Added node2data function.
2004-02-19 aland Added "number of elements" function, maily for debugging.
2004-02-17 aland Clean up minor stuff
2004-02-17 aland Made the red-black tree code "live" in dictionary...
2004-02-16 aland A simple API for red-black trees. Tested somewhat...