index
:
mirror/ipxe.git
acpimac
aenq
aqc1xx
armlinux
assert
autoexec_pxe
autovlan
cached_proxydhcp
cc
centos7
cleardhcp
coverity_scan
dell3440b
des
dns_primary
edk2
efi_watchdog
efibridge
efivars
efivars2
efivlan
eisa
ena
entropy
esx
fix486
flr
gcc12
gcmassert
hackesp
hwmac
hyperv
imagecmdline
imgextract
initrd
interpreter
ioactive
iscsicap
itautec
letsencrypt
lldp
loong64
loongarch64
mac_passthru
master
mschapv2
mtureset
naptest
netidx
netstate
noinitrd
nosyslinux
ntpsetting
opsize
params
peerdisc_recent
pkgcache
processorbind
pxemenuscroll
rbgstart
realtek_hack
riscv64
sbat
sepcode
shim
shim2
shim3
shim4
shim5
shutdown_tpl_notify
snploop
snppad
supplicant
sysmac
tcpwindow
thunderbolt_workaround
tlsfrag2
tlsfrag3
tmpintf
udpdrop
uri
utf8
vbox
vetodhcp6
vgafix
wimboot
wimboot2
x25519
xen
xen-sg
xhci_fail
mirror/ipxe.git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
vsprintf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc] Print "<NULL>" for wide-character NULL strings
Michael Brown
2016-04-12
1
-2
/
+4
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
1
-1
/
+5
*
[console] Fix display of characters with top bit set
Michael Brown
2014-03-13
1
-1
/
+1
*
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
2012-07-20
1
-1
/
+2
*
[libc] Add support for "%lc" and "%ls" format specifiers
Michael Brown
2012-07-19
1
-5
/
+31
*
[console] Move putchar() and getchar() declarations to stdio.h
Michael Brown
2012-03-26
1
-1
/
+0
*
[libc] Allow for zero-padded decimals in printf()
Michael Brown
2011-07-06
1
-10
/
+27
*
[console] Move include/console.h to include/ipxe/console.h
Michael Brown
2011-03-09
1
-1
/
+1
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-19
1
-1
/
+1
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
1
-0
/
+2
*
Move [v]ssnprintf() from iscsi.c into vsprintf.c; we need them
Michael Brown
2007-05-31
1
-0
/
+39
*
vsprintf.h is gPXE-specific; move it to include/gpxe
Michael Brown
2007-01-19
1
-1
/
+1
*
Use stdio.h instead of vsprintf.h
Michael Brown
2007-01-19
1
-0
/
+1
*
Catch attempts to print NULL strings
Michael Brown
2006-12-19
1
-0
/
+2
*
Fixed off-by-one error
Michael Brown
2006-11-22
1
-1
/
+1
*
Accept '%i' as a synonym for '%d'.
Michael Brown
2006-07-25
1
-1
/
+1
*
Allow vcprintf() to be called by external code such as the curses library.
Michael Brown
2006-05-22
1
-38
/
+38
*
Handle the '"%c", 0' case correctly.
Michael Brown
2006-05-14
1
-1
/
+1
*
Correctly handle zero-length buffers.
Michael Brown
2006-05-14
1
-10
/
+9
*
Updated documentation.
Michael Brown
2006-05-14
1
-45
/
+103
*
Rewrote printf and friends to better support standard C semantics.
Michael Brown
2006-05-14
1
-165
/
+274
*
At least cope with "%llx" by reading the correct-sized va_arg from the
Michael Brown
2006-05-13
1
-7
/
+16
*
Add a temporary snprintf, so that safely-written code can at least
Michael Brown
2006-04-30
1
-0
/
+11
*
Update now that if_ether.h has moved.
Michael Brown
2006-04-19
1
-1
/
+1
*
Merge from Etherboot 5.4
Michael Brown
2006-03-16
1
-3
/
+4
|
\
*
|
Some versions of doxygen seem to object to "@ret None" or similar.
Michael Brown
2005-05-24
1
-4
/
+4
*
|
Use "#var" rather than "@c var" for doxygen.
Michael Brown
2005-05-20
1
-2
/
+2
*
|
API docs to .h
Michael Brown
2005-05-19
1
-36
/
+1
*
|
Doxygenation
Michael Brown
2005-05-19
1
-20
/
+73
*
|
Document %m
Michael Brown
2005-05-18
1
-0
/
+1
*
|
Added errno, strerror and the "%m" printf metacharacter. These will allow
Michael Brown
2005-05-17
1
-9
/
+13
|
/
*
Gave vsprintf.c its own header file, and made console.h include it.
Michael Brown
2005-04-17
1
-1
/
+4
*
Initial revision
Michael Brown
2005-03-08
1
-0
/
+166