]> git.sur5r.net Git - cc65/history - src/common/strpool.c
cfg/atari-xex.cfg: fix typo in comment
[cc65] / src / common / strpool.c
2016-02-28 Bob AndrewsMerge pull request #7 from cvemu/master
2015-12-27 Oliver SchmidtMerge pull request #249 from polluks/master
2014-11-02 Stephan MühlstrasserMerge https://github.com/cc65/cc65 into c1p
2014-07-01 Oliver SchmidtMerge pull request #128 from greg-king5/multi-comments
2014-06-30 Greg KingChanged multi-line C comments into another style. 128/head
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