summaryrefslogtreecommitdiff
path: root/firmware/common/sprintf.c (follow)
Commit message (Expand)AuthorAge
* Rename vfnprintf to vuprintf (u stands for user for the user callback and dat...Thomas Martitz2009-11-03
* A new implementation of logf, logfdisplay and logfdump.Maurus Cuelenaere2009-08-21
* Fix a small bug in %x when padding is being addedKarl Kurbjun2008-11-12
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Oops. Should've used the unsigned local variables.Michael Sevakis2007-03-20
* Add %u and %lu formats to format(). Coming up: logf fixes.Michael Sevakis2007-03-20
* Do the sprintf .precision format in a safer way.Barry Wardell2007-03-20
* Add support for the .precision format in the sprintf()-like functions to allo...Barry Wardell2007-03-19
* Cygwin-built simulator can produce garbled debugging output without our snprintfSteve Bavin2006-10-16
* Do not use our simple snprintf in simulator, becauseTomasz Malesinski2006-10-12
* 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