summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BasePrintLib/PrintLibInternal.c
Commit message (Expand)AuthorAgeFilesLines
* MdePkg/BasePrintLib: avoid absolute addresses for error stringsArd Biesheuvel2020-06-161-3/+12
* MdePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdePkg: Clean up source filesLiming Gao2018-06-281-57/+57
* 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: Add safe print functions [A|U]ValueToStringSHao Wu2017-02-211-0/+204
* MdePkg/BasePrintLib: Refine the SPrint functionsHao Wu2017-02-211-36/+65
* MdePkg/BasePrintLib: make mStatusString array CONSTArd Biesheuvel2015-07-161-1/+1
* MdePkg: Add %u and %lu support for PrintLib and DebugLib.Qiu Shumin2015-06-081-4/+22
* 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-011-2/+5
* 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-021-22/+84
* 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-251-18/+18
* Forcing functions with variable argument lists to use the same calling conven...geekboy15a2010-04-291-0/+1
* Update the copyright notice formathhtian2010-04-231-2/+2
* Update function description to be consistent with code definition: HEX_RADIX ...xdu22009-11-171-2/+2
* 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-301-45/+84
* 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-041-21/+18
* 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-191-10/+11
* Apply BaseMemoryLib to replace the for loop.qhuang82009-01-141-13/+10
* Memory overflow verifiedjji42009-01-071-2/+2
* Fix memory overflow. gikidy2009-01-071-5/+11
* Synchronize MdePkg h files to Library/Base* c files.gikidy2008-12-111-9/+7
* Clean up code according to code review.vanjeff2008-09-251-3/+589
* remove unnecessary comments introduced by tools from MdePkg. The regular expr...vanjeff2008-09-171-3/+1
* Code scrub for the Debug library, PostCode library, Print library, and Extrac...lgao42008-07-151-16/+42
* Removed MdePkg usage of ModuleName: in file headersAJFISH2007-07-121-2/+0
* Removed CommonHeader.h generated file from the MdePkg. AJFISH2007-06-291-1/+1
* Import some basic libraries instances for Mde Packages. vanjeff2007-06-221-0/+214
* Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch2007-06-011-209/+0
* 1) Added BIT0, BIT1, …, BIT63 to the Base Defines qwang122007-02-121-199/+209