summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseLib/String.c
Commit message (Expand)AuthorAgeFilesLines
* Code Scrub for MdePkg.yshang12008-07-251-12/+12
* Code scrub:yshang12008-07-081-33/+33
* 1) Add BufToHexString, HexStringToBuf and IsHexDigit to BaseLib.qwang122008-05-231-0/+239
* Fix typo in comment.klu22008-04-221-3/+4
* 1. Add conformance checking to ensure the input & output string are well-defi...qhuang82008-02-011-102/+102
* 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/+2076
* Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch2007-06-011-2071/+0
* Update all String related functions in BaseLib for this change introduced in ...qwang122007-02-131-5/+23
* Update MDE and EdkModule packages for ICC build with /W4 /WX /Ox switches, fo...xli242007-02-121-3/+5
* 1) Added BIT0, BIT1, …, BIT63 to the Base Defines qwang122007-02-121-896/+2051
* Make MDE package pass intel IPF compiler with /W4 /WX switched on.xli242007-01-251-6/+12
* 1. added functions header for BaseUefiDecompressLivanjeff2006-07-191-1/+13
* In AsciiStrncmp(), if length=0, should return 0vanjeff2006-07-081-0/+4
* 1.Updated some functions header of BaseLib with new MWG specvanjeff2006-06-301-31/+59
* In before, FixedPcdGetxx macro was defined as global variable, it is wrong. I...klu22006-06-221-4/+4
* 1. Added AsmCpuidEx() to BaseLibbxing2006-06-101-0/+48
* Fixed tracker #40bxing2006-05-221-2/+2
* Fix bug in StrnCpy() and AsciStrnCpy(). It was copying Length - 1 characters...mdkinney2006-04-251-2/+2
* Initial import.bbahnsen2006-04-211-0/+798