summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BasePrintLib/PrintLib.c
Commit message (Expand)AuthorAgeFilesLines
* MdePkg: Remove code wrapped by DISABLE_NEW_DEPRECATED_INTERFACESZhang, Shenglei2020-10-131-118/+0
* MdePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdePkg: Clean up source filesLiming Gao2018-06-281-26/+26
* 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-211-0/+128
* MdePkg/BasePrintLib: Refine the SPrint functionsHao Wu2017-02-211-175/+241
* Add Missing invocations to VA_END() for VA_START().rsun32012-02-011-5/+17
* Add 2 functions to UefiLib library class: CatSPrint and CatVSPrint.jcarsey2011-08-021-1/+49
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-251-16/+16
* Update the copyright notice formathhtian2010-04-231-3/+3
* Update function description to be consistent with code definition: HEX_RADIX ...xdu22009-11-171-8/+8
* 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
* This checkin addresses the compatibility issue of passing arguments of type V...mdkinney2009-05-301-8/+191
* Synchronize MdePkg h files to Library/Base* c files.gikidy2008-12-111-1/+1
* Function headers in .h and .c files synchronized with specjji42008-11-261-0/+1
* Function headers and comments have been checked with spec.jji42008-11-211-4/+4
* Update doxygen comment for VarArg list parameter. "..."'s description is added.qwang122008-11-191-4/+8
* Clean up code according to code review.vanjeff2008-09-251-592/+0
* 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-13/+17
* Fix a bug in print library "%a" should not print anything if the var argument...qhuang82008-01-251-0/+6
* Fixed problem with sign extension in print lib. PrintXY could not print out F...AJFISH2007-09-011-4/+4
* 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/+1085
* Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch2007-06-011-1080/+0
* 1. Add two interfaces in PeCoffGetEntryPointLib.hqhuang82007-02-131-3/+18
* 1) Added BIT0, BIT1, …, BIT63 to the Base Defines qwang122007-02-121-1055/+1065
* Add GLOBAL_REMOVE_IF_REFERENCED to the declaration of module globals in the P...mdkinney2006-09-191-1/+1
* 1.Fix SetMem64.S to not use SSE3 instructionqhuang82006-07-131-1/+1
* BasePrintLib: Fix Buffer Overflow issue.qhuang82006-07-131-36/+27
* PciLib:qhuang82006-07-061-3/+7
* DebugLib:qhuang82006-07-051-90/+121
* 1.BaseMemoryLibMmx: Add X64 Cpu Arch support.qhuang82006-06-281-4/+22
* • BaseMemoryLib:qhuang82006-06-261-2/+2
* 1. UINTN & INTN issue for EBC architecture:qhuang82006-06-221-43/+73
* BaseMemoryLib (BaseMemoryLibRepStr):qhuang82006-06-131-9/+11
* BaseMemoryLib:qhuang82006-06-071-0/+3
* 1) Add support for %p to print pointersmdkinney2006-06-031-2/+6
* add function headervanjeff2006-05-311-10/+319
* MemoryAllocationLib: For boundary case: “AllocationSize + OverAllocationSiz...qhuang82006-05-251-0/+24
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@272 6f19...yshang12006-05-251-17/+17
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@263 6f19...yshang12006-05-241-17/+17
* Initial import.bbahnsen2006-04-211-0/+639