summaryrefslogtreecommitdiff
path: root/firmware/common/sprintf.c
AgeCommit message (Expand)Author
2004-04-22(v)snprintf() wrote past buffer end if string length was equal to buffer sizeJens Arnold
2003-05-24Fixed bad %x handlingLinus Nielsen Feltzing
2003-04-25remove the ifdef for simulatorDaniel Stenberg
2003-04-25use size_t and not int as the prototype says soDaniel Stenberg
2003-04-25include the sprintf.h header, basicly for simulator purposesDaniel Stenberg
2003-03-16kill warningDaniel Stenberg
2003-03-16only do the fprintf() if not doing a simulator, since this file is usedDaniel Stenberg
2003-03-16introducing fprintf():Daniel Stenberg
2002-08-23bad bad bad snprintf() overflow the buffer if the string passed in with aDaniel Stenberg
2002-05-02Revert last changeBjörn Stenberg
2002-05-02Added support for %%Björn Stenberg
2002-05-02Added Gary's snprintf() and changed all places to use it.Björn Stenberg