index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
common
/
sprintf.c
Age
Commit message (
Expand
)
Author
2007-03-20
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-19
Add support for the .precision format in the sprintf()-like functions to allo...
Barry Wardell
2006-10-16
Cygwin-built simulator can produce garbled debugging output without our snprintf
Steve Bavin
2006-10-12
Do not use our simple snprintf in simulator, because
Tomasz Malesinski
2005-11-25
Initial gcc4 warning cleanup (and some minor policing)
Daniel Stenberg
2005-02-25
more long policy
Jean-Philippe Bernardy
2005-02-22
Build cleanup and general fixes. fprintf() is now fdprintf(), the separation
Daniel Stenberg
2005-01-24
TABs removed
Jens Arnold
2005-01-23
Support for %l* plus __attribute__ printf support
Jean-Philippe Bernardy
2004-04-22
(v)snprintf() wrote past buffer end if string length was equal to buffer size
Jens Arnold
2003-05-24
Fixed bad %x handling
Linus Nielsen Feltzing
2003-04-25
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-03-16
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
2002-08-23
bad bad bad snprintf() overflow the buffer if the string passed in with a
Daniel Stenberg
2002-05-02
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