summaryrefslogtreecommitdiff
path: root/firmware/common/sprintf.c (follow)
Commit message (Expand)AuthorAge
* Initial gcc4 warning cleanup (and some minor policing)Daniel Stenberg2005-11-25
* more long policyJean-Philippe Bernardy2005-02-25
* Build cleanup and general fixes. fprintf() is now fdprintf(), the separationDaniel Stenberg2005-02-22
* TABs removedJens Arnold2005-01-24
* Support for %l* plus __attribute__ printf supportJean-Philippe Bernardy2005-01-23
* (v)snprintf() wrote past buffer end if string length was equal to buffer sizeJens Arnold2004-04-22
* Fixed bad %x handlingLinus Nielsen Feltzing2003-05-24
* remove the ifdef for simulatorDaniel Stenberg2003-04-25
* use size_t and not int as the prototype says soDaniel Stenberg2003-04-25
* include the sprintf.h header, basicly for simulator purposesDaniel Stenberg2003-04-25
* kill warningDaniel Stenberg2003-03-16
* only do the fprintf() if not doing a simulator, since this file is usedDaniel Stenberg2003-03-16
* introducing fprintf():Daniel Stenberg2003-03-16
* bad bad bad snprintf() overflow the buffer if the string passed in with aDaniel Stenberg2002-08-23
* Revert last changeBjörn Stenberg2002-05-02
* Added support for %%Björn Stenberg2002-05-02
* Added Gary's snprintf() and changed all places to use it.Björn Stenberg2002-05-02