]> git.proxmox.com Git - mirror_edk2.git/history - ShellPkg/Application/Shell/Shell.c
ShellPkg: Standardized HP Copyright Message String
[mirror_edk2.git] / ShellPkg / Application / Shell / Shell.c
2015-02-04 Tapan ShahShellPkg: Standardized HP Copyright Message String
2015-02-04 Jaben CarseyShellPkg: Revert 16720 and 16734.
2015-02-04 Jaben CarseyShellPkg: Revert 16720 and 16734.
2015-02-04 Jaben CarseyShellPkg: cast return value to correct type based on...
2015-02-04 Qiu ShuminShellPkg: Fix typos.
2015-02-03 Jaben CarseyShellPkg: Refactor out a now-redundant function
2015-02-02 Jaben CarseyShellPkg: Add quotes around NSH index argument replacement
2015-01-30 Jaben CarseyShellPkg: Refactor Split search to generic function
2015-01-27 Jaben CarseyShellPkg: refine command line parsing
2015-01-27 Jaben CarseyShellPkg: Always remove non-defined environment variable
2014-12-31 Qiu ShuminShellPkg: Check the unrecognized environment variable...
2014-12-26 Qiu ShuminShellPkg: Add code to handle the split ('|') in a doubl...
2014-09-18 Ruiyu NiRoll back check in r15180 which caused the shell always...
2014-09-18 Qiu ShuminShellPkg: Fix the support for command line comments.
2014-09-17 Ni RuiyuShellPkg: Do TrimSpace again after StdIn, StdOut, and...
2014-09-09 Qiu ShuminShellPkg: Replace assignment statement with 'StrnCpy...
2014-09-05 Jaben CarseyShellPkg: Not add redundant quotes any longer to parame...
2014-09-02 Jaben CarseyShellPkg: Refactor string manipulation
2014-08-21 Chris PhillipsShellPkg: Add support for UEFI Shell 2.1 spec command...
2014-06-26 Eric DongRefine code to make it more safely.
2014-05-22 Jaben CarseyShellPkg: replace unrecognized Environment Variables...
2014-05-13 Olivier MartinShellPkg: Do not mix status when executing a command
2014-04-04 Chris PhillipsShellPkg: Fix command-line parsing to start with Argv...
2014-03-27 Chris PhillipsShellPkg: Fix file system change issue that results...
2014-02-12 Jaben CarseyShellPkg: refactor elimination of non-replaced environm...
2014-02-11 Jaben CarseyShellPkg: Fix changing to file system with 2 colons...
2014-02-11 Jaben CarseyShellPkg: Fix uninitialized Variable error
2014-02-11 Brendan JackmanShellPkg: Error out when ProcessCommandLine fails
2014-02-11 Brendan JackmanShellPkg: Fixed Memory leak in UefiMain()
2014-02-11 Brendan JackmanShellPkg: Manually parse parameters
2014-01-28 Shumin QiuAdd initializing code for local variable 'CalleeExitSta...
2014-01-28 Shumin Qiu1. Fix several comments in function headers for 'ShellP...
2014-01-24 Brendan JackmanShellPkg/Shell: Fix reporting of exit status in ShellPr...
2014-01-13 Jaben CarseyShellPkg: Fix command line parsing for script files...
2014-01-09 Jaben CarseyShellPkg: Fix NSH parsing
2014-01-07 Shumin QiuAdd the comment for function 'IsValidSplit' in 'Shell...
2013-12-31 Shumin QiuSet the type of variable 'StatusCode' as SHELL_STATUS...
2013-12-25 Shumin QiuFix ECC errors:1.Update the comments in function header...
2013-12-24 Laszlo ErsekAdd default way for switch in function 'RunCommandOrFil...
2013-12-20 Jaben CarseyShellPkg: pre-verify split commands
2013-12-19 Jaben CarseyShellPkg: API name typo.
2013-12-19 Jaben CarseyShellPkg: fix whitespace character trimming
2013-12-19 Jaben CarseyShellPkg: CTRL-C stops a running script at the same...
2013-12-19 Jaben CarseyShellPkg: Refactor the RunCommand API
2013-12-19 Shumin QiuConverse the return value from 'int' to 'BOOLEAN' for...
2013-12-17 Jaben CarseyShellPkg: Add missing function header comments
2013-12-13 Jaben CarseyShellPkg: Refactor updating command line for help use
2013-12-13 Jaben CarseyShellPkg: Refactor change to current file system
2013-12-13 Jaben CarseyShellPkg: Refactor Split/Pipe based command lines
2013-12-13 Jaben CarseyShellPkg: add API for determining operation type
2013-12-12 Jaben CarseyShellPkg: Refactor Variable replacement into separate...
2013-12-12 Jaben CarseyShellPkg: Refactor Alias replacement into separate...
2013-12-12 Jaben CarseyShellPkg: refactor out leading and trailing space trimming
2013-12-12 Jaben CarseyShellPkg: typo in the last commit.
2013-12-12 Jaben CarseyShellPkg: Refactor out the searching for pipe characters
2013-12-10 Jaben CarseyShellPkg: Refactor Pipe handling
2013-12-02 Jaben CarseyShellPkg: Unregister all registrations
2013-11-15 Chris PhillipsShellPkg: Skip leading tabs when processing command...
2013-10-29 Chris PhillipsShellPkg: Properly set lasterror environment variable
2013-10-18 Chris PhillipsShellPkg: Fixes for shell application launch, argument...
2013-08-28 Robert MatthewsShellPkg: Fix LastError environment variable truncation
2013-08-21 Jaben CarseyShellPkg: update behavior with undefined environment...
2013-06-27 jaben carseyShellPkg: make automatically created shells quit automa...
2012-11-14 jcarseyShellPkg: Fix line responsible for deleting “cwd” varia...
2012-10-11 lzeng14Add missing braces around initializer.
2012-07-23 ydong10Add logic to check the execution break flag before...
2012-04-27 ydong10Enable print error info when execute the application.
2012-04-23 jcarseyShellPkg: hide flashing cursor during startup.
2012-01-02 jcarseyShellPkg: fix Pipe usage verification.
2011-11-18 jcarseyShellPkg: Updates the printing of echo for script comma...
2011-10-14 jcarseyShellPkg: Add checking for memory allocation and pointe...
2011-09-15 jcarseyShellPkg: Eliminate loss of high bits in return value...
2011-09-02 ydong10Refine comments and two code style.
2011-08-09 jcarseyThis adds support for @ prefixed commands in script...
2011-06-30 jcarseyThis refactors 3 functions out of ShellCommandLib and...
2011-04-15 jcarseyfix for word wrapping.
2011-03-30 jcarseyremove redirection command line updating from the shell...
2011-03-30 jcarseypointer verification (not NULL) and buffer overrun...
2011-03-25 jcarseyconsole logger - support disabling the console out.
2010-12-01 jcarseyfix for exit was specified in the startup script.
2010-11-16 jcarseyfixes for IPF, CTRL-C support, and file redirection.
2010-10-04 jcarsey1) Removing ASSERTs for proper return values.
2010-09-14 jcarseyudk2010.up2.shell initial release.