]> git.proxmox.com Git - mirror_edk2.git/history - MdePkg/Library/BaseLib/String.c
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdePkg / Library / BaseLib / String.c
2021-12-07 Michael KubackiMdePkg: Apply uncrustify changes
2020-10-13 Zhang, ShengleiMdePkg: Remove code wrapped by DISABLE_NEW_DEPRECATED_I...
2019-07-17 Laszlo ErsekMdePkg/BaseLib: Base64Decode(): don't declare variables...
2019-07-16 Laszlo ErsekMdePkg/BaseLib: rewrite Base64Decode()
2019-07-16 Laszlo ErsekMdePkg/BaseLib: re-specify Base64Decode(), and add...
2019-04-09 Michael D KinneyMdePkg: Replace BSD License with BSD+Patent License
2019-02-19 Shenglei ZhangMdePkg/BaseLib: Change a variable type in a bitwise...
2019-02-02 Mike TurnerMdePkg/BaseLib: Add Base64Encode() and Base64Decode()
2019-01-31 Mike TurnerMdePkg/BaseLib: Introduce CharToUpper and AsciiCharToUp...
2018-10-23 Hao WuMdePkg/BaseLib: AsciiStrToUnicodeStr(S) not handle...
2018-08-06 Ruiyu NiMdePkg/BaseLib: Add an additional check within AsciiStriCmp
2018-06-28 Liming GaoMdePkg: Clean up source files
2017-03-06 Hao WuMdePkg: Refine casting expression result to bigger...
2017-01-09 Hao WuMdePkg/BaseLib: Enhance the return value for string...
2016-12-22 Hao WuMdePkg/BaseLib: Add an additional check within (Ascii...
2016-10-08 Thomas HuthMdePkg: Fix some typing errors
2016-06-21 Star ZengMdePkg: Indicate UnicodeStrToAsciiStr/AsciiStrToUnicode...
2014-12-15 Eric DongMdePkg: Add deprecate flag for the functions which...
2014-07-21 Star ZengMdePkg BaseLib: Fix a corner case of Source and Destina...
2011-06-28 jcarseyClarify the requirements for the Destination parameter...
2010-08-16 sfu5Refine code.
2010-08-13 sfu5Refine code.
2010-08-09 hhuan13Fixed K9 scan issues.
2010-06-25 myronporterMinor grammatical work--mostly adding periods. Items...
2010-06-24 myronporterMinor grammatical work--mostly adding periods. Items...
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.