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
/
MdeModulePkg
/
Universal
/
HiiDatabaseDxe
/
String.c
Age
Commit message (
Expand
)
Author
2014-08-07
1) Add type cast for better coding style.
Feng Tian
2013-08-20
Refine the comments and code to follow spec.
Eric Dong
2012-08-21
Initialize the variable before use it.
ydong10
2012-05-07
Fix memory leak issues.
ydong10
2011-10-13
Refine code and check null pointer error.
ydong10
2011-10-09
Update code to make get string case insensitive about language
ydong10
2011-09-29
Add pointer check for NULL before dereference it.
ydong10
2011-06-08
String Reference Cleanup.
lzeng14
2011-03-18
Fix ICC build failure.
lgao4
2011-03-17
Use exactly match method for HiiCompareLanguage.
ydong10
2011-03-14
Roll back change to previous version. Language should be compared as the exac...
lgao4
2011-03-08
Update HiiCompareLanguage to support case that language in String package is ...
lgao4
2011-02-23
HiiCompareLanguage should use the exact match method, old code use the best m...
ydong10
2011-02-16
Update HiiCompareLanguage() function to use GetBestLanguage() API to do RFC46...
lgao4
2011-01-21
MdeModulePkg HiiDatabaseDxe: Fix build error on GCC 4.4
jljusten
2011-01-21
Enhance code to avoid build error.
ydong10
2011-01-20
Fixed HiiSetString failed. Tracker NUM:204479
ydong10
2010-04-24
Update the copyright notice format
hhtian
2010-02-22
1. Update GetStringWorker() of HiiDataBaseDxe to only search in other languag...
lgao4
2010-02-10
Fix ICC build break by do data conversion.
lgao4
2010-02-09
Update HiiString Protocol and HiiSetString Api in HiiLib
lgao4
2009-05-26
Roll back changes to apply GetBestLanguage() in HiiDataBase. Exact language m...
rsun3
2009-05-08
Update HiiDataBase driver to use GetBestLanguage() for matching RFC 4646 lang...
rsun3
2009-04-08
Replace BufToHexString by UnicodeValueToString
lgao4
2009-03-25
Fix a potential bug that GetLanguages() API may return incorrect languages in...
qhuang8
2009-01-20
K8:
qwang12
2008-11-04
Sync in bug fix from EDK I:
qwang12
2008-10-30
Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading...
qwang12
2008-07-28
Optimize GetUnicodeStringTextOrSize's inner loop to call ReadUnalign16 instea...
qwang12
2008-07-15
Clean up HiiDatabase for Doxygen comments requirement.
qwang12
2008-06-23
Merged in the following trackers from EDK:
qwang12
2008-05-27
De-unicode in comment for all source files.
qhuang8
2008-01-21
UEFI HII: Merge UEFI HII support changes from branch.
qwang12