summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/RegularExpressionDxe
AgeCommit message (Expand)AuthorFilesLines
2023-11-13MdeModulePkg/RegularExpressinoDxe: Fix clang errorJake Garver via groups.io1-0/+1
2023-04-28MdeModulePkg/RegularExpressionDxe: Fix Arm build errorNickle Wang2-4/+11
2023-04-13MdeModulePkg/RegularExpressionDxe: Fix GCC build errordevel@edk2.groups.io1-4/+3
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki4-126/+201
2021-12-07MdeModulePkg: Change OPTIONAL keyword usage styleMichael D Kinney2-5/+5
2021-07-07MdeModulePkg/RegularExpressionDxe: Fix memory assert in FreePool()Nickle Wang2-13/+20
2020-12-14MdeModulePkg: Fix SetMem parameter in OnigurumaUefiPortBaraneedharan Anbazhagan1-1/+1
2020-05-14MdeModulePkg/RegularExpressionDxe: Optimize the code infrastructureShenglei Zhang4-49/+12
2020-04-13MdeModulePkg/RegularExpressionDxe: Make oniguruma a submodule in edk2.Shenglei Zhang48-75747/+232
2019-11-15MdeModulePkg RegularExpressionDxe: Update tool chain name to CLANGPDBLiming Gao1-1/+1
2019-11-04MdeModulePkg/Oniguruma: Remove redundant IF statementShenglei Zhang4-44/+26
2019-10-24MdeModulePkg RegularExpressionDxe: Disable warning for CLANG9 tool chainLiming Gao1-0/+3
2019-10-04MdeModulePkg: strip trailing whitespaceLeif Lindholm3-3/+3
2019-08-13MdeModulePkg/RegularExpressionDxe: Add two missing null pointer checksLiming Gao1-0/+2
2019-08-13MdeModulePkg RegularExpressionDxe: Update Oniguruma from v6.9.0 to v6.9.3Liming Gao25-11282/+14041
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney6-42/+6
2018-11-02MdeModulePkg: Remove the trailing space in three source files.Liming Gao1-1/+1
2018-10-26MdeModulePkg RegularExpressionDxe: Remove unknown build option for XCODELiming Gao1-0/+4
2018-10-16MdeModulePkg/RegularExpressionDxe: Add null pointer checkDongao Guo1-0/+1
2018-10-15MdeModulePkg RegularExpressionDxe: Enable STDARG for variable argumentsLiming Gao2-1/+3
2018-10-15MdeModulePkg/RegularExpressionDxe: Add null pointer checkDongao Guo2-5/+34
2018-10-15MdeModulePkg/RegularExpressionDxe: Miss null pointer checkDongao Guo1-0/+5
2018-10-15MdeModulePkg/RegularExpressionDxe: Miss null pointer checkDongao Guo3-1/+39
2018-10-15MdeModulePkg/RegularExpressionDxe: Miss null pointer checkDongao Guo1-3/+6
2018-10-11MdeModulePkg/RegularExpressionDxe:omit unused variableGuo, Dongao2-17/+14
2018-10-11MdeModulePkg/RegularExpressionDxe:disable wraning to pass gcc4.8 buildGuo, Dongao1-0/+3
2018-09-28MdeModulePkg/RegularExpressionDxe: modify inf to pass vs 2012 buildGuo, Dongao1-1/+1
2018-09-25MdeModulePkg RegularExpressionDxe: Update Oniguruma to 6.9.0Dongao Guo35-19090/+58992
2018-09-06MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen1-2/+1
2018-06-28MdeModulePkg: Clean up source filesLiming Gao2-9/+9
2017-08-16MdeModulePkg: Delete useless case codeSong, BinX2-21/+0
2017-08-16MdeModulePkg: Delete never touched codeSong, BinX2-4/+2
2017-05-24MdeModulePkg/RegularExpressionDxe: Fix XCODE5 build failureMichael Kinney1-1/+1
2017-04-07MdeModulePkg RegularExpressionDxe: Remove GCC -fno-builtin optionLiming Gao1-1/+0
2016-10-27MdeModulePkg/RegularExpressionDxe: remove module-local ARRAY_SIZE macroLaszlo Ersek1-4/+0
2016-10-27MdeModulePkg/RegularExpressionDxe: guard the definition of ARRAY_SIZELaszlo Ersek1-0/+2
2016-10-12MdeModulePkg RegularExpressionDxe: Add the missing EFIAPI for the functionLiming Gao5-4/+6
2016-03-17MdeModulePkg: Fixed incorrect return value of MatchStringCecil Sheng1-5/+29
2016-02-26MdeModulePkg: RegularExpressionDxe: support free(NULL)Laszlo Ersek1-1/+11
2016-01-04MdeModulePkg: For RegularExpressionDxe use 'sprintf_s' to replace 'sprintf'.Qiu Shumin5-8/+12
2015-12-18MdeModulePkg: Fix VS2012 build failure.Qiu Shumin1-1/+4
2015-12-16MdeModulePkg: Fix RegularExpressionDxe memcpy intrinsic.Samer El-Haj-Mahmoud2-7/+9
2015-12-15MdeModulePkg: Add NULL pointer check for RegularExpressionDxe.Qiu Shumin7-4/+50
2015-12-04MdeModulePkg: Fix VS2015 warning C4311 & C4312 in RegularExpressionDxeLiming Gao4-39/+39
2015-12-04MdeModulePkg: Fix VS2015 warning C4456 in RegularExpressionDxeLiming Gao2-10/+10
2015-11-03MdeModulePkg/RegularExpressionDxe: Add missing PrintLibCinnamon Shia1-0/+1
2015-11-03MdeModulePkg/RegularExpressionDxe: Correct copyrightCinnamon Shia15-15/+15
2015-09-11MdeModulePkg:Refine the code comments in RegularExpressionDxe.Dandan Bi3-112/+150
2015-09-09Fixed GCC tool chain build fail.Cecil Sheng1-128/+128
2015-09-08MdeModulePkg: Regular expression protocolCecil Sheng31-0/+33646