]> git.sur5r.net Git - cc65/history - src/common/xsprintf.c
Only for jumps, the lib uses named asm labels in branches
[cc65] / src / common / xsprintf.c
2018-05-21 IrgendwerMerge branch 'master' into popptr1
2018-04-16 Oliver SchmidtMerge pull request #627 from jedeoric/master
2018-01-31 StefanMerge pull request #5 from cc65/master
2018-01-25 Oliver SchmidtMerge pull request #577 from polluks/master
2017-12-19 Oliver SchmidtMerge pull request #557 from polluks/master
2017-12-18 greg-king5Added missing "break;" statements to a "switch" statement.
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...
2008-03-31 cuzThe conversion specifier to output a StrBuf had to...
2005-09-13 cuzFixed a typo
2004-12-18 cuzFixes for the Watcom compiler and some general improvem...
2004-12-16 cuzUse inttypes.h and the intmax_t/uintmax_t types
2004-12-16 cuzFixed another bug
2004-12-16 cuzFixed several bugs
2004-12-15 cuzAdded a basic vsnprintf implementation to work around...
2002-03-16 cuzUse CHECK instead of assert
2000-11-19 cuzMingW fixes
2000-11-17 cuzSmall fix for DJGPP
2000-06-08 cuzAdd #define for MSC
2000-06-01 cuzAbort on string overflow
2000-06-01 cuzAdded portability sprintf function