summaryrefslogtreecommitdiff
path: root/ShellPkg/Application/Shell/Shell.c
AgeCommit message (Expand)Author
2014-06-26Refine code to make it more safely.Eric Dong
2014-05-22ShellPkg: replace unrecognized Environment Variables with empty quotes so com...Jaben Carsey
2014-05-13ShellPkg: Do not mix status when executing a commandOlivier Martin
2014-04-04ShellPkg: Fix command-line parsing to start with Argv[0] when comparing passe...Chris Phillips
2014-03-27ShellPkg: Fix file system change issue that results in ASSERTChris Phillips
2014-02-12ShellPkg: refactor elimination of non-replaced environment variablesJaben Carsey
2014-02-11ShellPkg: Fix changing to file system with 2 colons like "fs0::"Jaben Carsey
2014-02-11ShellPkg: Fix uninitialized Variable errorJaben Carsey
2014-02-11ShellPkg: Error out when ProcessCommandLine failsBrendan Jackman
2014-02-11ShellPkg: Fixed Memory leak in UefiMain()Brendan Jackman
2014-02-11ShellPkg: Manually parse parametersBrendan Jackman
2014-01-28Add initializing code for local variable 'CalleeExitStatus' and 'ExitStatus' ...Shumin Qiu
2014-01-281. Fix several comments in function headers for 'ShellProtocol.c', 'ShellProt...Shumin Qiu
2014-01-24ShellPkg/Shell: Fix reporting of exit status in ShellProtocol.ExecuteBrendan Jackman
2014-01-13ShellPkg: Fix command line parsing for script files (%1, %1, etc...)Jaben Carsey
2014-01-09ShellPkg: Fix NSH parsingJaben Carsey
2014-01-07Add the comment for function 'IsValidSplit' in 'Shell.c'. Add code to check w...Shumin Qiu
2013-12-31Set the type of variable 'StatusCode' as SHELL_STATUS to match the parameter ...Shumin Qiu
2013-12-25Fix ECC errors:1.Update the comments in function headers to follow the Doxyge...Shumin Qiu
2013-12-24Add default way for switch in function 'RunCommandOrFile' of 'Shell.c'.Laszlo Ersek
2013-12-20ShellPkg: pre-verify split commandsJaben Carsey
2013-12-19ShellPkg: API name typo.Jaben Carsey
2013-12-19ShellPkg: fix whitespace character trimmingJaben Carsey
2013-12-19ShellPkg: CTRL-C stops a running script at the same timeJaben Carsey
2013-12-19ShellPkg: Refactor the RunCommand APIJaben Carsey
2013-12-19Converse the return value from 'int' to 'BOOLEAN' for function ‘ContainsSpl...Shumin Qiu
2013-12-17ShellPkg: Add missing function header commentsJaben Carsey
2013-12-13ShellPkg: Refactor updating command line for help useJaben Carsey
2013-12-13ShellPkg: Refactor change to current file systemJaben Carsey
2013-12-13ShellPkg: Refactor Split/Pipe based command linesJaben Carsey
2013-12-13ShellPkg: add API for determining operation typeJaben Carsey
2013-12-12ShellPkg: Refactor Variable replacement into separate functionJaben Carsey
2013-12-12ShellPkg: Refactor Alias replacement into separate functionJaben Carsey
2013-12-12ShellPkg: refactor out leading and trailing space trimmingJaben Carsey
2013-12-12ShellPkg: typo in the last commit.Jaben Carsey
2013-12-12ShellPkg: Refactor out the searching for pipe charactersJaben Carsey
2013-12-10ShellPkg: Refactor Pipe handlingJaben Carsey
2013-12-02ShellPkg: Unregister all registrationsJaben Carsey
2013-11-15ShellPkg: Skip leading tabs when processing command line and scriptsChris Phillips
2013-10-29ShellPkg: Properly set lasterror environment variableChris Phillips
2013-10-18ShellPkg: Fixes for shell application launch, argument handling, and version ...Chris Phillips
2013-08-28ShellPkg: Fix LastError environment variable truncationRobert Matthews
2013-08-21ShellPkg: update behavior with undefined environment variablesJaben Carsey
2013-06-27ShellPkg: make automatically created shells quit automaticallyjaben carsey
2012-11-14ShellPkg: Fix line responsible for deleting “cwd” variable when exit shell.jcarsey
2012-10-11Add missing braces around initializer.lzeng14
2012-07-23Add logic to check the execution break flag before executing the next command...ydong10
2012-04-27Enable print error info when execute the application.ydong10
2012-04-23ShellPkg: hide flashing cursor during startup.jcarsey
2012-01-02ShellPkg: fix Pipe usage verification.jcarsey