summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BasePrintLib
AgeCommit message (Expand)AuthorFilesLines
2023-08-07MdePkg: Add new status codes to PrintLibNate DeSimone1-3/+7
2021-12-07MdePkg: Apply uncrustify changesMichael Kubacki3-511/+559
2021-12-07MdePkg: Change OPTIONAL keyword usage styleMichael D Kinney2-2/+2
2020-10-13MdePkg: Remove code wrapped by DISABLE_NEW_DEPRECATED_INTERFACESZhang, Shenglei1-118/+0
2020-06-16MdePkg/BasePrintLib: avoid absolute addresses for error stringsArd Biesheuvel1-3/+12
2019-04-09MdePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney5-33/+5
2018-09-25MdePkg: Removing ipf which is no longer supported from edk2.Chen A Chen1-1/+1
2018-06-28MdePkg: Clean up source filesLiming Gao4-105/+105
2018-01-02MdePkg/BasePrintLib: Fix incomplete print outputWang, Jian J1-2/+6
2017-12-28MdePkg/BasePrintLib: Fix error in Precision position calculationJian J Wang1-2/+5
2017-09-29MdePkg/PrintLib: Fix possible negative value left shiftHao Wu1-1/+1
2017-06-01MdePkg/BasePrintLib: Avoid reading content beyond the format stringHao Wu1-8/+8
2017-03-13MdePkg/BasePrintLib: Refine the comment for AsciiValueToStringS APIHao Wu1-2/+1
2017-03-02MdePkg/BasePrintLib: Add deprecated flag for APIs [A|U]ValueToStringHao Wu1-0/+12
2017-02-21MdePkg/BasePrintLib: Add safe print functions [A|U]ValueToStringSHao Wu3-0/+393
2017-02-21MdePkg/BasePrintLib: Refine the SPrint functionsHao Wu4-213/+315
2015-12-15MdePkg: Convert all .uni files to utf-8Jordan Justen1-0/+0
2015-07-16MdePkg/BasePrintLib: make mStatusString array CONSTArd Biesheuvel1-1/+1
2015-06-08MdePkg: Add %u and %lu support for PrintLib and DebugLib.Qiu Shumin2-5/+24
2014-09-03MdePkg: Convert non DOS format files to DOS formatGao, Liming1-0/+0
2014-08-27MdePkg: INF/DEC file updates to EDK II packagesGao, Liming1-0/+0
2014-08-27MdePkg: INF/DEC file updates to EDK II packagesGao, Liming1-1/+3
2014-08-07Add type cast for better coding style.Qiu Shumin1-5/+5
2014-07-09MdePkg/BasePrintLib: Do not do operations with NULLHarry Liebel1-7/+14
2013-06-04Add the missing "," for the patch to fix status code print string.Gary Ching-Pang Lin1-1/+1
2013-05-24Without this fix, the "%r" format specifier prints eg. "0000001A" instead of ...lgao41-2/+12
2012-08-21Enhance the code to make the code logic more clear.ydong101-0/+3
2012-02-01Add Missing invocations to VA_END() for VA_START().rsun32-7/+22
2011-09-14Refine code to follow coding style.ydong101-1/+1
2011-09-05Refine code to follow coding style.ydong101-1/+1
2011-09-02Add check before use to make code run more safer.ydong101-8/+9
2011-08-24Refine code to follow coding style.ydong101-1/+1
2011-08-09Fix X64 compile error.lgao41-1/+1
2011-08-08clarify the logic of the print length counting functions in both PrintLib lib...jcarsey1-25/+17
2011-08-04Fix X64 compile error.lgao41-1/+1
2011-08-02Add 2 functions to UefiLib library class: CatSPrint and CatVSPrint.jcarsey3-41/+160
2011-05-26Fix ICC build break.lgao41-3/+9
2011-05-24Update BasePrintLib to handle the unaligned GUID. lgao41-4/+4
2010-06-25Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter4-48/+48
2010-04-29Forcing functions with variable argument lists to use the same calling conven...geekboy15a2-0/+2
2010-04-23Update the copyright notice formathhtian4-9/+9
2010-02-241. Correct File header to ## @filelgao41-4/+4
2009-11-17Update function description to be consistent with code definition: HEX_RADIX ...xdu22-10/+10
2009-08-24Fix file headersmdkinney1-1/+1
2009-08-19Update to make end-of-line consistent for all source files in MdePkg. There a...qhuang81-9/+9
2009-08-18Update BasePrintLib to work correctly on compilers where VA_LIST is a structuremdkinney1-4/+13
2009-06-30Adjust the behavior of the MdePkg Print Library class to produce a consistent...mdkinney1-2/+52
2009-05-30This checkin addresses the compatibility issue of passing arguments of type V...mdkinney3-62/+286
2009-02-06Fix typos in comments.qhuang81-4/+4
2009-02-05Add comment to explain use of the types "int" and "unsigned int" in the imple...mdkinney1-0/+16