summaryrefslogtreecommitdiff
path: root/src/emap/hashtable.c
AgeCommit message (Collapse)AuthorFilesLines
2017-07-12Fix crash on exit if any hash iterators was used in scripts.s20170725Andrei Karas1-10/+17
Also improve a bit hashtable cleanup code.
2016-06-15add hashtable functionsJoseph Botosh1-0/+209
htnew, htdelete, htput, htget, htclear, htsize htiterator, htinextkey, hticheck, htidelete