summaryrefslogtreecommitdiff
path: root/firmware/common/sprintf.c (follow)
Commit message (Expand)AuthorAge
* (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