summaryrefslogtreecommitdiff
path: root/ShellPkg/Application/Shell
AgeCommit message (Expand)Author
2013-11-22ShellPkg: Remove trailing \r\n when redirect to env variable (EX: use ">v")Chris Phillips
2013-11-15ShellPkg: Fix help MAN file searchingJaben Carsey
2013-11-15ShellPkg: Skip leading tabs when processing command line and scriptsChris Phillips
2013-11-15ShellPkg: verify that leading and trailing % are removed from variable names ...Jaben Carsey
2013-10-29ShellPkg: Properly set lasterror environment variableChris Phillips
2013-10-24ShellPkg: Fixes the shell so output redirection works for the 'mode' commandChris Phillips
2013-10-24ShellPkg: Stop running command when page break quitChris Phillips
2013-10-22ShellPkg: Fix copy load option error.Eric Dong
2013-10-18ShellPkg: Fixes for shell application launch, argument handling, and version ...Chris Phillips
2013-09-05Refine the select language logic.Eric Dong
2013-08-28ShellPkg: Fix LastError environment variable truncationRobert Matthews
2013-08-21ShellPkg: update behavior with undefined environment variablesJaben Carsey
2013-07-30Fix GCC build failure.Ruiyu Ni
2013-07-26Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni
2013-06-27ShellPkg: make automatically created shells quit automaticallyjaben carsey
2013-06-11ShellPkg: Fix ARM build errors.jcarsey
2013-05-07ShellPkg: Fixed build error 'variable set but not used'jcarsey
2013-01-17ShellPkg: Fix pointer initialization error of “ShellOpt” Shell environmen...jcarsey
2012-12-03ShellPkg: Remove “2.0” prefix text from shell prompt.jcarsey
2012-11-14ShellPkg: Fix line responsible for deleting “cwd” variable when exit shell.jcarsey
2012-11-13ShellPkg: Clean up header file usage.jcarsey
2012-11-13ShellPkg: Correct 3 places where memory was not being properly released by th...jcarsey
2012-10-11Add missing braces around initializer.lzeng14
2012-09-07Fix display color error when scroll up/down the screen.ydong10
2012-08-17Update the "ConErr" related variable name to the new one "ErrOut".ydong10
2012-08-07Fix a width count error in ClearScreen function.ydong10
2012-07-30Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx ...niruiyu
2012-07-23Add logic to check the execution break flag before executing the next command...ydong10
2012-05-22ShellPkg: Enable Ctrl-C characters to be processed over serial interfaces tha...jcarsey
2012-04-27Enable print error info when execute the application.ydong10
2012-04-23ShellPkg: hide flashing cursor during startup.jcarsey
2012-04-23ShellPkg: removed memory leak.jcarsey
2012-02-02ShellPkg: fix 'ls' handling of empty drives where there is not even an "." or...jcarsey
2012-01-27ShellPkg: fix redirection file parsing to allow spaces before filename.jcarsey
2012-01-19ShellPkg: Fix SimpleTextInputEx based "CTRL-S" by emptying the buffer to prev...jcarsey
2012-01-02ShellPkg: fix Pipe usage verification.jcarsey
2011-11-18ShellPkg: Updates the printing of echo for script commands to after the @ che...jcarsey
2011-11-11Shellpkg: Add support for filenames with spaces.jcarsey
2011-10-22Fix a typo when check the return valueydong10
2011-10-17ShellPkg: Add checking for memory allocation and pointer returns from functions.jcarsey
2011-10-14ShellPkg: Add checking for memory allocation and pointer returns from functions.jcarsey
2011-10-13ShellPkg: Set CRC value whenever changing a system table.jcarsey
2011-10-10ShellPkg: Add checks for NULL pointers. jcarsey
2011-09-15ShellPkg: Update revision info.jcarsey
2011-09-15ShellPkg: Fix concatenation on full device paths.jcarsey
2011-09-15ShellPkg: Eliminate loss of high bits in return value from exit command on 64...jcarsey
2011-09-02Refine comments and two code style.ydong10
2011-08-09This adds support for @ prefixed commands in script files.jcarsey
2011-06-30This refactors 3 functions out of ShellCommandLib and puts them into a new li...jcarsey
2011-06-27maintain output attributes.jcarsey