| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added missing include of stdint.h | Michael Brown | 2006-12-08 | 1 | -0/+1 |
| | | |||||
| * | Allow vcprintf() to be called by external code such as the curses library. | Michael Brown | 2006-05-22 | 1 | -0/+29 |
| | | | | | Also trim another eight bytes from vsprintf.o. :) | ||||
| * | Updated documentation. | Michael Brown | 2006-05-14 | 1 | -35/+22![]() |
| | | | | | | | | | 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 Brown | 2006-05-14 | 1 | -3/+35 |
| | | |||||
| * | Add a temporary snprintf, so that safely-written code can at least | Michael Brown | 2006-04-30 | 1 | -0/+1 |
| | | | | | compile, even if it won't yet be safe. | ||||
| * | Merge from Etherboot 5.4 | Michael Brown | 2006-03-16 | 1 | -1/+1 |
| |\ | |||||
| * | | API docs to .h | Michael Brown | 2005-05-19 | 1 | -4/+40 |
| |/ | |||||
| * | Gave vsprintf.c its own header file, and made console.h include it. | Michael Brown | 2005-04-17 | 1 | -0/+14 |

