summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/String.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-15MdePkg: Add deprecate flag for the functions which has a replace function in ...Eric Dong1-0/+26
2014-07-21MdePkg BaseLib: Fix a corner case of Source and Destination overlap.Star Zeng1-4/+4
2011-06-28Clarify the requirements for the Destination parameter of UnicodeStrToAsciiStr.jcarsey1-1/+4
2010-08-16Refine code.sfu51-44/+8
2010-08-13Refine code.sfu51-8/+9
2010-08-09Fixed K9 scan issues.hhuan131-8/+8
2010-06-25Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter1-6/+6
2010-06-24Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter1-48/+48
2010-04-23Update the copyright notice formathhtian1-2/+2
2009-12-23Fix a bug in MdePkg BaseLib: StrnCat() and AsciiStrnCat() should NULL termina...qhuang81-2/+10
2009-07-23Rename BaseLib internal functions by adding InternalBaseLib.lgao41-8/+8
2009-05-12Fix the implementation of AsciiStrStr() and StrStr() in MdePkg. If the length...rsun31-2/+2
2009-05-08Fix bugs in StrStr() and AsciiStrStr().rsun31-19/+18
2009-04-23update string function comment to clear the semantic meaning.eric_tian1-18/+26
2009-04-07add assertion condition to satisfy the requirement in MdePkg library spec 0.61peric_tian1-41/+60
2009-03-10Remove incorrect assertion. According to spec, it should not assert and shoul...qhuang81-1/+0
2008-12-12Fix some typo.gikidy1-5/+5
2008-12-11Synchronize BaseLib h files to c files.gikidy1-16/+16
2008-12-09Synchronize comment of BaseLib.h and it's implementation to match the Spec.gikidy1-2/+2
2008-12-01Remove NibbleToHexChar() function from BaseLiblgao41-247/+0
2008-11-25Synchronize function comment in MdePkg\Library\BaseLib.h with the instance o...gikidy1-261/+258
2008-11-05Add two EFI Modifier.qwang121-0/+2
2008-10-20Change style of (CONSTANT == Var) to (Var == CONSTANT) for BaseLib/String.c.xli241-33/+33
2008-10-20removed blank lines to refine source codes.vanjeff1-5/+0
2008-09-24Update BaseLib according to code review comments.xli241-81/+94
2008-09-181. Change 0 == Length style to Length == 0lgao41-3/+3
2008-09-17remove unnecessary comments introduced by tools from MdePkg. The regular expr...vanjeff1-3/+1
2008-09-09Function description in baselib.h is not clear. change it to comply with Doxg...eric_tian1-15/+19
2008-07-25Code Scrub for MdePkg.yshang11-12/+12
2008-07-08Code scrub:yshang11-33/+33
2008-05-231) Add BufToHexString, HexStringToBuf and IsHexDigit to BaseLib.qwang121-0/+239
2008-04-22Fix typo in comment.klu21-3/+4
2008-02-011. Add conformance checking to ensure the input & output string are well-defi...qhuang81-102/+102
2007-07-12Removed MdePkg usage of ModuleName: in file headersAJFISH1-2/+0
2007-06-29Removed CommonHeader.h generated file from the MdePkg. AJFISH1-1/+1
2007-06-22Import some basic libraries instances for Mde Packages. vanjeff1-0/+2076
2007-06-01Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch1-2071/+0
2007-02-13Update all String related functions in BaseLib for this change introduced in ...qwang121-5/+23
2007-02-12Update MDE and EdkModule packages for ICC build with /W4 /WX /Ox switches, fo...xli241-3/+5
2007-02-121) Added BIT0, BIT1, …, BIT63 to the Base Defines qwang121-896/+2051
2007-01-25Make MDE package pass intel IPF compiler with /W4 /WX switched on.xli241-6/+12
2006-07-191. added functions header for BaseUefiDecompressLivanjeff1-1/+13
2006-07-08In AsciiStrncmp(), if length=0, should return 0vanjeff1-0/+4
2006-06-301.Updated some functions header of BaseLib with new MWG specvanjeff1-31/+59
2006-06-22In before, FixedPcdGetxx macro was defined as global variable, it is wrong. I...klu21-4/+4
2006-06-101. Added AsmCpuidEx() to BaseLibbxing1-0/+48
2006-05-22Fixed tracker #40bxing1-2/+2
2006-04-25Fix bug in StrnCpy() and AsciStrnCpy(). It was copying Length - 1 characters...mdkinney1-2/+2
2006-04-21Initial import.bbahnsen1-0/+798