index
:
edk2-platforms.git
about
devel-IntelAtomProcessorE3900
devel-MinPlatform
devel-MinnowBoard3
devel-MinnowBoard3-UDK2017
devel-MinnowBoardMax-UDK2017
devel-OpenPlatformPkg
devel-dynamictables
master
minnowboard-max-udk2015
pentium-celeron-n-udk2015
(https://github.com/tianocore/edk2-platforms)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
MdePkg
/
Library
/
UefiLib
/
UefiLibPrint.c
Age
Commit message (
Expand
)
Author
2015-08-05
MdePkg UefiLib: Fix wrong DestMax passed to StrCpyS()
Hao Wu
2015-07-06
MdePkg: Fix bug in CatVSPrint introduced by r17742.
Heyi Guo
2015-06-30
MdePkg UefiLib: Use safe string functions
Hao Wu
2012-02-22
MdePkg: Add a new macro VA_COPY for variable argument support. Fix a bug in t...
rsun3
2012-02-01
Add Missing invocations to VA_END() for VA_START().
rsun3
2011-08-02
Add 2 functions to UefiLib library class: CatSPrint and CatVSPrint.
jcarsey
2010-06-30
Minor grammatical work--mostly adding periods. Items with ONLY period added ...
myronporter
2010-06-25
Minor grammatical work--mostly adding periods. Items with ONLY period added ...
myronporter
2010-06-11
Add ASSERT() conditions to UEFI Library Print() and AsciiPrint() functions if...
mdkinney
2010-04-23
Update the copyright notice format
hhtian
2009-06-04
fix the issue when passing a L"" string to PrintXY.
eric_tian
2009-05-26
update comments on implementation
eric_tian
2009-05-26
sync the StrToImage flag of UGA to consistent with GOP
eric_tian
2009-05-21
update the file description of PrintXY and AsciiPrintXY. and also refine the ...
eric_tian
2009-05-11
In PrintXY() and AsciiPrintXY(), the number of chartacter returned is at most...
eric_tian
2009-05-08
Clarify clipping behavior of PrintXY() and AsciiPrintXY().
mdkinney
2009-04-15
Fix several minor coding style issues.
qhuang8
2009-04-02
Fix some typo.
gikidy
2009-01-08
minimum update function header.
vanjeff
2008-12-29
Update copyright for files modified in this year
qhuang8
2008-12-29
fixed potential NULL pointer reference issue.
vanjeff
2008-12-16
Fix Some typo.
gikidy
2008-12-01
Refine MdePkg library instances: Remove unnecessary EFIAPI modifier for libra...
qhuang8
2008-11-25
Function headers in .h and .c files synchronized with spec
jji4
2008-11-20
1.Removed PrintXY from Graphics Library.
vanjeff
2008-11-19
Update doxygen comment for VarArg list parameter. "..."'s description is added.
qwang12
2008-10-21
deleted an empty space.
qwang12
2008-09-17
remove unnecessary comments introduced by tools from MdePkg. The regular expr...
vanjeff
2008-09-16
Code clean up.
klu2
2008-07-25
Code Scrub for MdePkg.
yshang1
2008-07-14
Code scrub:
yshang1
2007-10-12
1. Update internal EfiPrint protocol to contain all print interfaces provided...
lgao4
2007-06-29
Removed CommonHeader.h generated file from the MdePkg.
AJFISH
2007-06-22
Import some Pei and Dxe related instances for MdePkg.
vanjeff
2007-06-01
Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...
lhauch
2007-03-09
Update the comments.
qwang12
2007-02-14
Added Print, ErrorPrint, AsciiPrint, AsciiErrorPrint() to the UEFI Library.
qwang12