summaryrefslogtreecommitdiff
path: root/hashtable.h
Commit message (Collapse)AuthorAgeFilesLines
* fixed some really stupid stuff.epochqwert2015-05-131-6/+9
| | | | | | | ll_getentry wasn't comparing key and stored key right. ht_delete wasn't deleting stuff if it was the last in the bucket. the hash got upgraded to one I took from wikipedia. the hash is now 32 bit unsigned and is modulo table-size.
* fixed up pedantic stuff.epochqwert2015-03-311-3/+4
|
* init commit after splitting from segfaultepochqwert2015-03-311-0/+27