summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseLib/String.c
Commit message (Expand)AuthorAgeFilesLines
* MdePkg: Remove code wrapped by DISABLE_NEW_DEPRECATED_INTERFACESZhang, Shenglei2020-10-131-626/+0
* MdePkg/BaseLib: Base64Decode(): don't declare variables in nested blocksLaszlo Ersek2019-07-171-4/+3
* MdePkg/BaseLib: rewrite Base64Decode()Laszlo Ersek2019-07-161-2/+247
* MdePkg/BaseLib: re-specify Base64Decode(), and add temporary stub implLaszlo Ersek2019-07-161-198/+87
* MdePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdePkg/BaseLib: Change a variable type in a bitwise operationShenglei Zhang2019-02-191-1/+1
* MdePkg/BaseLib: Add Base64Encode() and Base64Decode()Mike Turner2019-02-021-0/+331
* MdePkg/BaseLib: Introduce CharToUpper and AsciiCharToUpper publiclyMike Turner2019-01-311-9/+9
* MdePkg/BaseLib: AsciiStrToUnicodeStr(S) not handle EASCII properlyHao Wu2018-10-231-1/+1
* MdePkg/BaseLib: Add an additional check within AsciiStriCmpRuiyu Ni2018-08-061-1/+1
* MdePkg: Clean up source filesLiming Gao2018-06-281-36/+36
* MdePkg: Refine casting expression result to bigger sizeHao Wu2017-03-061-2/+2
* MdePkg/BaseLib: Enhance the return value for string to uint functionsHao Wu2017-01-091-317/+17
* MdePkg/BaseLib: Add an additional check within (Ascii)StrnCmpHao Wu2016-12-221-1/+3
* MdePkg: Fix some typing errorsThomas Huth2016-10-071-1/+1
* MdePkg: Indicate UnicodeStrToAsciiStr/AsciiStrToUnicodeStr to be deprecatedStar Zeng2016-06-211-2/+9
* MdePkg: Add deprecate flag for the functions which has a replace function in ...Eric Dong2014-12-151-0/+26
* MdePkg BaseLib: Fix a corner case of Source and Destination overlap.Star Zeng2014-07-211-4/+4
* Clarify the requirements for the Destination parameter of UnicodeStrToAsciiStr.jcarsey2011-06-281-1/+4
* Refine code.sfu52010-08-161-44/+8
* Refine code.sfu52010-08-131-8/+9
* Fixed K9 scan issues.hhuan132010-08-091-8/+8
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-251-6/+6
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-241-48/+48
* Update the copyright notice formathhtian2010-04-231-2/+2
* Fix a bug in MdePkg BaseLib: StrnCat() and AsciiStrnCat() should NULL termina...qhuang82009-12-231-2/+10
* Rename BaseLib internal functions by adding InternalBaseLib.lgao42009-07-231-8/+8
* Fix the implementation of AsciiStrStr() and StrStr() in MdePkg. If the length...rsun32009-05-121-2/+2
* Fix bugs in StrStr() and AsciiStrStr().rsun32009-05-081-19/+18
* update string function comment to clear the semantic meaning.eric_tian2009-04-231-18/+26
* add assertion condition to satisfy the requirement in MdePkg library spec 0.61peric_tian2009-04-071-41/+60
* Remove incorrect assertion. According to spec, it should not assert and shoul...qhuang82009-03-101-1/+0
* Fix some typo.gikidy2008-12-121-5/+5
* Synchronize BaseLib h files to c files.gikidy2008-12-111-16/+16
* Synchronize comment of BaseLib.h and it's implementation to match the Spec.gikidy2008-12-091-2/+2
* Remove NibbleToHexChar() function from BaseLiblgao42008-12-011-247/+0
* Synchronize function comment in MdePkg\Library\BaseLib.h with the instance o...gikidy2008-11-251-261/+258
* Add two EFI Modifier.qwang122008-11-051-0/+2
* Change style of (CONSTANT == Var) to (Var == CONSTANT) for BaseLib/String.c.xli242008-10-201-33/+33
* removed blank lines to refine source codes.vanjeff2008-10-201-5/+0
* Update BaseLib according to code review comments.xli242008-09-241-81/+94
* 1. Change 0 == Length style to Length == 0lgao42008-09-181-3/+3
* remove unnecessary comments introduced by tools from MdePkg. The regular expr...vanjeff2008-09-171-3/+1
* Function description in baselib.h is not clear. change it to comply with Doxg...eric_tian2008-09-091-15/+19
* Code Scrub for MdePkg.yshang12008-07-251-12/+12
* Code scrub:yshang12008-07-081-33/+33
* 1) Add BufToHexString, HexStringToBuf and IsHexDigit to BaseLib.qwang122008-05-231-0/+239
* Fix typo in comment.klu22008-04-221-3/+4
* 1. Add conformance checking to ensure the input & output string are well-defi...qhuang82008-02-011-102/+102
* Removed MdePkg usage of ModuleName: in file headersAJFISH2007-07-121-2/+0