aboutsummaryrefslogtreecommitdiff
path: root/src/core/vsprintf.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-12[libc] Print "<NULL>" for wide-character NULL stringsMichael Brown1-2/+4
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2014-03-13[console] Fix display of characters with top bit setMichael Brown1-1/+1
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2012-07-19[libc] Add support for "%lc" and "%ls" format specifiersMichael Brown1-5/+31
2012-03-26[console] Move putchar() and getchar() declarations to stdio.hMichael Brown1-1/+0
2011-07-06[libc] Allow for zero-padded decimals in printf()Michael Brown1-10/+27
2011-03-09[console] Move include/console.h to include/ipxe/console.hMichael Brown1-1/+1
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-1/+1
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2007-05-31Move [v]ssnprintf() from iscsi.c into vsprintf.c; we need themMichael Brown1-0/+39
2007-01-19vsprintf.h is gPXE-specific; move it to include/gpxeMichael Brown1-1/+1
2007-01-19Use stdio.h instead of vsprintf.hMichael Brown1-0/+1
2006-12-19Catch attempts to print NULL stringsMichael Brown1-0/+2
2006-11-22Fixed off-by-one errorMichael Brown1-1/+1
2006-07-25Accept '%i' as a synonym for '%d'.Michael Brown1-1/+1
2006-05-22Allow vcprintf() to be called by external code such as the curses library.Michael Brown1-38/+38
2006-05-14Handle the '"%c", 0' case correctly.Michael Brown1-1/+1
2006-05-14Correctly handle zero-length buffers.Michael Brown1-10/+9
2006-05-14Updated documentation.Michael Brown1-45/+103
2006-05-14Rewrote printf and friends to better support standard C semantics.Michael Brown1-165/+274
2006-05-13At least cope with "%llx" by reading the correct-sized va_arg from theMichael Brown1-7/+16
2006-04-30Add a temporary snprintf, so that safely-written code can at leastMichael Brown1-0/+11
2006-04-19Update now that if_ether.h has moved.Michael Brown1-1/+1
2006-03-16Merge from Etherboot 5.4Michael Brown1-3/+4
2005-05-24Some versions of doxygen seem to object to "@ret None" or similar.Michael Brown1-4/+4
2005-05-20Use "#var" rather than "@c var" for doxygen.Michael Brown1-2/+2
2005-05-19API docs to .hMichael Brown1-36/+1
2005-05-19DoxygenationMichael Brown1-20/+73
2005-05-18Document %mMichael Brown1-0/+1
2005-05-17Added errno, strerror and the "%m" printf metacharacter. These will allowMichael Brown1-9/+13
2005-04-17Gave vsprintf.c its own header file, and made console.h include it.Michael Brown1-1/+4
2005-03-08Initial revisionMichael Brown1-0/+166