summaryrefslogtreecommitdiff
path: root/MdePkg/Library/UefiDebugLibConOut/DebugLib.c
AgeCommit message (Expand)Author
2015-02-06MdePkg: Update BaseDebugLibConOut libraryLiming Gao
2012-08-29Should pass in bytes of string buffer to UnicodeSPrint() rather than Unicode ...erictian
2011-03-10Update DebugLib to provide support for "err" command in the EFI Shell to adju...mdkinney
2010-06-30Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter
2010-06-25Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter
2010-04-23Update the copyright notice formathhtian
2008-12-11Synchronize MdePkg/Library *.h files with c filesgikidy
2008-11-26Synchronize function comment in gikidy
2008-11-19Update doxygen comment for VarArg list parameter. "..."'s description is added.qwang12
2008-09-08use UnicodeVSPrintAsciiFormat, UnicodeSPrintAsciiFormat to simplify code.klu2
2008-09-08Correct the wrong '?' character to '-', and add check DestinationBuffer == So...lgao4
2008-07-15Code scrub for the Debug library, PostCode library, Print library, and Extrac...lgao4
2007-09-20Fix a bug to print correct message to ConOut and StdErr as they accept unicod...qwang12
2007-07-20remove some comments introduced by tools.vanjeff
2007-06-22Checked in part of MDE library instances following PI and UEFI. It includes:yshang1
2007-06-22Import some Pei and Dxe related instances for MdePkg.vanjeff
2007-06-01Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch
2007-04-061) Initialize gBS, gST, gImageHandle in UefiBootServicesTableLib.c to NULLqwang12
2007-01-25Make MDE package pass intel IPF compiler with /W4 /WX switched on.xli24
2006-11-031. Add the fix for the following Bugs:cwu11
2006-06-19 1. PostCodeLib.qhuang8
2006-06-13 BaseMemoryLib (BaseMemoryLibRepStr):qhuang8
2006-04-27Added CONST for some sting type to follow MWG-0.51. Tracker 34 and 36vanjeff
2006-04-21Initial import.bbahnsen