]> git.sur5r.net Git - cc65/history - src/common/coll.h
Merge remote-tracking branch 'upstream/master' into a5200
[cc65] / src / common / coll.h
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...
2010-07-30 uzAdded a new function CollGrow.
2003-05-25 cuzChanged the object file and library format. There is...
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 cuzRenamed cfeature.h to inline.h
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
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.