]> git.sur5r.net Git - cc65/history - src/common/strbuf.h
Normalized code.
[cc65] / src / common / strbuf.h
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