]> git.sur5r.net Git - cc65/history - src/common/xsprintf.c
Merge remote-tracking branch 'upstream/master' into a5200
[cc65] / src / common / xsprintf.c
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