summaryrefslogtreecommitdiff
path: root/firmware/common/sprintf.c
AgeCommit message (Expand)Author
2007-03-20Oops. Should've used the unsigned local variables.Michael Sevakis
2007-03-20Add %u and %lu formats to format(). Coming up: logf fixes.Michael Sevakis
2007-03-20Do the sprintf .precision format in a safer way.Barry Wardell
2007-03-19Add support for the .precision format in the sprintf()-like functions to allo...Barry Wardell
2006-10-16Cygwin-built simulator can produce garbled debugging output without our snprintfSteve Bavin
2006-10-12Do not use our simple snprintf in simulator, becauseTomasz Malesinski
2005-11-25Initial gcc4 warning cleanup (and some minor policing)Daniel Stenberg
2005-02-25more long policyJean-Philippe Bernardy
2005-02-22Build cleanup and general fixes. fprintf() is now fdprintf(), the separationDaniel Stenberg
2005-01-24TABs removedJens Arnold
2005-01-23Support for %l* plus __attribute__ printf supportJean-Philippe Bernardy
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