summaryrefslogtreecommitdiff
path: root/ShellPkg/Application/Shell/Shell.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-30ShellPkg: Use safe string functions to refine code.Qiu Shumin1-15/+35
2015-04-02ShellPkg: Added newline at the end of source filesOlivier Martin1-1/+1
2015-02-07Shellpkg: Fix spelling errors in Shell.c/Shell.h commentsJoe Peterson1-27/+27
2015-02-07ShellPkg: command help with -? flag is not working and it gives too many argu...Jaben Carsey1-4/+2
2015-02-05ShellPkg: Standardized HP Copyright Message StringTapan Shah1-1/+1
2015-02-04ShellPkg: Revert 16720 and 16734. Jaben Carsey1-7/+6
2015-02-04ShellPkg: Revert 16720 and 16734. Jaben Carsey1-14/+58
2015-02-04ShellPkg: cast return value to correct type based on what we passed in.Jaben Carsey1-4/+4
2015-02-04ShellPkg: Fix typos.Qiu Shumin1-1/+1
2015-02-03ShellPkg: Refactor out a now-redundant functionJaben Carsey1-51/+8
2015-02-03ShellPkg: Add quotes around NSH index argument replacementJaben Carsey1-10/+10
2015-01-30ShellPkg: Refactor Split search to generic functionJaben Carsey1-30/+38
2015-01-27ShellPkg: refine command line parsingJaben Carsey1-43/+47
2015-01-27ShellPkg: Always remove non-defined environment variableJaben Carsey1-11/+10
2014-12-31ShellPkg: Check the unrecognized environment variable name before it is remov...Qiu Shumin1-8/+58
2014-12-26ShellPkg: Add code to handle the split ('|') in a double-quoted string. Qiu Shumin1-43/+75
2014-09-18Roll back check in r15180 which caused the shell always returns EFI_ABORTED n...Ruiyu Ni1-168/+42
2014-09-18ShellPkg: Fix the support for command line comments.Qiu Shumin1-3/+19
2014-09-17ShellPkg: Do TrimSpace again after StdIn, StdOut, and StdErr are set up.Ni Ruiyu1-0/+1
2014-09-09ShellPkg: Replace assignment statement with 'StrnCpy' to append terminal NULL...Qiu Shumin1-1/+1
2014-09-05ShellPkg: Not add redundant quotes any longer to parameters with spaces.Jaben Carsey1-10/+10
2014-09-03ShellPkg: Refactor string manipulationJaben Carsey1-27/+26
2014-08-22ShellPkg: Add support for UEFI Shell 2.1 spec command line commentsChris Phillips1-0/+18
2014-06-26Refine code to make it more safely.Eric Dong1-0/+2
2014-05-23ShellPkg: replace unrecognized Environment Variables with empty quotes so com...Jaben Carsey1-5/+5
2014-05-14ShellPkg: Do not mix status when executing a commandOlivier Martin1-1/+3
2014-04-04ShellPkg: Fix command-line parsing to start with Argv[0] when comparing passe...Chris Phillips1-3/+14
2014-03-27ShellPkg: Fix file system change issue that results in ASSERTChris Phillips1-2/+2
2014-02-12ShellPkg: refactor elimination of non-replaced environment variablesJaben Carsey1-34/+108
2014-02-12ShellPkg: Fix changing to file system with 2 colons like "fs0::"Jaben Carsey1-2/+4
2014-02-12ShellPkg: Fix uninitialized Variable errorJaben Carsey1-1/+1
2014-02-12ShellPkg: Error out when ProcessCommandLine failsBrendan Jackman1-1/+4
2014-02-12ShellPkg: Fixed Memory leak in UefiMain()Brendan Jackman1-21/+27
2014-02-12ShellPkg: Manually parse parametersBrendan Jackman1-93/+155
2014-01-28Add initializing code for local variable 'CalleeExitStatus' and 'ExitStatus' ...Shumin Qiu1-1/+14
2014-01-281. Fix several comments in function headers for 'ShellProtocol.c', 'ShellProt...Shumin Qiu1-1/+3
2014-01-25ShellPkg/Shell: Fix reporting of exit status in ShellProtocol.ExecuteBrendan Jackman1-44/+158
2014-01-13ShellPkg: Fix command line parsing for script files (%1, %1, etc...)Jaben Carsey1-10/+42
2014-01-09ShellPkg: Fix NSH parsingJaben Carsey1-2/+4
2014-01-07Add the comment for function 'IsValidSplit' in 'Shell.c'. Add code to check w...Shumin Qiu1-1/+10
2013-12-31Set the type of variable 'StatusCode' as SHELL_STATUS to match the parameter ...Shumin Qiu1-1/+1
2013-12-25Fix ECC errors:1.Update the comments in function headers to follow the Doxyge...Shumin Qiu1-42/+39
2013-12-24Add default way for switch in function 'RunCommandOrFile' of 'Shell.c'.Laszlo Ersek1-0/+10
2013-12-20ShellPkg: pre-verify split commandsJaben Carsey1-3/+98
2013-12-20ShellPkg: API name typo.Jaben Carsey1-2/+2
2013-12-20ShellPkg: fix whitespace character trimmingJaben Carsey1-2/+2
2013-12-20ShellPkg: CTRL-C stops a running script at the same timeJaben Carsey1-6/+23
2013-12-19ShellPkg: Refactor the RunCommand APIJaben Carsey1-202/+369
2013-12-19Converse the return value from 'int' to 'BOOLEAN' for function ‘ContainsSpl...Shumin Qiu1-1/+1
2013-12-18ShellPkg: Add missing function header commentsJaben Carsey1-2/+16