summaryrefslogtreecommitdiffstats
path: root/src/include/vsprintf.h
Commit message (Collapse)AuthorAgeFilesLines
* Added missing include of stdint.hMichael Brown2006-12-081-0/+1
|
* Allow vcprintf() to be called by external code such as the curses library.Michael Brown2006-05-221-0/+29
| | | | Also trim another eight bytes from vsprintf.o. :)
* Updated documentation.Michael Brown2006-05-141-35/+22Star
| | | | | | | | Shaved around 100 bytes off vsprintf.o. It's now 50 bytes smaller than the old implementation and provides much more conformant semantics, including the ability to return the number of characters that would have been printed to the string had the buffer been big enough. (iSCSI needs this functionality).
* Rewrote printf and friends to better support standard C semantics.Michael Brown2006-05-141-3/+35
|
* Add a temporary snprintf, so that safely-written code can at leastMichael Brown2006-04-301-0/+1
| | | | compile, even if it won't yet be safe.
* Merge from Etherboot 5.4Michael Brown2006-03-161-1/+1
|\
* | API docs to .hMichael Brown2005-05-191-4/+40
|/
* Gave vsprintf.c its own header file, and made console.h include it.Michael Brown2005-04-171-0/+14