summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/UefiLib/UefiLibPrint.c
Commit message (Expand)AuthorAgeFilesLines
* MdePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdePkg: Clean up source filesLiming Gao2018-06-281-78/+78
* MdePkg/UefiLib: Avoid mis-calculate of graphic console sizeHao Wu2017-04-141-2/+9
* MdePkg UefiLib: Fix wrong DestMax passed to StrCpyS()Hao Wu2015-08-051-3/+5
* MdePkg: Fix bug in CatVSPrint introduced by r17742.Heyi Guo2015-07-061-1/+5
* MdePkg UefiLib: Use safe string functionsHao Wu2015-06-301-6/+2
* MdePkg: Add a new macro VA_COPY for variable argument support. Fix a bug in t...rsun32012-02-221-1/+4
* Add Missing invocations to VA_END() for VA_START().rsun32012-02-011-2/+10
* Add 2 functions to UefiLib library class: CatSPrint and CatVSPrint.jcarsey2011-08-021-1/+95
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-301-19/+19
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-251-6/+6
* Add ASSERT() conditions to UEFI Library Print() and AsciiPrint() functions if...mdkinney2010-06-111-8/+26
* Update the copyright notice formathhtian2010-04-231-2/+2
* fix the issue when passing a L"" string to PrintXY.eric_tian2009-06-041-4/+20
* update comments on implementationeric_tian2009-05-261-1/+1
* sync the StrToImage flag of UGA to consistent with GOPeric_tian2009-05-261-1/+3
* update the file description of PrintXY and AsciiPrintXY. and also refine the ...eric_tian2009-05-211-42/+36
* In PrintXY() and AsciiPrintXY(), the number of chartacter returned is at most...eric_tian2009-05-111-2/+1
* Clarify clipping behavior of PrintXY() and AsciiPrintXY().mdkinney2009-05-081-4/+6
* Fix several minor coding style issues.qhuang82009-04-151-23/+23
* Fix some typo.gikidy2009-04-021-56/+56
* minimum update function header.vanjeff2009-01-081-2/+2
* Update copyright for files modified in this yearqhuang82008-12-291-1/+1
* fixed potential NULL pointer reference issue.vanjeff2008-12-291-71/+71
* Fix Some typo.gikidy2008-12-161-1/+1
* Refine MdePkg library instances: Remove unnecessary EFIAPI modifier for libra...qhuang82008-12-011-1/+1
* Function headers in .h and .c files synchronized with specjji42008-11-251-35/+32
* 1.Removed PrintXY from Graphics Library.vanjeff2008-11-201-7/+405
* Update doxygen comment for VarArg list parameter. "..."'s description is added.qwang122008-11-191-4/+8
* deleted an empty space.qwang122008-10-211-1/+0
* remove unnecessary comments introduced by tools from MdePkg. The regular expr...vanjeff2008-09-171-3/+1
* Code clean up.klu22008-09-161-3/+4
* Code Scrub for MdePkg.yshang12008-07-251-3/+2
* Code scrub:yshang12008-07-141-14/+31
* 1. Update internal EfiPrint protocol to contain all print interfaces provided...lgao42007-10-121-1/+1
* Removed CommonHeader.h generated file from the MdePkg. AJFISH2007-06-291-1/+1
* Import some Pei and Dxe related instances for MdePkg.vanjeff2007-06-221-0/+264
* Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch2007-06-011-259/+0
* Update the comments.qwang122007-03-091-2/+2
* Added Print, ErrorPrint, AsciiPrint, AsciiErrorPrint() to the UEFI Library.qwang122007-02-141-0/+259