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
/
include
/
sprintf.h
(
unfollow
)
Commit message (
Expand
)
Author
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
2009-11-03
Rename vfnprintf to vuprintf (u stands for user for the user callback and dat...
Thomas Martitz
2009-08-21
A new implementation of logf, logfdisplay and logfdump.
Maurus Cuelenaere
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2007-03-17
Let GCC check arguments of some more printf-style functions, also for plugins...
Jens Arnold
2005-02-28
Better definition & usage of the ATTRIBUTE_PRINTF macro
Jean-Philippe Bernardy
2005-02-22
Build cleanup and general fixes. fprintf() is now fdprintf(), the separation
Daniel Stenberg
2005-01-23
Support for %l* plus __attribute__ printf support
Jean-Philippe Bernardy
2003-03-16
added fprintf() proto
Daniel Stenberg
2003-02-07
more moves
Daniel Stenberg
2002-06-17
added vsnprintf
Daniel Stenberg
2002-05-31
Had to include <stddef.h> so that size_t is defined.
Felix Arends
2002-05-30
Changed the size argument to be a size_t type, to make the prototype look
Daniel Stenberg
2002-05-29
define functions in sprintf.c
Felix Arends
2002-04-28
renamed file-win32.c/h to dir-win32.c/h
Felix Arends
2002-04-27
removed unneeded code from lcd.c and renamed it do lcd-win32.c
Felix Arends
2002-04-25
First Version of UISimulator for Win32
Felix Arends
2002-04-20
First commit
Linus Nielsen Feltzing
2002-04-15
First check in
Björn Stenberg
2002-04-11
firmware typedefs. only bool so far
Daniel Stenberg
2002-03-26
updates
Daniel Stenberg
2002-03-26
lcd_update() works for X11 now...
Daniel Stenberg
2002-03-26
generic and specific LCD functions
Daniel Stenberg