]> git.sur5r.net Git - cc65/history - src/common/strbuf.c
Fixed LinuxDoc Tools issues in some verbatim blocks in the Atari document.
[cc65] / src / common / strbuf.c
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...
2012-03-10 uzAllow to pass NULL pointers to FreeStrBuf.
2010-05-29 uzCheck for a size of zero in SB_CopyBuf to make the...
2008-03-31 cuzMake much more usage of dynamic strings (StrBufs) inste...
2008-03-27 cuzNew functions SB_ToLower and SB_ToUpper.
2007-02-07 cuzFixed an error in SB_Slice.
2004-12-18 cuzFixes for the Watcom compiler and some general improvem...
2004-12-16 cuzFixed several bugs
2004-12-15 cuzAdded a basic vsnprintf implementation to work around...
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 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