summaryrefslogtreecommitdiff
path: root/utils/hashtable.h
Commit message (Expand)AuthorAgeFilesLines
* Further hash table optimisations and tidies. Test rig now does more lookups ...Rob Kendrick2006-10-131-1/+1
* Optimise and tidy up code.Richard Wilson2006-10-131-10/+1
* Check for malloc failing in hash_add(). Remove unnecessary casts.James Bursa2006-08-201-3/+4
* Make hash_add() return success/failure boolRob Kendrick2006-08-201-1/+3
* Implement simple reusable write-once hash table for use in new Messages file ...Rob Kendrick2006-08-201-0/+30