index
:
edk2-platforms.git
about
devel-IntelAtomProcessorE3900
devel-MinPlatform
devel-MinnowBoard3
devel-MinnowBoard3-UDK2017
devel-MinnowBoardMax-UDK2017
devel-OpenPlatformPkg
devel-dynamictables
master
minnowboard-max-udk2015
pentium-celeron-n-udk2015
(https://github.com/tianocore/edk2-platforms)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
MdePkg
/
Library
/
BaseLib
/
String.c
Age
Commit message (
Expand
)
Author
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