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