]> git.sur5r.net Git - cc65/history - src/common/strbuf.h
Only for jumps, the lib uses named asm labels in branches
[cc65] / src / common / strbuf.h
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...
2009-10-14 uzFixed an error in the SB_SkipMultiple macro.
2009-10-10 uzNew function SB_SkipMultiple().
2009-10-08 uzMake AUTO_STRBUF_INITIALIZER identical to STATIC_STRBUF...
2009-01-26 uzAnother fix for the SB_SetIndex macro.
2009-01-26 uzFixed an error in the SB_SetIndex macro.
2009-01-24 uzAdded a new SetIndex() function/macro.
2008-03-31 cuzMake much more usage of dynamic strings (StrBufs) inste...
2008-03-27 cuzNew functions SB_ToLower and SB_ToUpper.
2004-12-15 cuzAdded a basic vsnprintf implementation to work around...
2004-07-11 cuzMake a few params const
2004-07-11 cuzAdded SB_Compare
2004-03-02 cuzPass chars as ints
2003-10-22 cuzMore string buffer functions
2003-10-10 cuzBeafed up the string buffer module
2003-10-10 cuzFixed an issue with SB_CopyBuf
2002-09-29 cuzNew function SB_Skip
2002-09-29 cuzAdd a user index to class StrBuf
2001-10-11 cuzFixed problems with the inline macros
2001-09-09 cuzAdding functionality to StrBuf
2001-09-09 cuzMore string buffer work
2001-09-09 cuzNew strbuf module