]> git.sur5r.net Git - cc65/history - src/common/xsprintf.c
One more place where OutputNameUsed must be flagged.
[cc65] / src / common / xsprintf.c
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