Acidanthera UEFI Development Kit based on EDK II edk2-stable202311
Go to file
jjin9 67ce7c51e7 There is a potential flaw in HelpInfo.java previously. It use String[substrnum] to save the result of splitString(), the substrnum is calculated approximatively and has to be set larger enough to provide sufficient space. So substrnum relate to the string specifically.
In this version, it use ListedList to implement the splitString(), which is independent of string specifically.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1488 6f19259b-4bc3-4df7-8a09-765794883524
2006-09-07 02:37:43 +00:00
EdkFatBinPkg Update Binary Fat module to release version for reduce size. 2006-09-06 07:07:07 +00:00
EdkModulePkg Set MdePkg.fpd, EdkModulePkg.fpd and Nt32.fpd default build directory to workspace root build directory according to Jordon's suggestions. 2006-09-06 09:56:16 +00:00
EdkNt32Pkg Set MdePkg.fpd, EdkModulePkg.fpd and Nt32.fpd default build directory to workspace root build directory according to Jordon's suggestions. 2006-09-06 09:56:16 +00:00
EdkShellBinPkg Modify Module description for binary shell module. 2006-08-16 05:42:00 +00:00
MdePkg Set MdePkg.fpd, EdkModulePkg.fpd and Nt32.fpd default build directory to workspace root build directory according to Jordon's suggestions. 2006-09-06 09:56:16 +00:00
Tools There is a potential flaw in HelpInfo.java previously. It use String[substrnum] to save the result of splitString(), the substrnum is calculated approximatively and has to be set larger enough to provide sufficient space. So substrnum relate to the string specifically. 2006-09-07 02:37:43 +00:00
ReleaseNotes.txt Update ReleaseNotes.txt of the section of "A Word on compiling under Cygwin with gcc". 2006-08-08 06:21:04 +00:00
build.xml Add class header to FrameworkBuildTask. Remove some unused code from top level build.xml. 2006-08-17 06:51:51 +00:00
edksetup.bat Fix the warning of "Unknown argument: -noclasspath" when calling "edksetup ForceRebuild". 2006-08-28 13:06:24 +00:00
edksetup.sh Fix EDKT140(CompressDll.dll does not build under cygwin gcc). 2006-08-04 03:17:05 +00:00