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
*
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