]> git.sur5r.net Git - cc65/history - src/common/coll.c
initial import of the gamate stuff
[cc65] / src / common / coll.c
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.
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2011-08-21 uzAdded CollReplaceExpand.
2011-08-19 uzNew function CollTransfer. Change CollAt and CollAtUnch...
2011-08-18 uzDecrease the minimum size of a collection.
2010-07-30 uzAdded a new function CollGrow.
2001-10-11 cuzFixed problems with the inline macros
2001-09-27 cuzAdded AUTO_COLLECTION_INITIALIZER
2001-07-17 cuzAdded CollMoveMultiple
2001-07-17 cuzAdded CollMove
2001-05-16 cuzUse inline for better performance
2001-05-05 cuzAdded CollPop
2001-05-03 cuzAdded CollIndex and CollDeleteItem
2001-04-30 cuzAdded CollDeleteAll
2001-04-25 cuzNew module strutil
2000-11-20 cuzWorking on the condes feature
2000-10-31 cuzAdded a sort function
2000-10-15 cuzAdded functions taking and returning consts
2000-09-02 cuzAdded CollLast
2000-09-01 cuzAllow static initialization of collections
2000-08-19 cuzAdded a module that implements dynamic arrays.