summaryrefslogtreecommitdiff
path: root/src/utils/rbtree.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove dict, hash and rbtree from libparserutilsDaniel Silverstone2009-02-141-742/+0
| | | | svn path=/trunk/libparserutils/; revision=6512
* C89François Revel2008-11-291-2/+4
| | | | svn path=/trunk/libparserutils/; revision=5838
* Return errors from constructors and destructors.John Mark Bell2008-11-081-16/+24
| | | | svn path=/trunk/libparserutils/; revision=5652
* Have some generic dictionary implementation.John Mark Bell2008-05-101-0/+732
Even comes with testcases, which is nice. svn path=/trunk/libparserutils/; revision=4138