]> git.sur5r.net Git - cc65/history - src/common/coll.h
Fixed LinuxDoc Tools issues in some verbatim blocks in the Atari document.
[cc65] / src / common / coll.h
2017-08-06 Bob AndrewsMerge branch 'master' into kbrepeat
2017-07-18 Oliver SchmidtMerge pull request #453 from mrdudz/waitvsync 460/head
2017-02-01 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2016-07-02 Greg KingFixed some code that adjusts an index after a deletion...
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.
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.