summaryrefslogtreecommitdiff
path: root/src/utils/dict.c
Commit message (Expand)AuthorAgeFilesLines
* Remove dict, hash and rbtree from libparserutilsDaniel Silverstone2009-02-141-283/+0
* Silence doxygen warnings.John Mark Bell2009-01-091-1/+4
* C89François Revel2008-11-291-3/+8
* Return errors from dictionary constructor/destructorJohn Mark Bell2008-11-091-12/+21
* Return errors from constructors and destructors.John Mark Bell2008-11-081-4/+4
* Rather more optimal data comparator -- compare data lengths first then, if th...John Mark Bell2008-08-011-4/+4
* Make parserutils_dict_entry public.John Mark Bell2008-07-301-9/+0
* Fix compiler errors when ptrs are 64bit.John Tytgat2008-06-281-1/+1
* Have some generic dictionary implementation.John Mark Bell2008-05-101-0/+275