]> git.sur5r.net Git - cc65/history - src/common/hashtab.h
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / src / common / hashtab.h
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2011-08-21 uzFix errors in tracking the number of items in the table...
2011-08-21 uzRemoved the functions that work on HashNodes since...
2011-08-18 uzChange HT_Walk so that it can optionally be used to...
2011-08-14 uzMake the parameter for HT_GetKey const.
2011-08-12 uzDo also remove the Owner pointer from the HashNode...
2011-08-12 uzRequire that the hash node must be the first element...
2011-06-11 uzAdded routines to remove an entry from the hash table.
2008-03-31 cuzMake much more usage of dynamic strings (StrBufs) inste...
2003-11-04 cuzNew function and bug fix
2003-10-23 cuzChange API for the Compare function
2003-10-22 cuzMore tweaking of the new hashtab module
2003-10-22 cuzCosmetic changes
2003-10-22 cuzNew generic hash table module