]> git.sur5r.net Git - cc65/history - src/common/strpool.c
Merge remote-tracking branch 'upstream/master' into a5200
[cc65] / src / common / strpool.c
2014-03-19 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-03-04 Oliver SchmidtNormalized code.
2011-08-21 uzFixed a bug in SP_Add.
2011-08-21 uzThe ..Entry functions from the hashtable module have...
2011-08-21 uzImplementation of SP_GetCount has been missing.
2011-08-21 uzUse the hashtab to implement the string pool hash table.
2011-08-12 uzRenamed hashstr to hashfunc and added an integer hash...
2009-10-08 uzMake AUTO_STRBUF_INITIALIZER identical to STATIC_STRBUF...
2008-03-31 cuzMake much more usage of dynamic strings (StrBufs) inste...
2003-05-25 cuzChanged the object file and library format. There is...
2003-05-24 cuzNew strpool module