summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellLevel1CommandsLib/For.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-07ShellPkg: Apply uncrustify changesMichael Kubacki1-264/+321
2019-04-09ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28ShellPkg: Clean up source filesLiming Gao1-73/+73
2018-02-06ShellPkg/for: Fix potential null pointer deferenceRuiyu Ni1-2/+4
2016-10-09ShellPkg/UefiShellLevel1CommandsLib: Remove unnecessary EFIAPIChen A Chen1-5/+0
2016-07-18ShellPkg/For: Handle memory allocation failureRuiyu Ni1-3/+9
2015-09-09ShellPkg: Fix 'for' command fail with multiple fields.Qiu Shumin1-0/+5
2015-02-04ShellPkg: Standardized HP Copyright Message StringTapan Shah1-1/+1
2015-02-03ShellPkg: Update Level1 profile commands response outputTapan Shah1-4/+5
2014-09-17ShellPkg: Remove redundant quotes for command 'FOR' in Shell.Qiu Shumin1-9/+11
2014-06-26Refine code to make it more safely.Eric Dong1-22/+9
2014-02-05ShellPkg: patch to the "for" command when used with "in" iterating files in a...Leandro G. Biss Becker1-2/+4
2013-12-17ShellPkg: Fix "for" command statement initialization.Jaben Carsey1-6/+2
2013-11-15ShellPkg: "For Run" fix for spaces between numeralsJaben Carsey1-6/+29
2012-01-05ShellPkg: fix For command parsing list of values.jcarsey1-5/+3
2011-11-17ShellPkg: Update the ‘for’ command to check number length correctly with ...jcarsey1-1/+1
2011-10-14ShellPkg: Add checking for memory allocation and pointer returns from functions.jcarsey1-137/+148
2011-09-02Refine comments and two code style.ydong101-5/+5
2011-04-07ShellParametersProtocol - remove parsing from within quoted parameters.jcarsey1-5/+10
2011-04-04check memory allocations for success.jcarsey1-1/+3
2011-04-01Comment's added and fixed.jcarsey1-12/+96
2011-03-30pointer verification (not NULL) and buffer overrun fixes.jcarsey1-2/+21
2011-03-25Updating level 1 commands.jcarsey1-31/+56
2010-10-04Verify memory allocations were successful.jcarsey1-1/+8
2010-09-14udk2010.up2.shell initial release.jcarsey1-0/+581