summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/UefiDebugLibConOut/DebugLib.c
Commit message (Expand)AuthorAgeFilesLines
* MdePkg/UefiDebugLibConOut: Pass the correct buffer sizeMarvin Haeuser2019-11-041-2/+2
* MdePkg/UefidebugLibConOut: Make it runtime safeAaron Antone2019-04-221-55/+61
* MdePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdePkg/UefidebugLibConOut: Add new APIsBret Barkelew2019-04-021-5/+101
* MdePkg: Clean up source filesLiming Gao2018-06-281-33/+33
* MdePkg: DebugAssert enhancementBaraneedharan Anbazhagan2015-12-071-1/+2
* MdePkg: Update BaseDebugLibConOut libraryLiming Gao2015-02-061-1/+19
* Should pass in bytes of string buffer to UnicodeSPrint() rather than Unicode ...erictian2012-08-291-2/+2
* Update DebugLib to provide support for "err" command in the EFI Shell to adju...mdkinney2011-03-101-5/+6
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-301-3/+5
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-251-6/+6
* Update the copyright notice formathhtian2010-04-231-2/+2
* Synchronize MdePkg/Library *.h files with c filesgikidy2008-12-111-1/+1
* Synchronize function comment in gikidy2008-11-261-22/+9
* Update doxygen comment for VarArg list parameter. "..."'s description is added.qwang122008-11-191-1/+2
* use UnicodeVSPrintAsciiFormat, UnicodeSPrintAsciiFormat to simplify code.klu22008-09-081-7/+10
* Correct the wrong '?' character to '-', and add check DestinationBuffer == So...lgao42008-09-081-1/+1
* Code scrub for the Debug library, PostCode library, Print library, and Extrac...lgao42008-07-151-7/+8
* Fix a bug to print correct message to ConOut and StdErr as they accept unicod...qwang122007-09-201-2/+7
* remove some comments introduced by tools.vanjeff2007-07-201-9/+3
* Checked in part of MDE library instances following PI and UEFI. It includes:yshang12007-06-221-2/+15
* Import some Pei and Dxe related instances for MdePkg.vanjeff2007-06-221-0/+252
* Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch2007-06-011-247/+0
* 1) Initialize gBS, gST, gImageHandle in UefiBootServicesTableLib.c to NULLqwang122007-04-061-3/+3
* Make MDE package pass intel IPF compiler with /W4 /WX switched on.xli242007-01-251-4/+4
* 1. Add the fix for the following Bugs:cwu112006-11-031-1/+1
* 1. PostCodeLib.qhuang82006-06-191-1/+1
* BaseMemoryLib (BaseMemoryLibRepStr):qhuang82006-06-131-3/+3
* Added CONST for some sting type to follow MWG-0.51. Tracker 34 and 36vanjeff2006-04-271-5/+5
* Initial import.bbahnsen2006-04-211-0/+247