summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BasePrintLib
Commit message (Expand)AuthorAgeFilesLines
* MdePkg: Remove code wrapped by DISABLE_NEW_DEPRECATED_INTERFACESZhang, Shenglei2020-10-131-118/+0
* MdePkg/BasePrintLib: avoid absolute addresses for error stringsArd Biesheuvel2020-06-161-3/+12
* MdePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-095-33/+5
* MdePkg: Removing ipf which is no longer supported from edk2.Chen A Chen2018-09-251-1/+1
* MdePkg: Clean up source filesLiming Gao2018-06-284-105/+105
* MdePkg/BasePrintLib: Fix incomplete print outputWang, Jian J2018-01-021-2/+6
* MdePkg/BasePrintLib: Fix error in Precision position calculationJian J Wang2017-12-281-2/+5
* MdePkg/PrintLib: Fix possible negative value left shiftHao Wu2017-09-291-1/+1
* MdePkg/BasePrintLib: Avoid reading content beyond the format stringHao Wu2017-06-011-8/+8
* MdePkg/BasePrintLib: Refine the comment for AsciiValueToStringS APIHao Wu2017-03-131-2/+1
* MdePkg/BasePrintLib: Add deprecated flag for APIs [A|U]ValueToStringHao Wu2017-03-021-0/+12
* MdePkg/BasePrintLib: Add safe print functions [A|U]ValueToStringSHao Wu2017-02-213-0/+393
* MdePkg/BasePrintLib: Refine the SPrint functionsHao Wu2017-02-214-213/+315
* MdePkg: Convert all .uni files to utf-8Jordan Justen2015-12-151-0/+0
* MdePkg/BasePrintLib: make mStatusString array CONSTArd Biesheuvel2015-07-161-1/+1
* MdePkg: Add %u and %lu support for PrintLib and DebugLib.Qiu Shumin2015-06-082-5/+24
* MdePkg: Convert non DOS format files to DOS formatGao, Liming2014-09-031-0/+0
* MdePkg: INF/DEC file updates to EDK II packagesGao, Liming2014-08-271-0/+0
* MdePkg: INF/DEC file updates to EDK II packagesGao, Liming2014-08-271-1/+3
* Add type cast for better coding style.Qiu Shumin2014-08-071-5/+5
* MdePkg/BasePrintLib: Do not do operations with NULLHarry Liebel2014-07-091-7/+14
* Add the missing "," for the patch to fix status code print string.Gary Ching-Pang Lin2013-06-041-1/+1
* Without this fix, the "%r" format specifier prints eg. "0000001A" instead of ...lgao42013-05-241-2/+12
* Enhance the code to make the code logic more clear.ydong102012-08-211-0/+3
* Add Missing invocations to VA_END() for VA_START().rsun32012-02-012-7/+22
* Refine code to follow coding style.ydong102011-09-141-1/+1
* Refine code to follow coding style.ydong102011-09-051-1/+1
* Add check before use to make code run more safer.ydong102011-09-021-8/+9
* Refine code to follow coding style.ydong102011-08-241-1/+1
* Fix X64 compile error.lgao42011-08-091-1/+1
* clarify the logic of the print length counting functions in both PrintLib lib...jcarsey2011-08-081-25/+17
* Fix X64 compile error.lgao42011-08-041-1/+1
* Add 2 functions to UefiLib library class: CatSPrint and CatVSPrint.jcarsey2011-08-023-41/+160
* Fix ICC build break.lgao42011-05-261-3/+9
* Update BasePrintLib to handle the unaligned GUID. lgao42011-05-241-4/+4
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-254-48/+48
* Forcing functions with variable argument lists to use the same calling conven...geekboy15a2010-04-292-0/+2
* Update the copyright notice formathhtian2010-04-234-9/+9
* 1. Correct File header to ## @filelgao42010-02-241-4/+4
* Update function description to be consistent with code definition: HEX_RADIX ...xdu22009-11-172-10/+10
* Fix file headersmdkinney2009-08-241-1/+1
* Update to make end-of-line consistent for all source files in MdePkg. There a...qhuang82009-08-191-9/+9
* Update BasePrintLib to work correctly on compilers where VA_LIST is a structuremdkinney2009-08-181-4/+13
* Adjust the behavior of the MdePkg Print Library class to produce a consistent...mdkinney2009-06-301-2/+52
* This checkin addresses the compatibility issue of passing arguments of type V...mdkinney2009-05-303-62/+286
* Fix typos in comments.qhuang82009-02-061-4/+4
* Add comment to explain use of the types "int" and "unsigned int" in the imple...mdkinney2009-02-051-0/+16
* Minor adjust the logic in BasePrintLib and fix several typosqhuang82009-02-042-30/+27
* Fix minor coding style issue.qhuang82009-02-021-1/+1
* Fix a bug that length might be a negative value for worker function BasePrint...qhuang82009-01-193-12/+12