index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
common
/
sprintf.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
2010-05-06
*
Rename vfnprintf to vuprintf (u stands for user for the user callback and dat...
Thomas Martitz
2009-11-03
*
A new implementation of logf, logfdisplay and logfdump.
Maurus Cuelenaere
2009-08-21
*
Fix a small bug in %x when padding is being added
Karl Kurbjun
2008-11-12
*
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-06-28
*
Oops. Should've used the unsigned local variables.
Michael Sevakis
2007-03-20
*
Add %u and %lu formats to format(). Coming up: logf fixes.
Michael Sevakis
2007-03-20
*
Do the sprintf .precision format in a safer way.
Barry Wardell
2007-03-20
*
Add support for the .precision format in the sprintf()-like functions to allo...
Barry Wardell
2007-03-19
*
Cygwin-built simulator can produce garbled debugging output without our snprintf
Steve Bavin
2006-10-16
*
Do not use our simple snprintf in simulator, because
Tomasz Malesinski
2006-10-12
*
Initial gcc4 warning cleanup (and some minor policing)
Daniel Stenberg
2005-11-25
*
more long policy
Jean-Philippe Bernardy
2005-02-25
*
Build cleanup and general fixes. fprintf() is now fdprintf(), the separation
Daniel Stenberg
2005-02-22
*
TABs removed
Jens Arnold
2005-01-24
*
Support for %l* plus __attribute__ printf support
Jean-Philippe Bernardy
2005-01-23
*
(v)snprintf() wrote past buffer end if string length was equal to buffer size
Jens Arnold
2004-04-22
*
Fixed bad %x handling
Linus Nielsen Feltzing
2003-05-24
*
remove the ifdef for simulator
Daniel Stenberg
2003-04-25
*
use size_t and not int as the prototype says so
Daniel Stenberg
2003-04-25
*
include the sprintf.h header, basicly for simulator purposes
Daniel Stenberg
2003-04-25
*
kill warning
Daniel Stenberg
2003-03-16
*
only do the fprintf() if not doing a simulator, since this file is used
Daniel Stenberg
2003-03-16
*
introducing fprintf():
Daniel Stenberg
2003-03-16
*
bad bad bad snprintf() overflow the buffer if the string passed in with a
Daniel Stenberg
2002-08-23
*
Revert last change
Björn Stenberg
2002-05-02
*
Added support for %%
Björn Stenberg
2002-05-02
*
Added Gary's snprintf() and changed all places to use it.
Björn Stenberg
2002-05-02