]> git.proxmox.com Git - mirror_edk2.git/history - ShellPkg/Application/Shell/Shell.c
Add the comment for function 'IsValidSplit' in 'Shell.c'. Add code to check whether...
[mirror_edk2.git] / ShellPkg / Application / Shell / Shell.c
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.