summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/String.c
AgeCommit message (Expand)Author
2011-06-28Clarify the requirements for the Destination parameter of UnicodeStrToAsciiStr.jcarsey
2010-08-16Refine code.sfu5
2010-08-13Refine code.sfu5
2010-08-09Fixed K9 scan issues.hhuan13
2010-06-25Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter
2010-06-24Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter
2010-04-23Update the copyright notice formathhtian
2009-12-23Fix a bug in MdePkg BaseLib: StrnCat() and AsciiStrnCat() should NULL termina...qhuang8
2009-07-23Rename BaseLib internal functions by adding InternalBaseLib.lgao4
2009-05-12Fix the implementation of AsciiStrStr() and StrStr() in MdePkg. If the length...rsun3
2009-05-08Fix bugs in StrStr() and AsciiStrStr().rsun3
2009-04-23update string function comment to clear the semantic meaning.eric_tian
2009-04-07add assertion condition to satisfy the requirement in MdePkg library spec 0.61peric_tian
2009-03-10Remove incorrect assertion. According to spec, it should not assert and shoul...qhuang8
2008-12-12Fix some typo.gikidy
2008-12-11Synchronize BaseLib h files to c files.gikidy
2008-12-09Synchronize comment of BaseLib.h and it's implementation to match the Spec.gikidy
2008-12-01Remove NibbleToHexChar() function from BaseLiblgao4
2008-11-25Synchronize function comment in MdePkg\Library\BaseLib.h with the instance o...gikidy
2008-11-05Add two EFI Modifier.qwang12
2008-10-20Change style of (CONSTANT == Var) to (Var == CONSTANT) for BaseLib/String.c.xli24
2008-10-20removed blank lines to refine source codes.vanjeff
2008-09-24Update BaseLib according to code review comments.xli24
2008-09-181. Change 0 == Length style to Length == 0lgao4
2008-09-17remove unnecessary comments introduced by tools from MdePkg. The regular expr...vanjeff
2008-09-09Function description in baselib.h is not clear. change it to comply with Doxg...eric_tian
2008-07-25Code Scrub for MdePkg.yshang1
2008-07-08Code scrub:yshang1
2008-05-231) Add BufToHexString, HexStringToBuf and IsHexDigit to BaseLib.qwang12
2008-04-22Fix typo in comment.klu2
2008-02-011. Add conformance checking to ensure the input & output string are well-defi...qhuang8
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-13Update all String related functions in BaseLib for this change introduced in ...qwang12
2007-02-12Update MDE and EdkModule packages for ICC build with /W4 /WX /Ox switches, fo...xli24
2007-02-121) Added BIT0, BIT1, …, BIT63 to the Base Defines qwang12
2007-01-25Make MDE package pass intel IPF compiler with /W4 /WX switched on.xli24
2006-07-191. added functions header for BaseUefiDecompressLivanjeff
2006-07-08In AsciiStrncmp(), if length=0, should return 0vanjeff
2006-06-301.Updated some functions header of BaseLib with new MWG specvanjeff
2006-06-22In before, FixedPcdGetxx macro was defined as global variable, it is wrong. I...klu2
2006-06-101. Added AsmCpuidEx() to BaseLibbxing
2006-05-22Fixed tracker #40bxing
2006-04-25Fix bug in StrnCpy() and AsciStrnCpy(). It was copying Length - 1 characters...mdkinney
2006-04-21Initial import.bbahnsen