summaryrefslogtreecommitdiff
path: root/ShellPkg/Application/Shell/Shell.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-14ShellPkg: Refactor updating command line for help useJaben Carsey1-23/+55
2013-12-13ShellPkg: Refactor change to current file systemJaben Carsey1-6/+40
2013-12-13ShellPkg: Refactor Split/Pipe based command linesJaben Carsey1-17/+31
2013-12-13ShellPkg: add API for determining operation typeJaben Carsey1-0/+61
2013-12-13ShellPkg: Refactor Variable replacement into separate functionJaben Carsey1-20/+42
2013-12-13ShellPkg: Refactor Alias replacement into separate functionJaben Carsey1-41/+76
2013-12-12ShellPkg: refactor out leading and trailing space trimmingJaben Carsey1-26/+34
2013-12-12ShellPkg: typo in the last commit.Jaben Carsey1-1/+2
2013-12-12ShellPkg: Refactor out the searching for pipe charactersJaben Carsey1-4/+22
2013-12-10ShellPkg: Refactor Pipe handlingJaben Carsey1-12/+29
2013-12-02ShellPkg: Unregister all registrationsJaben Carsey1-2/+2
2013-11-15ShellPkg: Skip leading tabs when processing command line and scriptsChris Phillips1-2/+2
2013-10-29ShellPkg: Properly set lasterror environment variableChris Phillips1-9/+29
2013-10-18ShellPkg: Fixes for shell application launch, argument handling, and version ...Chris Phillips1-10/+52
2013-08-28ShellPkg: Fix LastError environment variable truncationRobert Matthews1-4/+5
2013-08-21ShellPkg: update behavior with undefined environment variablesJaben Carsey1-9/+44
2013-06-27ShellPkg: make automatically created shells quit automaticallyjaben carsey1-2/+4
2012-11-15ShellPkg: Fix line responsible for deleting “cwd” variable when exit shell.jcarsey1-1/+1
2012-10-11Add missing braces around initializer.lzeng141-13/+19
2012-07-23Add logic to check the execution break flag before executing the next command...ydong101-0/+3
2012-04-27Enable print error info when execute the application.ydong101-1/+17
2012-04-23ShellPkg: hide flashing cursor during startup.jcarsey1-1/+3
2012-01-02ShellPkg: fix Pipe usage verification.jcarsey1-3/+8
2011-11-18ShellPkg: Updates the printing of echo for script commands to after the @ che...jcarsey1-9/+9
2011-10-14ShellPkg: Add checking for memory allocation and pointer returns from functions.jcarsey1-8/+21
2011-09-16ShellPkg: Eliminate loss of high bits in return value from exit command on 64...jcarsey1-1/+9
2011-09-02Refine comments and two code style.ydong101-6/+6
2011-08-09This adds support for @ prefixed commands in script files.jcarsey1-1/+17
2011-07-01This refactors 3 functions out of ShellCommandLib and puts them into a new li...jcarsey1-1/+1
2011-04-15fix for word wrapping.jcarsey1-14/+30
2011-03-31remove redirection command line updating from the shell core code.jcarsey1-15/+0
2011-03-30pointer verification (not NULL) and buffer overrun fixes.jcarsey1-1/+1
2011-03-26console logger - support disabling the console out.jcarsey1-31/+142
2010-12-01fix for exit was specified in the startup script.jcarsey1-1/+1
2010-11-17fixes for IPF, CTRL-C support, and file redirection.jcarsey1-10/+16
2010-10-041) Removing ASSERTs for proper return values. jcarsey1-154/+214
2010-09-14udk2010.up2.shell initial release.jcarsey1-0/+1707