summaryrefslogtreecommitdiff
path: root/utils/hashtable.c
Commit message (Collapse)AuthorAgeFilesLines
* Add documentation comments to hash table implementation.Rob Kendrick2006-08-211-0/+58
| | | | svn path=/trunk/netsurf/; revision=2877
* Check for malloc failing in hash_add(). Remove unnecessary casts.James Bursa2006-08-201-8/+10
| | | | svn path=/trunk/netsurf/; revision=2873
* Make hash_add() return success/failure boolRob Kendrick2006-08-201-1/+17
| | | | svn path=/trunk/netsurf/; revision=2872
* Implement simple reusable write-once hash table for use in new Messages file ↵Rob Kendrick2006-08-201-0/+186
handling. svn path=/trunk/netsurf/; revision=2871