]> git.proxmox.com Git - mirror_edk2.git/history - ShellPkg/Application
ShellPkg: Not add redundant quotes any longer to parameters with spaces.
[mirror_edk2.git] / ShellPkg / Application /
2014-09-05 Jaben CarseyShellPkg: Not add redundant quotes any longer to parame...
2014-09-05 Qiu ShuminShellPkg: Refine the code style and comment.
2014-09-02 Jaben CarseyShellPkg: Refactor string manipulation
2014-08-29 Qiu ShuminShellPkg: Remove 'STATIC' from function declarations...
2014-08-21 Jaben CarseyShellPkg: leave quotes around params
2014-08-21 Chris PhillipsShellPkg: Add support for UEFI Shell 2.1 spec command...
2014-08-18 Chris PhillipsShellPkg: Fix EFI_SHELL_PROTOCOL to contain new members...
2014-08-18 Qiu ShuminShellPkg: Fix comments. Refine code style.
2014-08-06 Jaben CarseyUpdates the UEFI Shell to produce the new protocol...
2014-07-31 Laszlo ErsekShellPkg: UpdateStdInStdOutStdErr(): append BOM to...
2014-07-31 Laszlo ErsekShellPkg: UpdateStdInStdOutStdErr(): extract WriteFileTag()
2014-07-29 Eric DongUpdate code to support VS2013 tool chain.
2014-06-26 Eric DongRefine code to make it more safely.
2014-05-22 Jaben CarseyShellPkg: replace unrecognized Environment Variables...
2014-05-22 Qiu ShuminUpdate the comments for function 'InternalShellExecuteD...
2014-05-13 Olivier MartinShellPkg: Do not mix status when executing a command
2014-04-11 Jaben CarseyShellPkg: Fix using root of drive
2014-04-04 Chris PhillipsShellPkg: Fix command-line parsing to start with Argv...
2014-03-31 Jaben CarseyShellPkg: Allow opening of root drive nodes
2014-03-31 Jaben CarseyShellPkg: Fix potential memory leak when failing to...
2014-03-27 Chris PhillipsShellPkg: Fix file system change issue that results...
2014-03-07 Shumin Qiu 1.Add code to check the pointer 'CorrectedPath' in...
2014-02-28 Shumin QiuConvert the value from 'int' to 'CHAR16' to match the...
2014-02-26 Brendan JackmanShellPkg/ShellProtocol.c: Fix case sensitivity in GetAl...
2014-02-12 Jaben CarseyShellPkg: refactor elimination of non-replaced environm...
2014-02-12 Shumin QiuAdd code to check whether the pointer 'PathForReturn...
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: InternalShellExecuteDevicePath: avoid memory...
2014-02-11 Brendan JackmanShellPkg: Make Argv[0] the full file path of the command
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/ShellProtocol.c: Don't put consective "\"s...
2014-01-24 Brendan JackmanShellPkg/ShellProtocol.c: Don't overwrite Status in...
2014-01-24 Brendan JackmanShellPkg/Shell: Fix reporting of exit status in ShellPr...
2014-01-23 Shumin QiuUpdate the comments in function headers to follow Doxyg...
2014-01-22 Tian, HotFix CRLF format
2014-01-17 Jaben CarseyShellPkg: Change StdIn redirection
2014-01-16 Jaben CarseyShellPkg: Return the failure
2014-01-16 Jaben CarseyShellPkg: Remove ASSERT
2014-01-13 Jaben CarseyShellPkg: Remove UNICODE file tag (FEFF) from files...
2014-01-13 Jaben CarseyShellPkg: assign pointer to NULL after free to prevent...
2014-01-13 Jaben CarseyShellPkg: Fix command line parsing for script files...
2014-01-09 Jaben CarseyShellPkg: Fix NSH parsing
2014-01-09 Jaben CarseyShellPkg: Remove memory leak from file list usage
2014-01-09 Shumin QiuAdd code to check whether the pointer 'NewBuffer' ...
2014-01-07 Ruiyu NiEnhance Shell 2.0 to not depend on keyboard driver...
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-16 Shumin QiuAdd a new line to initialize the variable “PassThruProt...
2013-12-13 Jaben CarseyShellPkg: add error messages into function
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-09 Shumin QiuFollow Shell specification to make sure the “command...
2013-12-02 Jaben CarseyShellPkg: Unregister all registrations
2013-11-22 Chris PhillipsShellPkg: Remove trailing \r\n when redirect to env...
2013-11-15 Jaben CarseyShellPkg: Fix help MAN file searching
2013-11-15 Chris PhillipsShellPkg: Skip leading tabs when processing command...
2013-11-15 Jaben CarseyShellPkg: verify that leading and trailing % are remove...
2013-10-29 Chris PhillipsShellPkg: Properly set lasterror environment variable
2013-10-24 Chris PhillipsShellPkg: Fixes the shell so output redirection works...
2013-10-24 Chris PhillipsShellPkg: Stop running command when page break quit
2013-10-22 Eric DongShellPkg: Fix copy load option error.
2013-10-18 Chris PhillipsShellPkg: Fixes for shell application launch, argument...
2013-09-05 Eric DongRefine the select language logic.
2013-08-28 Robert MatthewsShellPkg: Fix LastError environment variable truncation
2013-08-21 Jaben CarseyShellPkg: update behavior with undefined environment...
2013-07-30 Ruiyu NiFix GCC build failure.
2013-07-26 Ruiyu NiUpdate all the code to consume the ConvertDevicePathToT...
2013-06-27 jaben carseyShellPkg: make automatically created shells quit automa...
2013-06-11 jcarseyShellPkg: Fix ARM build errors.
2013-05-07 jcarseyShellPkg: Fixed build error 'variable set but not used'
2013-01-17 jcarseyShellPkg: Fix pointer initialization error of “ShellOpt...
2012-12-03 jcarseyShellPkg: Remove “2.0” prefix text from shell prompt.
2012-11-14 jcarseyShellPkg: Fix line responsible for deleting “cwd” varia...
2012-11-13 jcarseyShellPkg: Clean up header file usage.
2012-11-13 jcarseyShellPkg: Correct 3 places where memory was not being...
2012-10-11 lzeng14Add missing braces around initializer.
2012-09-07 ydong10Fix display color error when scroll up/down the screen.
2012-08-17 ydong10Update the "ConErr" related variable name to the new...
next