]> git.proxmox.com Git - mirror_edk2.git/history - MdePkg/Library/BaseLib/String.c
Update the copyright notice format
[mirror_edk2.git] / MdePkg / Library / BaseLib / String.c
2010-04-23 hhtianUpdate the copyright notice format
2009-12-23 qhuang8Fix a bug in MdePkg BaseLib: StrnCat() and AsciiStrnCat...
2009-07-23 lgao4Rename BaseLib internal functions by adding InternalBas...
2009-05-12 rsun3Fix the implementation of AsciiStrStr() and StrStr...
2009-05-08 rsun3Fix bugs in StrStr() and AsciiStrStr().
2009-04-23 eric_tianupdate string function comment to clear the semantic...
2009-04-07 eric_tianadd assertion condition to satisfy the requirement...
2009-03-10 qhuang8Remove incorrect assertion. According to spec, it shoul...
2008-12-12 gikidyFix some typo.
2008-12-11 gikidySynchronize BaseLib h files to c files.
2008-12-09 gikidySynchronize comment of BaseLib.h and it's implementatio...
2008-12-01 lgao4Remove NibbleToHexChar() function from BaseLib
2008-11-25 gikidySynchronize function comment in MdePkg\Library\BaseLib...
2008-11-05 qwang12Add two EFI Modifier.
2008-10-20 xli24Change style of (CONSTANT == Var) to (Var == CONSTANT...
2008-10-20 vanjeffremoved blank lines to refine source codes.
2008-09-24 xli24Update BaseLib according to code review comments.
2008-09-18 lgao41. Change 0 == Length style to Length == 0
2008-09-17 vanjeffremove unnecessary comments introduced by tools from...
2008-09-09 eric_tianFunction description in baselib.h is not clear. change...
2008-07-25 yshang1Code Scrub for MdePkg.
2008-07-08 yshang1Code scrub:
2008-05-23 qwang121) Add BufToHexString, HexStringToBuf and IsHexDigit...
2008-04-22 klu2Fix typo in comment.
2008-02-01 qhuang81. Add conformance checking to ensure the input & outpu...
2007-07-12 AJFISHRemoved MdePkg usage of ModuleName: in file headers
2007-06-29 AJFISHRemoved CommonHeader.h generated file from the MdePkg.
2007-06-22 vanjeffImport some basic libraries instances for Mde Packages.
2007-06-01 lhauchMoved the MdePkg to OldMdePkg so that new code in MdePk...
2007-02-13 qwang12Update all String related functions in BaseLib for...
2007-02-12 xli24Update MDE and EdkModule packages for ICC build with...
2007-02-12 qwang121) Added BIT0, BIT1, …, BIT63 to the Base Defines
2007-01-25 xli24Make MDE package pass intel IPF compiler with /W4 ...
2006-07-19 vanjeff1. added functions header for BaseUefiDecompressLi
2006-07-08 vanjeffIn AsciiStrncmp(), if length=0, should return 0
2006-06-30 vanjeff1.Updated some functions header of BaseLib with new...
2006-06-22 klu2In before, FixedPcdGetxx macro was defined as global...
2006-06-10 bxing1. Added AsmCpuidEx() to BaseLib
2006-05-22 bxingFixed tracker #40
2006-04-25 mdkinneyFix bug in StrnCpy() and AsciStrnCpy(). It was copying...
2006-04-21 bbahnsenInitial import.