summaryrefslogtreecommitdiff
path: root/src/utils/dict.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove dict, hash and rbtree from libparserutilsDaniel Silverstone2009-02-141-283/+0
| | | | svn path=/trunk/libparserutils/; revision=6512
* Silence doxygen warnings.John Mark Bell2009-01-091-1/+4
| | | | svn path=/trunk/libparserutils/; revision=6007
* C89François Revel2008-11-291-3/+8
| | | | svn path=/trunk/libparserutils/; revision=5838
* Return errors from dictionary constructor/destructorJohn Mark Bell2008-11-091-12/+21
| | | | svn path=/trunk/libparserutils/; revision=5673
* Return errors from constructors and destructors.John Mark Bell2008-11-081-4/+4
| | | | svn path=/trunk/libparserutils/; revision=5652
* Rather more optimal data comparator -- compare data lengths first then, if ↵John Mark Bell2008-08-011-4/+4
| | | | | | they're equal, compare the actual data. svn path=/trunk/libparserutils/; revision=4856
* Make parserutils_dict_entry public.John Mark Bell2008-07-301-9/+0
| | | | | | Add basic implementations of a stack and a vector. svn path=/trunk/libparserutils/; revision=4824
* Fix compiler errors when ptrs are 64bit.John Tytgat2008-06-281-1/+1
| | | | svn path=/trunk/libparserutils/; revision=4468
* Have some generic dictionary implementation.John Mark Bell2008-05-101-0/+275
Even comes with testcases, which is nice. svn path=/trunk/libparserutils/; revision=4138