summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BasePrintLib/PrintLib.c
AgeCommit message (Expand)Author
2017-09-05Remove core packages since we can get them from edk2 repositoryGuo Mang
2012-02-01Add Missing invocations to VA_END() for VA_START().rsun3
2011-08-02Add 2 functions to UefiLib library class: CatSPrint and CatVSPrint.jcarsey
2010-06-25Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter
2010-04-23Update the copyright notice formathhtian
2009-11-17Update function description to be consistent with code definition: HEX_RADIX ...xdu2
2009-08-24Fix file headersmdkinney
2009-08-19Update to make end-of-line consistent for all source files in MdePkg. There a...qhuang8
2009-08-18Update BasePrintLib to work correctly on compilers where VA_LIST is a structuremdkinney
2009-05-30This checkin addresses the compatibility issue of passing arguments of type V...mdkinney
2008-12-11Synchronize MdePkg h files to Library/Base* c files.gikidy
2008-11-26Function headers in .h and .c files synchronized with specjji4
2008-11-21Function headers and comments have been checked with spec.jji4
2008-11-19Update doxygen comment for VarArg list parameter. "..."'s description is added.qwang12
2008-09-25Clean up code according to code review.vanjeff
2008-09-17remove unnecessary comments introduced by tools from MdePkg. The regular expr...vanjeff
2008-07-15Code scrub for the Debug library, PostCode library, Print library, and Extrac...lgao4
2008-01-25Fix a bug in print library "%a" should not print anything if the var argument...qhuang8
2007-09-01Fixed problem with sign extension in print lib. PrintXY could not print out F...AJFISH
2007-07-12Removed MdePkg usage of ModuleName: in file headersAJFISH
2007-06-29Removed CommonHeader.h generated file from the MdePkg. AJFISH
2007-06-22Import some basic libraries instances for Mde Packages. vanjeff
2007-06-01Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch
2007-02-131. Add two interfaces in PeCoffGetEntryPointLib.hqhuang8
2007-02-121) Added BIT0, BIT1, …, BIT63 to the Base Defines qwang12
2006-09-19Add GLOBAL_REMOVE_IF_REFERENCED to the declaration of module globals in the P...mdkinney
2006-07-131.Fix SetMem64.S to not use SSE3 instructionqhuang8
2006-07-13BasePrintLib: Fix Buffer Overflow issue.qhuang8
2006-07-06 PciLib:qhuang8
2006-07-05 DebugLib:qhuang8
2006-06-281.BaseMemoryLibMmx: Add X64 Cpu Arch support.qhuang8
2006-06-26• BaseMemoryLib:qhuang8
2006-06-221. UINTN & INTN issue for EBC architecture:qhuang8
2006-06-13 BaseMemoryLib (BaseMemoryLibRepStr):qhuang8
2006-06-07BaseMemoryLib:qhuang8
2006-06-031) Add support for %p to print pointersmdkinney
2006-05-31add function headervanjeff
2006-05-25MemoryAllocationLib: For boundary case: “AllocationSize + OverAllocationSiz...qhuang8
2006-05-25git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@272 6f19...yshang1
2006-05-24git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@263 6f19...yshang1
2006-04-21Initial import.bbahnsen