summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/String.c
AgeCommit message (Expand)Author
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